PDA

View Full Version : repository/server troubles


shd0w
January 4th, 2007, 12:48 PM
I have been trying to apt-get programs on my ubuntu-server 6.10 I keep getting the error temporarily unable to resolve hostname us.archive.ubuntu.com and even before that i would try to apt-get applications and the package wouldnt exist but it is in the achives like webalizer for instance. help would be very appreciated thanks
I also added the dapper repositories hoping that woul help but unfortunately it didnt.
here is what my sources.list looks like


#
# deb cdrom:[Ubuntu-Server 6.10 _Edgy Eft_ - Release i386 (20061025.1)]/ edgy main restricted


#deb cdrom:[Ubuntu-Server 6.10 _Edgy Eft_ - Release i386 (20061025.1)]/ edgy main restricted

deb http://us.archive.ubuntu.com/ubuntu/ edgy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ edgy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
deb http://security.ubuntu.com/ubuntu edgy-security universe
deb-src http://security.ubuntu.com/ubuntu edgy-security universe
#dapper
#universe
deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://us.archive.ubuntu.com/ dapper universe
deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://us.archive.ubuntu.com/ dapper main restricted
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ dapper-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiuniverse
deb-src http://us.archive.ubuntu.com/ dapper-backports main restricted universe multiuniverse
deb http://us.archive.ubuntu.com/ubuntu/ dapper-security main restricted
deb-src http://us.archive.ubuntu.com/ dapper-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ dapper-security universe
deb-src http://us.archive.ubuntu.com/ dapper-security universe

bapoumba
January 4th, 2007, 01:18 PM
Hi, you cannot mix up dapper and edgy repositories. Please remove all the dapper repos from your sources.list and post the complete output to sudo apt-get update or sudo aptitude update.

shd0w
January 4th, 2007, 01:56 PM
I jsut got it fixed I used source-o-matic and got a new sources.list and updated and it's working fine now but thanks for the help