Litespeed shutsdown and doesnt restart

sux0r

Well-Known Member
#1
Its been about a day since litespeeds shutsdown unexpectedly and doesnt restart either. o_O

I've attached the error_log from /usr/local/lsws/logs/

Thanks for any help :)
 

Attachments

sux0r

Well-Known Member
#3
Do you mean tht there is a cronjob ?? TO kill lshttpd o_O

These are the cronjobs set in our server.

Code:
======================
9,24,39,54 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
2,58 * * * * /usr/local/bandmin/bandmin
0 0 * * * /usr/local/bandmin/ipaddrmap
32 1 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify
*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1
30 */4 * * * /usr/bin/test -x /scripts/update_db_cache && /scripts/update_db_cache
45 */8 * * * /usr/bin/test -x /usr/local/cpanel/bin/optimizefs && /usr/local/cpanel/bin/optimizefs
57 3 * * * /usr/bin/freshclam --quiet --no-warnings
39 0 * * * find / -name core.[1234567890]* | xargs rm
0 6 * * * /scripts/exim_tidydb > /dev/null 2>&1
52 21 * * * /scripts/upcp
0 1 * * * /scripts/cpbackup
0 2 * * * /scripts/mailman_chown_archives
35 * * * * /usr/bin/test -x /usr/local/cpanel/bin/tail-check && /usr/local/cpanel/bin/tail-check
======================
 

mistwang

LiteSpeed Staff
#4
Also check /etc/crontab in addition to cron job from root user.

How often does it happen?
If not a cron job, it must be killed by something else, maybe LFD or something?
Check what have been installed/upgrade recently.
 

sux0r

Well-Known Member
#5
i chcked /etc/crontab too
there was nothing like that

I dnt think tht i have LFD installed,
I didnt install anything lately except upgraded litespeed to v4.0.12.
It was a day after when the problem started to happen.

It happens often, about 45 minets or less than tht after starting lsws.
No coredumps been created yet.
 
Top