boxmeister Posted July 1, 2020 Posted July 1, 2020 Hey everyone, im running armbian on a X96 MAX (S905X2) android tv box as a pihole server. Distributor ID: Ubuntu Description: Ubuntu 19.04 Release: 19.04 Codename: disco unfortunately sudo apt-get update gives me this: (i did try to mess around with the repository settings in the meantime adding a ppa wich didnt help and potentially made it worse but i dont know how to revert the repository state back to its original state) Hit:1 http://ppa.launchpad.net/numix/ppa/ubuntu groovy InRelease Ign:2 http://ports.ubuntu.com disco InRelease Hit:4 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease Ign:5 http://ports.ubuntu.com disco-security InRelease Ign:6 http://ports.ubuntu.com disco-updates InRelease Ign:7 http://ports.ubuntu.com disco-backports InRelease Ign:8 http://ppa.launchpad.net/webupd8team/java/ubuntu focal InRelease Err:9 http://ports.ubuntu.com disco Release 404 Not Found [IP: 91.189.88.150 80] Err:10 http://ports.ubuntu.com disco-security Release 404 Not Found [IP: 91.189.88.150 80] Err:11 http://ppa.launchpad.net/webupd8team/java/ubuntu focal Release 404 Not Found [IP: 91.189.95.83 80] Err:12 http://ports.ubuntu.com disco-updates Release 404 Not Found [IP: 91.189.88.150 80] Err:13 http://ports.ubuntu.com disco-backports Release 404 Not Found [IP: 91.189.88.150 80] Hit:3 https://apt.armbian.com disco InRelease Reading package lists... Done E: The repository 'http://ports.ubuntu.com disco Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://ports.ubuntu.com disco-security Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://ports.ubuntu.com disco-updates Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://ports.ubuntu.com disco-backports Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. any help to get apt-get update to work again would be greatly appreciated!
Igor Posted July 1, 2020 Posted July 1, 2020 3 hours ago, boxmeister said: Err:9 http://ports.ubuntu.com disco Release 404 Not Found [IP: 91.189.88.150 80] 3 hours ago, boxmeister said: any help to get apt-get update to work again would be greatly appreciated! Armbian has nothing to do with Ubuntu servers. Official or non-official. This version of Ubuntu / its package base that is used in that Armbian / is most likely EOL and repositories removed. 1
boxmeister Posted July 1, 2020 Author Posted July 1, 2020 could there be any substitute repositorys that i can fall back to?
Werner Posted July 1, 2020 Posted July 1, 2020 6 minutes ago, boxmeister said: could there be any substitute repositorys that i can fall back to? Maybe. But you better ask that at ubuntu forums. It is not a good idea to run an OS that is not actively maintained...
guidol Posted July 1, 2020 Posted July 1, 2020 Ubuntu Disco STS was only supported until January 2020:https://fridge.ubuntu.com/2020/01/23/ubuntu-19-04-disco-dingo-end-of-life-reached-on-january-23-2020/ https://wiki.ubuntuusers.de/Disco_Dingo/ 18.04 LTS until Aril 2023 19.04 STS Disco until January 2020 18.10 STS Cosmic until July 2019 19.10 STS Eon only until Juli 2020 20.04 LTS until April 2025 LTS = „Long Term Support“ STS = „Short Term Support“
guidol Posted July 1, 2020 Posted July 1, 2020 12 minutes ago, boxmeister said: could there be any substitute repositorys that i can fall back to? you could try to replace http://ports.ubuntu.com with http://old-releases.ubuntu.com/ubuntu/ see:https://www.digitalocean.com/community/questions/unable-to-apt-update-my-ubuntu-19-04
warriorsoul Posted July 19, 2021 Posted July 19, 2021 Hello guys, I have been looking for a solution and made this, I hope you could use it. sudo nano /etc/apt/sources.list change all lines with: deb http://old-releases.ubuntu.com/ubuntu/ eoan main restricted universe multiverse #deb-src http://old-releases.ubuntu.com/ubuntu/ eoan main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ eoan-security main restricted universe multiverse #deb-src http://old-releases.ubuntu.com/ubuntu/ eoan-security main restricted universe multiv> deb http://old-releases.ubuntu.com/ubuntu/ eoan-updates main restricted universe multiverse #deb-src http://old-releases.ubuntu.com/ubuntu/ eoan-updates main restricted universe multive> deb http://old-releases.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse #deb-src http://old-releases.ubuntu.com/ubuntu/ eoan-backports main restricted universe multi> and finilly could update sudo apt-get update
Recommended Posts