PDA

View Full Version : [ubuntu] 6.06 server repositories not working



victory2007
July 8th, 2008, 06:04 AM
Are the repositories for 6.06 not working any more. Thanks

victory2007
July 8th, 2008, 06:22 AM
This is the error i get

Err http://security.ubuntu.com breezy-security Release.gpg
Temporary failure resolving 'security.ubuntu.com'
Err http://archive.ubuntu.com dapper Release.gpg
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com dapper-updates Release.gpg
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com dapper-backports Release.gpg
Temporary failure resolving 'archive.ubuntu.com'
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/dapper/Release.gpg Temporary failure resolving 'archive.ubuntu.com'
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/dapper-updates/Release.gpg Temporary failure resolving 'archive.ubuntu.com'
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/dapper-backports/Release.gpg Temporary failure resolving 'archive.ubuntu.com'
Failed to fetch http://security.ubuntu.com/ubuntu/dists/breezy-security/Release.gpg Temporary failure resolving 'security.ubuntu.com'
Reading package lists... Done
W: Some index files failed to download, they have been ignored, or old ones used instead.

Rocket2DMn
July 8th, 2008, 09:06 AM
It is possible that the repositories are just down temporarily (it happens more often than it should). However, you need to get those Breezy repos out of there since that version isn't supported anymore and the repos have been removed for it.

sudo nano /etc/apt/sources.list
You can comment out the Breezy repos from there, then run

sudo apt-get update
sudo apt-get upgrade
The second command will run upgrades, so don't do it if you don't want upgrades for your server right now.