Jump to content

Recommended Posts

Posted

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!
 

Posted
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.

Posted
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...

Posted

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines