Slates wrote: 
> Id still appreciate any help I can get - this issue is still happening
> several times daily.
> 
> I have notice that after the issue has occurred I seem to have several
> squeezeboxserver_safe instances running alongside squeezeboxserver (my
> devices are clearly sttaching to squeezeboxserver NOT _safe as the
> display is using music information screen).
> 
> I have also tried manually sudo service logitechmediaserver start after
> making sure all instances are stopped, and I still see two instances,
> normal and safe mode, and my devices are still using the instance with
> one of the few plugins I use.
> 
> Any help, anyone, please?'squeezeboxserver_safe' is just a bash script that 
> runs in the
background and serves to restart the perl squeezeboxserver process if it
dies.  On ubuntu/debian systems, the '_safe' process is normal and you
should expect to see it.

But you really shouldn't be seeing multiple instances of the safe script
running.  I.e., if the command:

# ps ax | grep -v grep | grep '_safe' | wc -l

..returns a number higher than '1', then I'd think that something is
amiss with your system configuration.

If you think that might be the case, then install 'chkconfig':

# sudo apt-get update && apt-get install chkconfig

Then let us see the output of:

# chkconfig --list | sort | grep "[1-5]:on"


------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=95579

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

Reply via email to