[solved] Server keeps restarting?

#1
Hello all. I am new to the forum as well as new to LiteSpeed. I opened up a new barebones VPS with SparkNode and setup a webserver using LiteSpeed and everything has been running great! The two sites that I host are running fast and I haven't experienced downtime. I, however, have been noticing in the error.log that my server keeps restarting. I have Google'd tirelessly to see if anybody else has experienced the same issue and the only solution I came onto was to force reinstall the webserver, which I did to no avail.

So, I thought I would post a small chunk of my error.log here to see what you guys think.

Code:
2013-01-15 01:30:31.000 [INFO] [CLEANUP] Clean up child process with pid: 4131
2013-01-15 01:30:31.005 [INFO] Remove pid: 4131, killed by signal: 15
2013-01-15 01:33:41.000 [INFO] [CLEANUP] Clean up child process with pid: 4134
2013-01-15 01:33:41.005 [INFO] Remove pid: 4134, killed by signal: 15
2013-01-15 01:35:00.007 [INFO] [Jennie vs. the World_lsphp] setuid child process, let parent kill it: 4140
2013-01-15 01:35:01.000 [INFO] [CLEANUP] Clean up child process with pid: 4140
2013-01-15 01:35:01.003 [INFO] Remove pid: 4140, killed by signal: 15
2013-01-15 01:35:30.086 [INFO] [Jennie vs. the World_lsphp] setuid child process, let parent kill it: 4142
2013-01-15 01:35:31.000 [INFO] [CLEANUP] Clean up child process with pid: 4142
2013-01-15 01:35:31.004 [INFO] Remove pid: 4142, killed by signal: 15
2013-01-15 01:36:21.000 [INFO] [CLEANUP] Clean up child process with pid: 4147
2013-01-15 01:36:21.005 [INFO] Remove pid: 4147, killed by signal: 15
My error.log has grown to be about 50kb of this over a few days, and while it's not causing any noticable downtime of my sites (both running WordPress), it was just something that didn't seem right.

Thanks in advance!
 
Last edited by a moderator:

NiteWave

Administrator
#2
the message is INFO, not error at all and not restart.

you can increase the log level from INFO to NOTICE, then these message won't go into log file.

lsws admin console->Server->Log
->Log Level:NOTICE

in admin console->Actions->Real-Time Stats, you can check "Uptime", that tell you exactly how long the server is up from last restart or start.
 
Top