Author Topic: Problem with restart cwpsrv service after reboot  (Read 44854 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Problem with restart cwpsrv service after reboot
« on: May 25, 2016, 12:36:47 PM »
Hi guys ..
 I can't restart cwpsrv service and  When I want restart it get error.
Code: [Select]
[root@srv ~]# service cwpsrv start
Starting cwpsrv (via systemctl):  Job for cwpsrv.service failed because a timeout was exceeded. See "systemctl status cwpsrv.service" and "journalctl -xe" for details.
                                                           [FAILED]


Code: [Select]
ق cwpsrv.service - LSB: start and stop Apache HTTP Server
   Loaded: loaded (/etc/rc.d/init.d/cwpsrv)
   Active: failed (Result: timeout) since Wed 2016-05-25 08:29:06 EDT; 2min 3s ago
     Docs: man:systemd-sysv-generator(8)
   CGroup: /system.slice/cwpsrv.service
           قق2338 /usr/local/cwpsrv/bin/cwpsrvd

May 25 08:24:06 srv.domain.com systemd[1]: Starting LSB: start and stop Apache HTTP Server...
May 25 08:24:06 srv.domain.com cwpsrv[21108]: Starting cwpsrvd:
May 25 08:24:06 srv.domain.com systemd[1]: PID file /var/run/httpd/httpd.pid not readable (yet?) after start.
May 25 08:29:06 srv.domain.com systemd[1]: cwpsrv.service start operation timed out. Terminating.
May 25 08:29:06 srv.domain.com systemd[1]: Failed to start LSB: start and stop Apache HTTP Server.
May 25 08:29:06 srv.domain.com systemd[1]: Unit cwpsrv.service entered failed state.
May 25 08:29:06 srv.domain.com systemd[1]: cwpsrv.service failed.

Please Help me
Thank you :(
« Last Edit: May 25, 2016, 02:54:56 PM by ali8014 »

Offline
*****
Re: Problem with restart cwpsrv service after reboot
« Reply #1 on: May 25, 2016, 01:06:43 PM »
did you modified anything before getting this issue ?

Offline
*
Re: Problem with restart cwpsrv service after reboot
« Reply #2 on: May 25, 2016, 02:53:46 PM »
no

Offline
*****
Re: Problem with restart cwpsrv service after reboot
« Reply #3 on: May 25, 2016, 04:23:21 PM »
I need to check your vps Pm me the details
« Last Edit: May 25, 2016, 04:32:56 PM by Sandeep »

Offline
*
Re: Problem with restart cwpsrv service after reboot
« Reply #4 on: January 06, 2017, 11:19:05 PM »
i have this problem also, also apche will not restart after new user/domain added and from web dashboard....

Offline
*****
Re: Problem with restart cwpsrv service after reboot
« Reply #5 on: January 07, 2017, 03:05:19 AM »
i have this problem also, also apche will not restart after new user/domain added and from web dashboard....

Code: [Select]
chkconfig httpd on

Offline
*
Re: Problem with restart cwpsrv service after reboot
« Reply #6 on: January 07, 2017, 11:01:49 AM »
notting!


svcMonitor restart
Restarted service cwpsrv on vps.2advancedstudios.ro at Sat Jan 7 12:58:43 EET 2017
Stopping cwpsrv (via systemctl):                           [  OK  ]
Starting cwpsrv (via systemctl):  Job for cwpsrv.service canceled.
                                                           [FAILED] ---------------stays here for several minutes
Restarted service httpd on vps.2advancedstudios.ro at Sat Jan 7 13:00:01 EET 2017
Stopping httpd (via systemctl):                            [  OK  ]
Starting httpd (via systemctl): ----------------------- stays here for several minutes



Offline
*****
Re: Problem with restart cwpsrv service after reboot
« Reply #7 on: January 07, 2017, 03:31:01 PM »
notting!


svcMonitor restart
Restarted service cwpsrv on vps.2advancedstudios.ro at Sat Jan 7 12:58:43 EET 2017
Stopping cwpsrv (via systemctl):                           [  OK  ]
Starting cwpsrv (via systemctl):  Job for cwpsrv.service canceled.
                                                           [FAILED] ---------------stays here for several minutes
Restarted service httpd on vps.2advancedstudios.ro at Sat Jan 7 13:00:01 EET 2017
Stopping httpd (via systemctl):                            [  OK  ]
Starting httpd (via systemctl): ----------------------- stays here for several minutes

you're using centos 7 ?

Offline
*
Re: Problem with restart cwpsrv service after reboot
« Reply #8 on: September 29, 2018, 03:23:35 AM »
I had an issue today where it was time for a real restart. Sadly after the reboot everything was running but I was locked out. no ssh, ftp nothing at all. So using vps web consol my host ran

yum -y remove NetworkManager
and rebooted and it's all back to normal.

As stated by my host provider.
Quote
on centos 7 NetworkManager breaks the network.
I have removed it with:

Code: [Select]
yum -y remove NetworkManagerand rebooted your vps and it's all back to normal.