[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:50457] apt-get : " Hash Sum mismatch" at ftp.jp.debian.org



上林と申します

unstable から source を取得を試みました。

まず、/etc/apt/sources.list に
 deb-src http://ftp.jp.debian.org/debian sid main contrib non-free
を書き、aptitude update を行うとコンソールには何も表示されずに終了します。
# "aptitude update; echo $?" は 255 を返してます。

この状況で source の取得を試みますと
 LANG=C apt-get source gnuplot
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 E: Could not open file
/var/lib/apt/lists/ftp.jp.debian.org_debian_dists_sid_main_source_Sources
- open (2 No such file or directory)
となって、source を取得できませんでした。

そこで sources.list の update を apt-get update で行ってみると
 W: Failed to fetch
http://ftp.jp.debian.org/debian/dists/sid/main/source/Sources.bz2
Hash Sum mismatch

 E: Some index files failed to download, they have been ignored, or
old ones used instead.
と警告が表示されました。


ここで unstable の deb-src を
 deb-src http://ftp.debian.org/debian sid main contrib non-free  #jp をとりました
変更し、apt-get update を行うと正常終了し source を取得することができました。
# "apt-get update; echo $?" は 0 を返してます


ftp.jp.debian.org で sid-Sources.bz2 のハッシュが
合っていないが気になっています。問題ないのでしょうか?

-- 
Kazuhiko Uebayashi


dpkg -l apt aptitude |grep ^ii
ii  apt                                  0.7.11
 Advanced front-end for dpkg
ii  aptitude                             0.4.11.2-1
 terminal-based package manager