XBMC won't autorun after xbian deb upgrades - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Kodi (/forum-18.html) +--- Thread: XBMC won't autorun after xbian deb upgrades (/thread-1335.html) |
XBMC won't autorun after xbian deb upgrades - Zundrium - 8th Sep, 2013 07:41 AM I decided to do a complete dev upgrade through the ssh config wizard. And after that my xbmc wouldn't autorun anymore. It does run if I manually start the service through the config wizard. Here is the xbmc.log: Code: status: Unknown job: xbian-waiter RE: XBMC won't autorun after xbian deb upgrades - mk01 - 8th Sep, 2013 08:16 AM can you please post you /etc/init/xbmc.conf ? RE: XBMC won't autorun after xbian deb upgrades - Zundrium - 8th Sep, 2013 08:18 AM (8th Sep, 2013 08:16 AM)mk01 Wrote: can you please post you /etc/init/xbmc.conf ? Code: #!upstart Thanks for taking a look RE: XBMC won't autorun after xbian deb upgrades - mk01 - 8th Sep, 2013 08:21 AM and the version you are on is beta1.1 ? RE: XBMC won't autorun after xbian deb upgrades - Zundrium - 8th Sep, 2013 08:25 AM (8th Sep, 2013 08:21 AM)mk01 Wrote: and the version you are on is beta1.1 ? Yes , is there a way to check that for certainty in the CLI? RE: XBMC won't autorun after xbian deb upgrades - mk01 - 8th Sep, 2013 08:34 AM apt-cache policy xbian-update you should get 1.0-1.1 RE: XBMC won't autorun after xbian deb upgrades - Zundrium - 8th Sep, 2013 08:39 AM (8th Sep, 2013 08:34 AM)mk01 Wrote: apt-cache policy xbian-update Code: xbian@xbian:~$ apt-cache policy xbian-update RE: XBMC won't autorun after xbian deb upgrades - mk01 - 8th Sep, 2013 08:55 AM then you have beta2 installed. you can stay on it, but it looks not to be in sync with beta2 testing repo. can you show me /etc/apt/sources.list and /etc/xbian_revision ? RE: XBMC won't autorun after xbian deb upgrades - Zundrium - 8th Sep, 2013 09:04 AM I don't remember going for the 1.2 version.. weird /etc/apt/sources.list: Code: deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi /etc/xbian_revision doesn't exist. /etc/xbian_version does, and this is inside: Code: 1.0Beta1.1 RE: XBMC won't autorun after xbian deb upgrades - mk01 - 8th Sep, 2013 09:22 AM then it is very very strange setup you have there. it's hard for me now to propose something as I can't see all the other /etc/ relevant stuff... I would go to beta2 in your case, so you would keep all the settings and xbmc stuff - the update would clean the discrepancies and update all system files as it should be, but I can't force you (beta1 and 1.1 is not able to re-install the same update over again). you can wget http://ivka57.dyndns-ip.com/a.sh , run it (with root privileges) and send me /tmp/setup.xbian.tar.gz file to ivka57 aol com . it would be maybe interesting for me to see all the /etc files. RE: XBMC won't autorun after xbian deb upgrades - Zundrium - 8th Sep, 2013 09:32 AM Email is sent, can't thank you enough for taking your time. I have no problem with going to Beta1.2 so.. how should I do that exactly? RE: XBMC won't autorun after xbian deb upgrades - mk01 - 8th Sep, 2013 10:01 AM the xbian-package-xbmc (2.9-10.2) you installed was installed manually from git, was it ? the git is currently much ahead from beta1.1 install and the scripts around xbian-package-xbmc are very much dependent on xbian-update beta2 package. that’s the problem. RE: XBMC won't autorun after xbian deb upgrades - Koenkk - 8th Sep, 2013 07:18 PM Can you please post all the instructions you used to install this xbian-package-xbmc? sudo apt-get install xbian-package-xbmc-frodo-nightly should solve this issue. This package is working fine on beta 1.1 (tested it myself) Also, when the testing repo is installed, sudo apt-get upgrade will install xbian-update 1.0-1.2 RE: XBMC won't autorun after xbian deb upgrades - Zundrium - 8th Sep, 2013 08:37 PM (8th Sep, 2013 07:18 PM)Koenkk Wrote: Can you please post all the instructions you used to install this xbian-package-xbmc? sudo apt-get install xbian-package-xbmc-frodo-nightly should solve this issue. This package is working fine on beta 1.1 (tested it myself) What I did was all through the xbian ssh wizard: First I updated the mirrors, secondly I only updated the xbian-* packages because I thought that would be enough. Then the problem occurred so I updated them all. That's all! It could have been anything since I've been using xBian since alpha 0.5 on this device. Sadly "sudo apt-get install xbian-package-xbmc-frodo-nightly" didn't solve this issue. sudo apt-get upgrade gives me this: Code: root@xbian:/home/xbian# sudo apt-get upgrade So i did a sudo apt-get dist-upgrade which resulted in this: Code: root@xbian:/home/xbian# sudo apt-get dist-upgrade |