On 21-Mar-07, at 7:09 AM, andrewmaier wrote: > > 2007-03-21 15:03:48 Slimserver died. Restarting. > > The server itself appears to be fine, but I am puzzled of why this log > entry occurs. > > Any idea why this happens? > most likely, you have an instance of slimserver already running, with a second instance trying, failing and restarting due to slimserver_safe.
ps gaux | grep slim sudo killall slimserver_safe sudo killall slimserver.pl sudo /etc/init.d/slimserver restart that should do it. Make sure you don't have more than the one reference to slimserver in /etc/init.d/rc5.d. -kdf _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
