Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-12 Thread bobkoure

Or you could download Mark Russinovitch's psservice.exe from
'Sysinternals'
(http://technet.microsoft.com/en-us/sysinternals/bb897542.aspx)
and run that from the command line or as a cmd file or as a one-line
link. It's
psservice restart squeezesvc
Why bother? because you can run it against a remote machine. I've got my
sb server on server4, so for me it's
psservice \\server4 restart squeezesvc

It's also useful in cmd files (you can stop and start processes as well
as restart). Think scheduled actions.



bobkoure's Profile: http://forums.slimdevices.com/member.php?userid=14646
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-11 Thread reinholdk

Mnyb wrote: 
 You can also use service squeezeboxserver restart .
 
 On windows/mac there is a controll panel .
 
 If a plugin has updated itself and you see the text on the left Bolton
 ofmthe home page .
 Click that and you get to the plugin page in settings and there it is a
 popup in the web-UI that lets you restart , works for me every time .

Please note that restarting the server on Windows usually requires admin
rights. So even if the web-UI says that it'll restart the server after
installing a plugin, this fails without notice in case the user has no
admin rights (you could see the error in the server log). So, for
restarting the server I usually open the Computer Management console
(compmgmt.msc) as admin and select LMS in the services list.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-11 Thread Mnyb

reinholdk wrote: 
 Please note that restarting the server on Windows usually requires admin
 rights. So even if the web-UI says that it'll restart the server after
 installing a plugin, this fails without notice in case the user has no
 admin rights (you could see the error in the server log). So, for
 restarting the server I usually open the Computer Management console
 (compmgmt.msc) as admin and select LMS in the services list.

Yes , forgot that windows has this peculiarities



Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-10 Thread sbp

Hi

Sorry for this question, but I just updated to LMS 7.8, and needed to
change some settings, and it ask for a restart of the server - but I
simply can't recall how I restart the server from the web pages?

Therefore, I have been rebooting the computer everytime - but there must
be a smarted way.



sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-10 Thread Julf

sbp wrote: 
 Hi
 
 Sorry for this question, but I just updated to LMS 7.8, and needed to
 change some settings, and it ask for a restart of the server - but I
 simply can't recall how I restart the server from the web pages?

/etc/init.d/logitechmediaserver restart



Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-10 Thread sbp

Thank you.

I thought that it was possible from within the server web-pages, but
your solution is working fine. 

Somehow I seem to remember that it should be possible from the server
pages, but as I haven't found the button to press here - I'm having
doubt about my memory



sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-10 Thread toby10

You may be thinking of PC/Mac versions of LMS where there are two places
to stop and restart LMS.  On a non-PC/Mac version of LMS I have no idea.



toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-10 Thread sbp

Thanks, what a relief, off course that is the explanation, I have
previously been using lms on a whs (windows home server) computer. 
So my memory is almost ok :-)



sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-10 Thread Julf

sbp wrote: 
 Somehow I seem to remember that it should be possible from the server
 pages, but as I haven't found the button to press here - I'm having
 doubt about my memory

My memory might be just as bad - seem to remember that when LMS tells
you it needs restarting, it also offers you a choice to do so on the
same page. But I also seem to remember that not working properly :)



Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-10 Thread Mnyb

You can also use service squeezeboxserver restart .

On windows/mac there is a controll panel .

If a plugin has updated itself and you see the text on the left Bolton
ofmthe home page .
Click that and you get to the plugin page in settings and there it is a
popup in the web-UI that lets you restart , works for me every time .
However it can be broken on some Linux  platforms restart never worked
on CLarkConnetc 4.2 OS with perl 5.8.8 , but it does with ClearOS and
perl 5.10.1 ??



Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to restart the server - sorry , I simply have forgot how to do that

2013-03-10 Thread epoch1970

The server Power Control plugin should offer you menus to do that, in
the web interface and in the players (ip3k at least)



epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=98270

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss