<?sphp $this->text('pagetitle') ?>
 
Home of the Squeezebox™ & Transporter® network music players.

Mandriva 2006 startup scripts

From SqueezeboxWiki

Jump to: navigation, search

If you install the standard SlimServer RPM on Mandriva 2006.0, it will start okay, but the stop and status commands are broken and won't work. To fix this, do the follow:

1. copy /usr/local/slimserver.pl to /usr/local/slimserver

2. modify /etc/init.d/slimserver Change SLIMSERVER_BIN="$SLIMSERVER_HOME/slimserver.pl" to SLIMSERVER_BIN="$SLIMSERVER_HOME/slimserver"

Now the stop or status command will work just fine...