Problem: Distribution upgrade to Buster fails
|
6th Nov, 2019, 03:05 AM
(This post was last modified: 7th Nov, 2019 10:59 PM by Nachteule.)
Post: #5
|
|||
|
|||
RE: Distribution upgrade to Buster fails
And, you can do a manual upgrade to see directly what happens:
1) change all stretch to buster in file /etc/apt/sources.list and /etc/apt/sources.list.d/xbian.list 2) run sudo apt-get update 3) DEBIAN_FRONTEND=noninteractive sudo apt-get dist-upgrade -y --allow-downgrades -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold 2>&1 | tee /tmp/aptstatus 4) sudo apt-get install --reinstall xbian-update in 3), you have to look which packages will be REMOVED and it is important that upstart and xbian-package-xbmc is not removed and elogind will be installed Please note: you should not run this in a ssh session, because usually connection will be lost during apt-get run and this wil interrupt the upgrade process |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[SOLVED] Distribution upgrade Stretch to Buster fails | Roy Terhaar | 15 | 26,850 |
8th Nov, 2019 12:49 AM Last Post: Nachteule |