[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
- From: "Kazuhiko Uebayashi" <kzhk75@xxxxxxxxx>
- Subject: [debian-users:50457] apt-get : " Hash Sum mismatch" at ftp.jp.debian.org
- Date: Fri, 2 May 2008 12:23:05 +0900
- Content-disposition: inline
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=+x4gMvrZyYczk0SVmK0fbi+hiyM6G7KD6CnNl9rp4ic=; b=naVA07Y0FpVXWB0Okwsl9h2fIWNEP9Jvn84YjkKa3lcRFlxuzXOrnEYizvp2FecX0eKKnjvwYSY1cmzOMQxArQ4MWhRMoxq/rbCu9o7fGOFWciseBW6cVcIv7Gm9owWk736dDLr0VqJzAdd1XbMD0exb9gjM0MQnhDwckRItd0s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UW0gKKHWpDlWGGfqF+X/xk8lhPiKEwtbXV2A82G8U6ic8f1Ii+FLPwtGwmu6o8nZFneiy6PurAQsTHxnSyQBWpdyV4p6rGY6IkFvHAAWJRESbcuELdaw+cJwjxGsulLBZWh50BO/WLuC2M+QJ81lrDH9rNddQ8aDcTJmwTwrLMU=
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-spam-checker-version: SpamAssassin 3.1.7-deb (2006-10-05) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-2.4 required=10.0 tests=KI autolearn=disabled version=3.1.7-deb
- Message-id: <c12037010805012023w2374b2fdvb2a2ee0998758e91@xxxxxxxxxxxxxx>
- X-mail-count: 50457
上林と申します
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