我有一个镜像服务器,我在学校维护.
$uname -a
Linux CSE-Cloud01 4.0.0-1-amd64#1 SMP Debian 4.0.2-1(2015-05-11)x86_64 GNU / Linux
$sudo apt-get update
...... W: Failed to fetch http:// mirror.cs.nchu.edu.tw/debian/dists/jessie/main/source/Sources Hash Sum mismatch W: Failed to fetch http:// mirror.cs.nchu.edu.tw/debian/dists/jessie/main/binary-amd64/Packages Hash Sum mismatch W: Failed to fetch http:// mirror.cs.nchu.edu.tw/debian/dists/jessie/non-free/binary-amd64/Packages Hash Sum mismatch W: Failed to fetch http:// mirror.cs.nchu.edu.tw/debian/dists/jessie/main/i18n/Translation-en Hash Sum mismatch E: Some index files Failed to download. They have been ignored,or old ones used instead.
在镜像本身或我的一些机器中,它最终失败了.(有些工作正常.)我曾尝试过以下命令推荐,并且不起作用
$apt-get clean $rm -rf /var/cache/apt/* $rm -rf /var/lib/apt/lists/* $apt-get update