View Single Post

   
  #1 (permalink)  
Old 01-19-2008, 06:59 AM
Brett
 
Posts: n/a
Default apt-get update problem

Here's what I get when i run apt-get update:

penguin:~# apt-get update
Hit http://security.debian.org testing/updates/main Packages
Hit http://security.debian.org testing/updates/main Release
Err http://non-us.debian.org testing/non-US/main Packages
404 Not Found
Ign http://non-us.debian.org testing/non-US/main Release
Hit ftp://ftp.wa.au.debian.org testing/main Packages
Hit ftp://ftp.wa.au.debian.org testing/main Release
Err http://non-us.debian.org testing/non-US/main Sources
404 Not Found
Ign http://non-us.debian.org testing/non-US/main Release
Hit ftp://ftp.wa.au.debian.org testing/main Sources
Hit ftp://ftp.wa.au.debian.org testing/main Release
Hit ftp://ftp.us.debian.org testing/main Packages
Hit ftp://ftp.us.debian.org testing/main Release
Hit ftp://ftp.us.debian.org testing/main Sources
Hit ftp://ftp.us.debian.org testing/main Release
Failed to fetch
http://non-us.debian.org/debian-non-...86/Packages.gz
404 Not Found
Failed to fetch
http://non-us.debian.org/debian-non-...rce/Sources.gz
404 Not Found
Reading Package Lists... Done
W: Couldn't stat source package list http://non-us.debian.org
testing/non-US/main Packages
(/var/lib/apt/lists/non-us.debian.org_debian-non-US_dists_testing_non-US_mai
n_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones
used instead.


my source.list file is as follows:


deb ftp://ftp.us.debian.org/debian/ testing main
deb-src ftp://ftp.us.debian.org/debian/ testing main
deb http://non-us.debian.org/debian-non-US testing/non-US main
deb-src http://non-us.debian.org/debian-non-US testing/non-US main

deb ftp://ftp.wa.au.debian.org/debian/ testing main
deb-src ftp://ftp.wa.au.debian.org/debian/ testing main

deb http://security.debian.org/ testing/updates main

Updates used to work, but all of a sudden they have stopped!

Brett.


Reply With Quote