[PROBLEM] Strange update behaviour. - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Others (/forum-24.html) +--- Thread: [PROBLEM] Strange update behaviour. (/thread-3267.html) |
Strange update behaviour. - DanT - 31st Dec, 2015 02:53 AM Software /etc/os-release: PRETTY_NAME="XBian 1.0 (knockout)" NAME=XBian VERSION_ID=1.0 VERSION="1.0 (knockout)" /etc/xbian-codename: jessie /etc/xbian_version: 1.0RC2 /etc/xbian_revision: 000124 Problem description: Hallo When I SSH into xbian (on RPI B+), there is a blinking message: 216 packages can be updated. 0 updates are security updates. However, when running 'apt-get upgrade', it does nothing: sudo apt-get update && sudo apt-get upgrade Hit http://mirrordirector.raspbian.org wheezy Release.gpg Hit http://mirrordirector.raspbian.org wheezy Release Hit http://apt.xbian.org stable Release.gpg Hit http://mirrordirector.raspbian.org wheezy/main armhf Packages Hit http://apt.xbian.org stable Release Hit http://mirrordirector.raspbian.org wheezy/contrib armhf Packages Hit http://apt.xbian.org stable/main armhf Packages Hit http://mirrordirector.raspbian.org wheezy/non-free armhf Packages Hit http://mirrordirector.raspbian.org wheezy/rpi armhf Packages Ign http://apt.xbian.org stable/main Translation-en_US Ign http://apt.xbian.org stable/main Translation-en Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_US Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_US Ign http://mirrordirector.raspbian.org wheezy/main Translation-en Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_US Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_US Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Is it expected behaviour? How should I upgrade to the latest xbian? Unfortunately, I was not able to find an answer on the forum, so sorry if I have missed something ... Thank you very much, Dan T. P.S. When I looked at the latest XBian_Latest_rpi.img, there are different items in /etc/apt/sources.list and /etc/apt/sources.list.d/xbian.list. Mine is (comments excluded): /etc/apt/sources.list: deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi /etc/apt/sources.list.d/xbian.list: deb mirror://apt.xbian.org/mirror.txt stable main rpi-wheezy which agrees with http://www.xbian.org/faq/. But the XBian_Latest_rpi.img is: /etc/apt/sources.list: deb http://mirrordirector.raspbian.org/raspbian/ jessie main non-free /etc/apt/sources.list.d/xbian.list: deb mirror://apt.xbian.org/mirror.txt stable main rpi-jessie RE: Strange update behaviour. - DanT - 31st Dec, 2015 04:29 AM I forgot to mention that I carried out the steps described in http://www.xbian.org/faq/ under "The APT repository at xbian.brantje.com seems to be unreachable", since I have been affected by the error. Also, running sudo apt-get update seems to never end, producing this output: Code: Hit http://mirrordirector.raspbian.org wheezy Release.gpg RE: Strange update behaviour. - CurlyMo - 31st Dec, 2015 04:31 AM Manually install xbian-package-repo. That should fix your sources. RE: Strange update behaviour. - DanT - 31st Dec, 2015 04:36 AM (31st Dec, 2015 04:31 AM)CurlyMo Wrote: Manually install xbian-package-repo. That should fix your sources. Thank you for your reply. Unfortunatelly, it did not helped as xbian-package-repo is up to date: Code: sudo apt-get install xbian-package-repo I have also tried sudo apt-get install xbian-package-repo --reinstall, but is also did not stopped after the second OK. The output is as follows: Code: 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Did I do it right? Thank you again. RE: Strange update behaviour. - DanT - 7th Jan, 2016 07:59 AM Any other advice, please? Thank you. RE: Strange update behaviour. - FrankJackson84 - 7th Jan, 2016 10:57 PM This is really strange. I will test few options that came to my mind and let you know if they work. RE: Strange update behaviour. - DanT - 10th Jan, 2016 04:50 AM (7th Jan, 2016 10:57 PM)FrankJackson84 Wrote: This is really strange. I will test few options that came to my mind and let you know if they work. Thank you very much! Looking forward to hear what you find. RE: Strange update behaviour. - DanT - 18th Nov, 2016 07:40 AM Anyway, I have new RPi 3 with new XBian installation now. So the update is not problem anymore. |