It appears it may be some what path releated. To fix it I changed my init script to cd to the slimserver directory before calling slimserver.pl and it fires up.
case "$1" in start) /bin/echo -n "Starting SlimServer: " cd /usr/slimserver; /bin/su $SLIMSERVER_USER -c "$SLIMSERVER_BIN $SLIMSERVER_ARGS" echo "done." ;; I'll be here scratching my head if anyone has any ideas. -- wr420 ------------------------------------------------------------------------ wr420's Profile: http://forums.slimdevices.com/member.php?userid=1040 View this thread: http://forums.slimdevices.com/showthread.php?t=24089 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
