hello
I have installed Eden. on ubuntu 11.10. I installed everything. xbmc, xbmc -live xbmc-Stalone.
But now I can not start or stop the service XBMC-live as before.
sudo / etc / init.d / xbmc-live stop
sudo / etc / init.d / xbmc-live start
-------------------
sudo / etc / init.d / xbmc-live stop
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service xbmc-live stop
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) utility, e.g. stop xbmc-live
----------------------
xbmc@mediacenter:~$ sudo service xbmc-live stop
stop: Unknown instance:
someone can help me. thanks
Linux /etc/init.d/xbmc-live stop not working
davissss
Junior Member Posts: 5 Joined: May 2011 Reputation: 0 |
2012-04-17 20:14
Post: #1
|
| find quote |
Aenima99x
Donor Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2012-04-17 22:07
Post: #2
Is xbmc-live listed in /etc/init.d? And how about in /etc
(This post was last modified: 2012-04-17 22:56 by Aenima99x.)
|
| find quote |
Devaron
Member Joined: Apr 2011 Reputation: 4 Location: Netherlands |
2012-04-18 20:16
Post: #3
Try:
sudo service lightdm stop sudo service lightdm start This has changed as of Ubuntu 11.10. |
| find quote |
netdive
Junior Member Posts: 9 Joined: Jun 2010 Reputation: 0 |
2012-05-11 15:35
Post: #4
i have same problem which is described in the tpoic.
lightdm stop => stop:unknown instance service --status-all marks lightdm AND xbmc-live with [?] i want to stop XBMC / X-Server for update graphicsdriver, but dosn't work in this way. at the moment, i use the hard-way an change into run level 1, but this is realy not a nice way -.- some ideas where the problem could be? Some information about my system: Ubuntu 11.10 - minimal installation - LAMP - SMB - XBMC (repository release, 11.0 "Eden") |
| find quote |
Trooper87
Junior Member Posts: 8 Joined: Nov 2009 Reputation: 0 |
2012-05-11 15:51
Post: #5
I thought xbmc-live was deprecated on eden.
I'm using this script on my minimal 12.04 setup, I never installed xbmc-live. http://wiki.xbmc.org/index.php?title=HOW...nit_script
(This post was last modified: 2012-05-11 15:52 by Trooper87.)
|
| find quote |
FernetMenta
Team-XBMC Member Posts: 1,622 Joined: Jul 2010 Reputation: 34 Location: Munich |
2012-05-11 17:52
Post: #6
lightdm is launched by upstart:
sudo stop lightdm |
| find quote |

Search
Help