After enabling the service to autostart using yast, the service is setup
to start first and terminate last. 

hostname:~ # ll /etc/init.d/rc*.d/*slimserver*
lrwxrwxrwx 1 root root 18 Jan 14 00:08
/etc/init.d/rc3.d/K21slimserver.init -> ../slimserver.init
lrwxrwxrwx 1 root root 18 Jan 14 00:08
/etc/init.d/rc3.d/S01slimserver.init -> ../slimserver.init
hostname:~ #

That is most likely not what we want, so:

hostname:~ # mv /etc/init.d/rc3.d/S01slimserver.init
/etc/init.d/rc3.d/S31slimserver.init
hostname:~ # mv /etc/init.d/rc3.d/K21slimserver.init
/etc/init.d/rc3.d/K00slimserver.init

But that did not help either,

hostname:~ # tail /tmp/slimserver.log
2007-01-13 22:07:15.0005 Aysnc: No DNS servers responded, you may have
trouble with network connections.  Please check your network settings.

So I figured maybe slimserver is starting before DHCP client has done
it's job, so I added "sleep 60" right before "startproc -n
${NICE_VALUE} -p ${PID_FILE} ${SLIMSERVER_BIN} ${SLIMSERVER_ARGS}" in
slimserver.init. Rebooted, no Aysnc message in the log, all the links
in the Internet Radio are working.


-- 
f7o7
------------------------------------------------------------------------
f7o7's Profile: http://forums.slimdevices.com/member.php?userid=9499
View this thread: http://forums.slimdevices.com/showthread.php?t=31429

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

Reply via email to