Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2014-07-21 Thread gharris999
SlimChances wrote: sudo service logitechmediaserver stop sudo service logitechmediaserver start works on my Ubuntu 14.04 PC What is Ubuntu 90.04? Ubuntu 90.04: was a pre-release version. ;-) gharris999's Profile:

Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2014-07-20 Thread devehf
Not quite... slinkeey wrote: sudo /etc/init.d/squeezeboxserver stop sudo /etc/init.d/squeezeboxserver start This works: Code: sudo /etc/init.d/logitechmediaserver restart

Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2014-07-20 Thread SlimChances
sudo service logitechmediaserver stop sudo service logitechmediaserver start works on my Ubuntu 14.04 PC What is Ubuntu 90.04? Logitech Media Server Version: 7.9.0 - 1403985527 @ Thu Jul 10 04:03:53 UTC 2014 Operating system: Debian - EN - utf8Platform Architecture:

Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2009-10-13 Thread verbatone
In Ubuntu, the start, stop and restart options are in: /etc/init.d/squeezeboxserver [start, stop, restart] -- verbatone verbatone's Profile: http://forums.slimdevices.com/member.php?userid=3556 View this thread:

Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2009-10-13 Thread slinkeey
Thanks for the tips.. That worked.. sudo /etc/init.d/squeezeboxserver stop sudo /etc/init.d/squeezeboxserver start Now I will write a shell script to Stop and Start Squeezeboxserver, mysql and any other servers that it may have installed. No sense is wasting resourced while I am away from my

Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2009-10-13 Thread Pat Farrell
slinkeey wrote: No sense is wasting resourced while I am away from my squeezebox or not using it. er, why bother? If there is nothing calling the MySql daemon, it doesn't do anything, and as soon as its doing that, it can be swapped out. It ends up not doing anything, not taking memory, no real

Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2009-10-13 Thread slinkeey
Really? It gets swapped out of memory and when not being hit? MySQL doesn't have anything polling i take it? -- slinkeey slinkeey's Profile: http://forums.slimdevices.com/member.php?userid=33512 View this thread:

Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2009-10-13 Thread Pat Farrell
slinkeey wrote: Really? It gets swapped out of memory and when not being hit? MySQL doesn't have anything polling i take it? It might, but not enough to notice. Mostly it waits on its socket for an incomming command, and when you are not sending it commands, its doing nothing. We are

[SlimDevices: Unix] Squeezeboxserver Stop Start

2009-10-12 Thread slinkeey
Hello, I installed the server on my ubuntu 90.04 box.. It is working good.. Is there anyway that I can stop and start the server? Is there a Squezeboxserver Control Panel like the windows build? I don't want it always running.. I am playing with it on my notebook until I decide to give it

Re: [SlimDevices: Unix] Squeezeboxserver Stop Start

2009-10-12 Thread Mnyb
Open a terminal and try. # service squeezeboxserver stop And then you can try: # service squeezeboxserver start -- Mnyb No it can NOT be controlled with iTunes