The command
ln -s ../init.d/squeezeslave /etc/rc2.d/S50squeezeslave
Worked, But I'm still unable to get it working.
Does some one had this working on a DL MD?
I have the impression that something is wrong here:
/etc/init.d/squeezeslave
#! /bin/sh
### BEGIN INIT INFO
# Provides: squeezeslave
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: S 0 1 6
# Short-Description: Initscript for squeezeslave
# Description: This init script make it possible to start squeezeslave as a daemon
# It is placed in /etc/init.d.
### END INIT INFO
# Author: Magnus Nilsson <magnus@karabas.nu>
#
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/usr/sbin:/usr/bin:/sbin:/bin
DESC="Squeezeslave dameon"
[glow=red,2,300]NAME=squeezeslave-alsa
DAEMON=/usr/local/bin/squeezeslave-0.8-20/$NAME
DAEMON_ARGS="-o 1 -m 00:00:00:00:00:02 -r -s 192.168.80.1"[/glow]
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
Should I use the the IP of the core or the MDs
On the webadmin when you add a SqueezeBox Player what parameter should I use on Mac (I think is 00:00:00:00:00:02) IP Should be the MDs ? Is something else to use there.
Any idea?
Thanks
Cesar