Problem: Upgrading from a very old version (1.05a)
|
7th Jan, 2015, 07:43 PM
Post: #1
|
|||
|
|||
Upgrading from a very old version (1.05a)
Hi guys,
I am trying to update my second RPI for some days now, but I do not understand, why it is not going to a newer version with: Code: apt-get clean; apt-get update; apt-get upgrade sources.list.d/xbian.list: Code: deb mirror://apt.xbian.org/mirror.txt stable main sources.list: Code: deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi Anything wrong here or any ideas/solutions? |
|||
7th Jan, 2015, 07:51 PM
Post: #2
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
Did you follow the FAQ on the frontpage?
pilight - modular domotica solution
|
|||
7th Jan, 2015, 08:10 PM
Post: #3
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
(7th Jan, 2015 07:51 PM)CurlyMo Wrote: Did you follow the FAQ on the frontpage? Yes, of course, twice. It seems, my sources.list and the other file are correct, too. That is the output after an update try: Code: Reading package lists... Done So, the question is why kept back/not upgraded ... and how to force it? |
|||
7th Jan, 2015, 08:29 PM
Post: #4
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
By doing an apt-get dist-upgrade for this once.
pilight - modular domotica solution
|
|||
7th Jan, 2015, 08:34 PM
Post: #5
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
(7th Jan, 2015 08:29 PM)CurlyMo Wrote: By doing an apt-get dist-upgrade for this once. Thanks, but that led to: Code: root@xbian:/home/xbian# apt-get dist-upgrade |
|||
7th Jan, 2015, 08:52 PM
Post: #6
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
And:
apt-get install xbian-update pilight - modular domotica solution
|
|||
7th Jan, 2015, 08:54 PM
Post: #7
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
(7th Jan, 2015 08:52 PM)CurlyMo Wrote: And: ... which led to: Code: root@xbian:/home/xbian# apt-get install xbian-update |
|||
7th Jan, 2015, 09:47 PM
Post: #8
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
Post the output of:
Code: cat /etc/apt/sources.list.d/xbian.list pilight - modular domotica solution
|
|||
7th Jan, 2015, 09:56 PM
Post: #9
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
(7th Jan, 2015 09:47 PM)CurlyMo Wrote: Post the output of: Did not I do that in the first post? Here: Code: deb mirror://apt.xbian.org/mirror.txt stable main |
|||
7th Jan, 2015, 09:59 PM
Post: #10
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
My mistake
Please add rpi-wheezy to the end of each line. pilight - modular domotica solution
|
|||
7th Jan, 2015, 10:29 PM
Post: #11
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
(7th Jan, 2015 09:59 PM)CurlyMo Wrote: My mistake Okay, done: Code: deb mirror://apt.xbian.org/mirror.txt stable main rpi-wheezy ... and tried apt-get dist-update and apt-get xbian-update again. Both led to the same output as above. :\ |
|||
8th Jan, 2015, 12:11 AM
Post: #12
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
You need to apt-get update -f when modifying sources. Any better?
|
|||
8th Jan, 2015, 12:35 AM
Post: #13
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
(8th Jan, 2015 12:11 AM)menakite Wrote: You need to apt-get update -f when modifying sources. Any better? Same thing: Code: root@xbian:/home/xbian# apt-get upgrade -f I tried update -f and then upgrade -f. No difference. |
|||
13th Jan, 2015, 01:44 PM
Post: #14
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
@syco
is this really from A5 ? Only TESTED (and originally prepared/designed) upgrade way from A5 was through A5->B1->B2->XXX. XBian preB2 releases required strict DOWN-oneversion-UP policy when upgrading because specially xbian-update-magic (and content) was containing ONLY INCREMENTAL differences between those versions. Only with B2 and higher previous/current state doesn't matter because none XBian package currently depends on it's predecessor (except for data of course). Yes, that means that you should be able to upgrade from A5 to current with no issues - and yes, technically you can. What is holding you back are not aligned version dependencies currently valid with version ~4 generations old. If you want to keep your A5 systems, update this hackerish way: force remove all XBian packages, install back. so on running A5: Code: dpkg-query -W xbian\* | awk '$2 != "" ' | xargs -L1 dpkg --force-all -r Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
13th Jan, 2015, 09:43 PM
Post: #15
|
|||
|
|||
RE: Upgrading from a very old version (1.05a)
(13th Jan, 2015 01:44 PM)mk01 Wrote: @syco No, no, I do not want to stay on 1.05a. I want to upgrade to the newest version, either RC2 or RC3 ... and that is not working, as you can see following this thread history. |
|||
« Next Oldest | Next Newest »
|