Restarting XBMC - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: Restarting XBMC (/thread-2563.html) |
Restarting XBMC - effemmeffe - 7th Nov, 2014 04:32 AM I remember that some time ago XBMC was a service and I could restart it with service xbmc restart. Now it seems to me that it's not anymore. So, how do I restart it without restarting the whole system? RE: Restarting XBMC - Skywatch - 7th Nov, 2014 05:00 AM 'Restart' appears to have a problem. To get around this you need to do a 'sudo service xbmc stop' and then 'sudo service xbmc start'. Hope this helps. Skywatch RE: Restarting XBMC - effemmeffe - 7th Nov, 2014 05:04 AM My question was: is xbmc still a service? Because I use the autocompletion and xbmc doesn't autocomplete after service as, for example, trannsmission or samba. If I write sudo service and then I type two ctrl it lists all the services and xbmc is not there I'm still on xbian 1.0RC2 and I don't want to upgrade because I had the non starting xbmc problem. RE: Restarting XBMC - menakite - 7th Nov, 2014 06:35 AM That is probably because it is an Upstart job rather than a SysVinit service. ("Proper" Upstart commands are shorter though: "sudo stop xbmc", "sudo start xbmc".) RE: Restarting XBMC - mk01 - 15th Nov, 2014 10:39 PM @Skywatch restart xbmc is rather upstart terminology problem. "restart" handles special jobs. "reload" is the term we are looking for. so "reload xbmc". RE: Restarting XBMC - effemmeffe - 16th Nov, 2014 12:58 AM Thanks, I'm stuck to the old knowledge of debian. Is there any news about the upgrade from 1.0RC2? Are all the issues solved? RE: Restarting XBMC - mk01 - 16th Nov, 2014 01:58 AM @effemmeffe re-enable snapshots on apt if disabled, upgrade. if anything wrong, rollback. what you got to loose? max 1h of RPI cpu cycles (if too many updates ). RE: Restarting XBMC - effemmeffe - 17th Nov, 2014 03:07 AM I have RC2 without modification, snapshots should be enabled. How do I check it? And how do I rollback? Which command? RE: Restarting XBMC - mk01 - 17th Nov, 2014 10:06 PM (17th Nov, 2014 03:07 AM)effemmeffe Wrote: I have RC2 without modification, snapshots should be enabled. How do I check it? And how do I rollback? Which command? @effemmeffe http://wiki.xbian.org/doku.php/snapshots |