Problem with 4.0b3

closet geek

Well-Known Member
#1
Hi,

How can we track down what is causing this:

2008-11-30 18:15:46.541 [NOTICE] [AutoRestarter] new child process with pid=18805 is forked!
2008-11-30 18:15:46.554 [NOTICE] [AutoRestarter] child process with pid=18805 received signal=11, no core file is created!
2008-11-30 18:15:46.562 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 18805 !
2008-11-30 18:15:46.662 [NOTICE] [AutoRestarter] new child process with pid=18812 is forked!
2008-11-30 18:15:46.675 [NOTICE] [AutoRestarter] child process with pid=18812 received signal=11, no core file is created!
2008-11-30 18:15:46.683 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 18812 !
2008-11-30 18:15:46.796 [NOTICE] [AutoRestarter] new child process with pid=18818 is forked!
2008-11-30 18:15:47.100 [NOTICE] [AutoRestarter] child process with pid=18818 received signal=11, no core file is created!
2008-11-30 18:15:47.109 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 18818 !
2008-11-30 18:15:47.210 [NOTICE] [AutoRestarter] new child process with pid=18831 is forked!
2008-11-30 18:15:47.223 [NOTICE] [AutoRestarter] child process with pid=18831 received signal=11, no core file is created!
2008-11-30 18:15:47.231 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 18831 !
2008-11-30 18:15:47.331 [WARN] [AutoRestarter] forking too frequently, suspend for a while!

Litespeed won't start.

Thanks.
 

closet geek

Well-Known Member
#3
We need a core dump to fix this problem.

try "ulimit -c 100000" before start the web server. core dump should be enabled from web console as well.
http://www.litespeedtech.com/docs/webserver/config/adminserver/#enableCoreDump
I can't access the web panel because LSWS won't start. This is how core dumps are set according to the admin_config.xml:

<enableCoreDump>1</enableCoreDump>

I ran the ulimit command tried to start Litespeed but the same error was reproduced about no core file being created.

Thanks.
 
Top