View Single Post
  #1  
Old 02-03-2010, 12:30 PM
Grzegorz Derebecki Grzegorz Derebecki is offline
Senior Member
 
Join Date: Jun 2007
Posts: 92
Default [RESOLVED] Restart problem (old server isn't killed)

After swith to Litespeed 4.0.12 enterprise (before i use standard version) i have problem with restarting

Litespeed version: freebsd 64bit ent 4.0.12

Before restarting:
Code:
root@core2:~# ps aux |grep lshttp
www    33858  0.2  0.1 11572  6504  ??  D     8:40PM   0:00.09 ./lshttpd (lshttpd.4.0.12)
root   33854  0.0  0.1 10412  5248  ??  S     8:40PM   0:00.01 ./lshttpd (lshttpd.4.0.12)
After press restart in admin pannel
Code:
root@core2:~# ps aux |grep lshttp
www    33858  4.6  0.1 13036  7536  ??  SN    8:40PM   0:04.40 ./lshttpd (lshttpd.4.0.12)
root   33854  0.0  0.1 10412  5256  ??  S     8:40PM   0:00.03 ./lshttpd (lshttpd.4.0.12)
root   34344  0.0  0.1 10412  5252  ??  S     8:41PM   0:00.01 lshttpd (lshttpd.4.0.12)
www    34346  0.0  0.1 10492  5668  ??  S     8:41PM   0:00.03 lshttpd (lshttpd.4.0.12)
And after while (when old server is ready to end):
Code:
root@core2:~# ps aux |grep lshttp
www    33858  0.0  0.1 12572  7076  ??  SN    8:40PM   0:04.42 ./lshttpd (lshttpd.4.0.12)
root   34344  0.0  0.1 10412  5252  ??  S     8:41PM   0:00.02 lshttpd (lshttpd.4.0.12)
www    34346  0.0  0.1 11636  6680  ??  S     8:41PM   0:00.48 lshttpd (lshttpd.4.0.12)
As we can see pid 33858 is still running and even i send kill 33858 it don't do anything. Also all lsapi process are runing (php, ruby)



i tested this on 4.1RC2 and there problem don't exists.

Last edited by NiteWave; 02-11-2010 at 12:52 AM..
Reply With Quote