Well, I booted up this morning and now Squeezecenter can't find my
player. I did the same thing I did last time (I think...).
I opened a terminal window and pasted the second startup script into a
terminal window (both as a sudo in my regular account and as root) with
no results:
#!/bin/sh
# slimserver init script for Debian Linux
#
# This script expects slimserver to be installed in
# /home/slimserver
#
DAEMON=/home/slimserver/slimserver.pl
PIDFILE=/var/tmp/slimserver.pid
LOGFILE=/var/log/slimserver.log
USER=slimserver
SLIMSERVER_OPTS=""
test -x ${DAEMON} || exit 0
case "$1" in
start) echo -n "Starting Slimserver: "
HOME=/home/$USER
start-stop-daemon --start --quiet --exec $DAEMON \
--chuid ${USER} -- --daemon \
--prefsfile=/etc/slimserver.pref --pidfile=${PIDFILE} \
--logfile=${LOGFILE} ${SLIMSERVER_OPTS}
echo "slimserver"
;;
stop) echo -n "Stopping Slimserver: "
start-stop-daemon --stop --quiet --user ${USER} --pidfile
${PIDFILE} --retry 5
echo "done"
;;
force-reload|restart) $0 stop
$0 start
;;
*) echo "Usage: $0 {start|stop|restart|force-reload}"
exit 1;
;;
esac
exit 0
My router config shows DHCP is selected and the wireless activity
indicator is flashing, just as it did when it worked last night.
I looked in system monitor and didn't find a listing for Squeezecenter
(anyone know the process name?), although I can browse my library
through the web interface, so it seems to be running.
Thanks for any help,
buelligan
--
buelligan
------------------------------------------------------------------------
buelligan's Profile: http://forums.slimdevices.com/member.php?userid=9019
View this thread: http://forums.slimdevices.com/showthread.php?t=45871
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix