Quote:
Originally Posted by mistwang
Please try a force reinstall from web console to apply the latest build of 4.0.12, add some code to deal with it.
|
Reinstalled (manualy becous force don't works)
web server quite but root quits first then after wihle no-root server quit and live all lsapi process
Code:
root@core2:~# ps aux |grep RAILS|grep in4max
in4max 86743 13.5 2.2 757572 180600 ?? R 11:25AM 0:25.26 ruby: RAILS: fdb.pl (production ID:86734) (ruby)
in4max 86746 10.9 2.2 757572 180840 ?? S 11:25AM 0:28.11 ruby: RAILS: fdb.pl (production ID:86734) (ruby)
in4max 86745 7.1 1.8 728800 152428 ?? S 11:25AM 0:30.65 ruby: RAILS: fdb.pl (production ID:86734) (ruby)
in4max 86744 4.6 2.2 758596 182116 ?? S 11:25AM 0:26.07 ruby: RAILS: fdb.pl (production ID:86734) (ruby)
in4max 84884 0.0 1.8 721632 145796 ?? Ss 11:16AM 0:04.57 ruby: RAILS: fdb.pl (production ID:84884) (ruby)
in4max 84898 0.0 2.3 767812 191056 ?? S 11:16AM 0:19.42 ruby: RAILS: fdb.pl (production ID:84884) (ruby)
in4max 84899 0.0 2.0 738332 162800 ?? S 11:16AM 0:25.92 ruby: RAILS: fdb.pl (production ID:84884) (ruby)
in4max 84900 0.0 2.3 762096 186568 ?? S 11:16AM 0:21.38 ruby: RAILS: fdb.pl (production ID:84884) (ruby)
in4max 84901 0.0 1.8 727776 150796 ?? S 11:16AM 0:27.83 ruby: RAILS: fdb.pl (production ID:84884) (ruby)
in4max 85694 0.0 1.8 721632 145796 ?? Ss 11:20AM 0:04.45 ruby: RAILS: fdb.pl (production ID:85694) (ruby)
in4max 85703 0.0 2.2 757572 180596 ?? S 11:20AM 0:23.22 ruby: RAILS: fdb.pl (production ID:85694) (ruby)
in4max 85704 0.0 2.2 757572 181160 ?? S 11:20AM 0:31.89 ruby: RAILS: fdb.pl (production ID:85694) (ruby)
in4max 85705 0.0 2.2 757572 181136 ?? S 11:20AM 0:27.93 ruby: RAILS: fdb.pl (production ID:85694) (ruby)
in4max 85706 0.0 2.2 757572 180572 ?? S 11:20AM 0:28.23 ruby: RAILS: fdb.pl (production ID:85694) (ruby)
in4max 86734 0.0 1.8 721632 145796 ?? Ss 11:25AM 0:04.42 ruby: RAILS: fdb.pl (production ID:86734) (ruby)
(id = belongs to 1 litespeed server)
this is how it looks after few restarts. php isn't stoped too.
by the way swithing version don't change symlink to lscgid and after that we have (after this test i checked to rc2 for another test)
Code:
www 88224 2.9 0.1 19208 9548 ?? D 11:32AM 0:02.18 lshttpd (lshttpd.4.1RC2)
root 88222 0.0 0.0 11972 4012 ?? S 11:32AM 0:00.03 lshttpd (lshttpd.4.1RC2)
root 88223 0.0 0.0 2568 716 ?? S 11:32AM 0:00.00 httpd (lscgid.4.0.12)
Last edited by Grzegorz Derebecki; 02-04-2010 at 02:35 AM..
|