vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |
| |||
| Brett wrote: > 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 > 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. > > Have you tried apt-get update again at a later time? I get this occasionally myself. I think this is server downtime or maintenance. It never lasted longer than a few hours. Your system isn't broken by the way. You can upgrade if you like, or wait for a succesful update. (of course there's always that little chance security.debian.org is being compromised :-) -- Bastian |
| |||
| "bastian eendt" <unbastian320@melvex.xs4all.nl> wrote in message news:42b9e0e5$0$31316$e4fe514c@news.xs4all.nl... > Brett wrote: > > 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 > > > 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. > > > > > > Have you tried apt-get update again at a later time? > I get this occasionally myself. I think this is server downtime or > maintenance. It never lasted longer than a few hours. > > Your system isn't broken by the way. You can upgrade if you like, or > wait for a succesful update. > > (of course there's always that little chance security.debian.org is > being compromised :-) > > -- Bastian i've been getting the 404 errors for the past week. The other errors: 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) are only recent. Re-running apt-get update doesn't fix the problem Brett. |
| |||
| >>>>> Brett writes: > "bastian eendt" <unbastian320@melvex.xs4all.nl> wrote in message > news:42b9e0e5$0$31316$e4fe514c@news.xs4all.nl... >> Brett wrote: >> > 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 >> >> > 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. >> > >> > >> >> Have you tried apt-get update again at a later time? >> I get this occasionally myself. I think this is server downtime or >> maintenance. It never lasted longer than a few hours. >> >> Your system isn't broken by the way. You can upgrade if you like, or >> wait for a succesful update. >> >> (of course there's always that little chance security.debian.org is >> being compromised :-) >> >> -- Bastian > i've been getting the 404 errors for the past week. The other errors: > 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) > are only recent. > Re-running apt-get update doesn't fix the problem > Brett. The non-US component has been removed from the Debian archive. You should remove the reference to it in your sources.list and run apt-get update again. -- Neil |
| |||
| "Neil Woods" <cnw+usenet@pobox.com> wrote in message news:87r7et27o5.fsf@phun.phasmic.org... > >>>>> Brett writes: > > > "bastian eendt" <unbastian320@melvex.xs4all.nl> wrote in message > > news:42b9e0e5$0$31316$e4fe514c@news.xs4all.nl... > >> Brett wrote: > >> > 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 > >> > >> > 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. > >> > > >> > > >> > >> Have you tried apt-get update again at a later time? > >> I get this occasionally myself. I think this is server downtime or > >> maintenance. It never lasted longer than a few hours. > >> > >> Your system isn't broken by the way. You can upgrade if you like, or > >> wait for a succesful update. > >> > >> (of course there's always that little chance security.debian.org is > >> being compromised :-) > >> > >> -- Bastian > > > > i've been getting the 404 errors for the past week. The other errors: > > > 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) > > > are only recent. > > > Re-running apt-get update doesn't fix the problem > > > Brett. > > The non-US component has been removed from the Debian archive. You > should remove the reference to it in your sources.list and run apt-get > update again. > > -- > Neil |
| |||
| > The non-US component has been removed from the Debian archive. You > should remove the reference to it in your sources.list and run apt-get > update again. > > -- > Neil OK, I removed it and it went away. Thanks. Has debian changed there policy on non-US sources? Brett |
| |||
| On Wed, 22 Jun 2005 17:40:02 -0700, Brett <nospam@hotmail.com> wrote: -- Bastian > > > i've been getting the 404 errors for the past week. The other errors: > > 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) > > are only recent. > > Re-running apt-get update doesn't fix the problem > "non-us" is obsolete. You can take it out of your sources.list. -- Support Our Oops! |
| |||
| Hello *, On Wed, 22 Jun 2005 18:49:54 -0700, Brett wrote: >> The non-US component has been removed from the Debian archive. You >> should remove the reference to it in your sources.list and run apt-get >> update again. > > OK, I removed it and it went away. Thanks. > > Has debian changed there policy on non-US sources? It's more like the US relaxed the regulations on the export of cryptography, see the thread starting at <http://lists.debian.org/debian-user/2005/06/msg00719.html>. HTH, Flo |
| ||||
| On Wed, 22 Jun 2005 18:49:54 -0700, Brett <nospam@hotmail.com> wrote: >> The non-US component has been removed from the Debian archive. You >> should remove the reference to it in your sources.list and run apt-get >> update again. >> >> -- >> Neil > > OK, I removed it and it went away. Thanks. > > Has debian changed there policy on non-US sources? > US laws have changed, making it unnecessary to keep a separate "non-US" software category. -- Support Our Oops! |