there is another thread about this, but I could not find it right now.
The solution is to place a sleep 2 between the startproc and the
rc_status line. It works for me with

...
elif [ -f /etc/SuSE-release ] ; then
...
start() {
echo -n "Starting Squeezebox Server: "
export HOME=$SQUEEZEBOX_HOME
startproc -u $SQUEEZEBOX_USER $SQUEEZEBOX_BIN $SQUEEZEBOX_ARGS
sleep 2
rc_status -v
...

The other thread also reports that the stop() command does not work,
but the solution mentioned there does not work on openSUSE 11.2
So don't wonder that squeezeboxserver continues to work after 
/etc/rc.d/squeezeboxserver stop


-- 
cajus
------------------------------------------------------------------------
cajus's Profile: http://forums.slimdevices.com/member.php?userid=16872
View this thread: http://forums.slimdevices.com/showthread.php?t=75250

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to