私はEtchを実行しているDebianサーバーを持っています。私はもう実行できないようですapt-get update正しく:
root@charm osqa ] apt-get update
Ign http://ftp.uk.debian.org etch Release.gpg
Ign http://ftp.uk.debian.org etch Release
Err http://ftp.uk.debian.org etch/main Packages
404 Not Found
Err http://ftp.uk.debian.org etch/contrib Packages
404 Not Found
Err http://ftp.uk.debian.org etch/non-free Packages
404 Not Found
Failed to fetch http://ftp.uk.debian.org/debian/dists/etch/main/binary-i386/Packages.gz 404 Not Found
Failed to fetch http://ftp.uk.debian.org/debian/dists/etch/contrib/binary-i386/Packages.gz 404 Not Found
Failed to fetch http://ftp.uk.debian.org/debian/dists/etch/non-free/binary-i386/Packages.gz 404 Not Found
Reading package lists... Done
W: Couldn't stat source package list http://ftp.uk.debian.org etch/main Packages (/var/lib/apt/lists/ftp.uk.debian.org_debian_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.uk.debian.org etch/contrib Packages (/var/lib/apt/lists/ftp.uk.debian.org_debian_dists_etch_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.uk.debian.org etch/non-free Packages (/var/lib/apt/lists/ftp.uk.debian.org_debian_dists_etch_non-free_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.
私のsources.listファイルは非常に最小限で、次のものが含まれています。
###### Debian Main Repos
deb http://ftp.uk.debian.org/debian/ etch main contrib
手がかりはありますか?レポの場所は変更されましたか?ありがとう、ジョエル。
Debian 4.0(Etch)は古いリリースであり、 サポートされなくなりました :
Debian GNU/Linux 4.0は、Debian GNU/Linux 5.0( "lenny")に取って代わられました。セキュリティアップデートは2010年2月末をもって廃止されました。
エッチングは archive.debian.orgに移動 :
6月20日日曜日の夕方(UTC)にEtchをarchive.debian.orgにコピーする予定です。その後、エッチングは徐々にミラーから消えます。 distsツリーはすぐに削除され、プール内のファイルは数日以内にグループで削除されます。
Etchはftp.uk.debian.orgから削除されました。アーカイブを使用するには、sources.listを次のように変更します。
deb http://archive.debian.org/debian/ etch main contrib
ただし、セキュリティサポートを受けるには、Lennyにアップグレードすることをお勧めします(また、sources.listにsecurity.debian.orgを含めることもできます)。アップグレード手順については、 Lennyリリースノート を参照してください。
ネームサーバーに問題があることに気付いてからしばらく時間がかかりました..archive.debian.orgが見つかりませんでした
この問題が発生した場合は、次の方法でgoogleにpingできることを確認してください。
ping 8.8.8.8
次に、ネームサーバーが実行されていることを確認します。グーグルサーバーを使用できます。これでうまくいきます。
Sudo echo "nameserver 8.8.8.8" >> /etc/resolv.conf