Bugzilla – Bug 2747
SUSE shutdown does not work
Last modified: 2008-09-15 14:39:24 UTC
I am using 6.5b1 od 12/19. The killproc command in the SuSE script does not seem to work: /usr/local # killproc -TERM /usr/local/slimserver/slimserver.pl /usr/local # ps -lae |grep slimserver 1 S 1002 20716 1 6 75 0 - 12158 - ? 00:01:07 slimserver.pl /usr/local # ls -l /usr/local/slimserver/slimserver.pl -rwxr-xr-x 1 slimserver slimserver 35359 Dec 19 04:00 /usr/local/slimserver/slimserver.pl
Some plugin shutdowns take some time to run after a sigterm is issued. That could be one possibility. Have you tried asking about this in the unix forum? this seems more of an issue with setup than a slimserver bug, since process killing is a bit outside of the scope of the process itself, is it not? If the process has actually locked up, then something akin to kill -9 woudl be required. the lockup itself would be a different problem.
It kills immediately with kill -9 pid
This has been fixed in the 6.2.2 release, 6.3 & 6.5 nightlies.
I installed the 6.6.2 rpm on suse 10.1. Where is the fixed startup script located?? It should be in /etc/init.d and is not