Hi Guys,
I've been scratching my head for a while, wonder if you can help me?
We have a multi server setup that's been working fine for ages. However now one of the webserver's crons run but keep running. The lock file is still there and the php process is still running:
Code:
[root@tupac ~]# ps aufx | grep server
root 20988 0.0 0.0 61164 716 pts/0 S+ 13:50 0:00 \_ grep server
root 5052 0.0 0.0 8704 984 ? Ss 12:50 0:00 \_ /bin/sh -c /usr/local/ispconfig/server/server.sh >> /var/log/xeno_ispconfig_log
root 5053 0.0 0.0 63844 1224 ? S 12:50 0:00 | \_ /bin/sh /usr/local/ispconfig/server/server.sh
root 5090 0.0 3.8 352176 157204 ? S 12:50 0:00 | \_ /usr/bin/php -q /usr/local/ispconfig/server/server.php
(I modified the cron slightly so it puts all the output to a file - it's the same without the modification though

)
Said log is basically full up with
Quote:
29.03.2011-13:45 - DEBUG - There is already an instance of server.php running. Exiting.
29.03.2011-13:46 - DEBUG - There is already an instance of server.php running. Exiting.
29.03.2011-13:47 - DEBUG - There is already an instance of server.php running. Exiting.
29.03.2011-13:48 - DEBUG - There is already an instance of server.php running. Exiting.
29.03.2011-13:49 - DEBUG - There is already an instance of server.php running. Exiting.
29.03.2011-13:50 - DEBUG - There is already an instance of server.php running. Exiting.
29.03.2011-13:51 - DEBUG - There is already an instance of server.php running. Exiting.
|
The last bit of juicy info in the file is:
Code:
29.03.2011-12:48 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
29.03.2011-12:48 - DEBUG - No Updated records found, starting only the core.
29.03.2011-12:48 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
finished.
29.03.2011-12:49 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
29.03.2011-12:49 - DEBUG - No Updated records found, starting only the core.
29.03.2011-12:49 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
finished.
29.03.2011-12:50 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
29.03.2011-12:50 - DEBUG - Found 2 changes, starting update process.
29.03.2011-12:51 - DEBUG - There is already an instance of server.php running. Exiting.
29.03.2011-12:52 - DEBUG - There is already an instance of server.php running. Exiting.
29.03.2011-12:53 - DEBUG - There is already an instance of server.php running. Exiting.
and before that:
Code:
29.03.2011-11:19 - DEBUG - Calling function 'insert' from plugin 'ftpuser_base_plugin' raised by event 'ftp_user_insert'.
29.03.2011-11:19 - DEBUG - Processed datalog_id 4774
29.03.2011-11:19 - DEBUG - Replicated from master: REPLACE INTO ftp_user -----REMOVED------
29.03.2011-11:19 - DEBUG - Calling function 'insert' from plugin 'ftpuser_base_plugin' raised by event 'ftp_user_insert'.
29.03.2011-11:19 - DEBUG - Processed datalog_id 4779
29.03.2011-11:19 - DEBUG - Calling function 'restartHttpd' from module 'web_module'.
29.03.2011-11:19 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
finished.
29.03.2011-11:20 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
29.03.2011-11:20 - DEBUG - No Updated records found, starting only the core.
I can't find anything which might cause the problem, I've rebooted the server but the problem continues.
If you kill all of the server instances, delete the lock file and run server.sh then it all goes through as you'd expect without any errors.
Any ideas?
Thanks in advance.
Recent comments
18 hours 7 min ago
23 hours 12 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 19 hours ago
1 day 19 hours ago
2 days 40 min ago
2 days 7 hours ago
2 days 8 hours ago
2 days 9 hours ago