在哪里可以finddebian用于运行apt-get update的sources.list的URL?

任何人都可以告诉我在哪里可以findURL放在/etc/apt/sources.list debian,以便我可以运行apt-get update

通过searchGoogle我找不到确切的答案。

当我目前尝试运行apt-get update我得到:

 W: Failed to fetch ftp://ftp.debian.org/debian/dists/lenny/contrib/binary-i386/Packages Unable to fetch file, server said 'Failed to open file. ' [IP: 130.89.148.12 21] W: Failed to fetch ftp://ftp.debian.org/debian/dists/lenny/non-free/binary-i386/Packages Unable to fetch file, server said 'Failed to open file. ' [IP: 130.89.148.12 21] 

我不知道如何解决这个问题。

以下是我目前的sources.list样子:

 deb ftp://ftp.debian.org/debian lenny main contrib non-free deb-src ftp://ftp.debian.org/debian lenny main contrib non-free deb ftp://ftp.debian.org/debian lenny/updates main contrib non-free deb-src ftp://ftp.debian.org/debian lenny/updates main contrib non-free 

我正在运行debian_version 5.0.8:

 # cat /etc/debian_version 5.0.8 

谢谢!

莱尼是生命的终结; 其回购已从正常的镜子中删除。 他们现在住在档案镜子上。

 deb http://archive.debian.org/debian lenny main contrib non-free deb-src http://archive.debian.org/debian lenny main contrib non-free deb http://archive.debian.org/debian-security lenny/updates main contrib non-free deb-src http://archive.debian.org/debian-security lenny/updates main contrib non-free 

它看起来像你正在发送的镜像是坏的。 尝试使用主机托pipe的国家/地区的主镜像 。也可以尝试使用HTTP而不是FTP。

 deb http://ftp.us.debian.org/debian lenny main contrib non-free deb http://ftp.us.debian.org/debian lenny/updates main contrib non-free 

如果仍然不起作用,请select其中一个辅助镜像。