LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   General (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=25)
-   -   WARN Remove Looping (http://www.litespeedtech.com/support/forum/showthread.php?t=5809)

JustAng 04-01-2012 01:05 AM

WARN Remove Looping
 
Hello,

I've just upgraded to 4.1.12 and the LiteSpeed web admin started to spewing this random warning :

Code:

2012-04-01 14:54:25.149        WARN        Remove looping fd: 94, event: 1
2012-04-01 14:54:57.249        WARN        Remove looping fd: 155, event: 1
2012-04-01 14:55:05.070        WARN        Remove looping fd: 198, event: 1

And sometimes resulting in Automatic Restart on my servers:

Code:

At [01/Apr/2012:14:27:54 +0700], web server with pid=186167 received unexpected signal=11, no core file is created. A new instance of web server will be started automatically!
I've read a thread about the automatic restart is due to the memory is not enough for PHP Process, but I have 16 Gigs on both of my machine with many free room so I kinda lost there.

Please advise.

EDIT :
On my older machine, I can switch back to the older version if that's the only solution, but on my newer one, 4.1.12 is the basic install so I don't know how to switch back to 4.1.11

webizen 04-01-2012 01:46 AM

Quote:

Originally Posted by JustAng (Post 32449)
...
Code:

At [01/Apr/2012:14:27:54 +0700], web server with pid=186167 received unexpected signal=11, no core file is created. A new instance of web server will be started automatically!
...
EDIT :
On my older machine, I can switch back to the older version if that's the only solution, but on my newer one, 4.1.12 is the basic install so I don't know how to switch back to 4.1.11

You have 2 options:
1. manually install 4.1.11
Code:

wget http://www.litespeedtech.com/package...4-linux.tar.gz
tar zxf lsws-4.1.11-ent-x86_64-linux.tar.gz
cd lsws-4.1.11
./install.sh

Choose 'U' option when prompted and defaults for everything else.

2. install 4.1.12 dbg version and gnu debugger (gdb)
Code:

wget http://www.litespeedtech.com/package...nux-dbg.tar.gz
tar zxf lsws-4.1.12-ent-x86_64-linux-dbg.tar.gz
cd lsws-4.1.12
./install.sh

Choose 'U' option when prompted and defaults for everything else.

yum install gdb

when restart happens again, forward the backtrace to bug@.

if restart persists, switch back to 4.1.11 for the time being.

JustAng 04-01-2012 01:51 AM

Thanks webizen :)

The restart problem is persist and happened on a random time, last night on my newest server I've got at least 10 times or so , while my older server which I upgraded today, it's already happened 5 times.

I'll switch back to the older version now :)

UPDATE :
I've switched back, the Remove Looping warning is not yet to be seen, I'll update again in 12 hours time frame to see if whether the restart problem surfacing up again or not after switching back to older version.

JustAng 04-02-2012 06:40 AM

Quote:

Originally Posted by JustAng (Post 32451)
Thanks webizen :)

The restart problem is persist and happened on a random time, last night on my newest server I've got at least 10 times or so , while my older server which I upgraded today, it's already happened 5 times.

I'll switch back to the older version now :)

UPDATE :
I've switched back, the Remove Looping warning is not yet to be seen, I'll update again in 12 hours time frame to see if whether the restart problem surfacing up again or not after switching back to older version.

Posted in new post for Update :

After degrading to 4.1.11 : everything is smooth, no more Remove Looping warning or restart :)

webizen 04-02-2012 11:10 AM

thx for the update. will let you know once you can re-try 4.1.12.


All times are GMT -7. The time now is 08:36 AM.