首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Debian不使用Debian实验版

Debian不使用Debian实验版
EN

Unix & Linux用户
提问于 2016-03-17 15:34:42
回答 1查看 1.4K关注 0票数 0

我正试图在我的debian镜像上镜像debian的“实验性”版本。我正在使用debmirror来完成以下操作:

代码语言:javascript
复制
#!/bin/sh
GNUPGHOME=/var/lib/debmirror; export GNUPGHOME

debmirror -a amd64,i386 -e rsync --getcontents --diff=none --i18n \
 -v --rsync-options='-rltIL --partial --no-motd' --nocleanup \
 -d experimental -h debian.osuosl.org -r debian /srv/mirrors/debian

我所看到的错误:

代码语言:javascript
复制
Mirroring to /srv/mirrors/debian from rsync://anonymous@ftp.us.debian.org/debian/
Arches: amd64,i386
Dists: experimental
Sections: main,contrib,non-free,main/debian-installer
Including source.
Pdiff mode: none
Download at most 200 files per rsync call.
Will NOT clean up.
Attempting to get lock ...
Updating remote trace files (using rsync) ...
receiving incremental file list
./
project/trace/_hierarchy
project/trace/_hierarchy.mirror
project/trace/_traces
project/trace/ftp-chi.osuosl.org
project/trace/ftp-master.debian.org
project/trace/ftp-osl.osuosl.org
project/trace/master
project/trace/syncproxy2.wna.debian.org

sent 343 bytes  received 1,381 bytes  1,149.33 bytes/sec
total size is 1,688  speedup is 0.98
Getting meta files ...
gpgv: Signature made Thu Mar 17 02:09:05 2016 PDT using RSA key ID 46925553
gpgv: Good signature from "Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>"
gpgv: Signature made Thu Mar 17 02:09:05 2016 PDT using RSA key ID 2B90D010
gpgv: Good signature from "Debian Archive Automatic Signing Key (8/jessie) <ftpmaster@debian.org>"
Errors:
 Download of dists/experimental/main/binary-amd64/Packages failed
 dists/experimental/main/binary-amd64/Packages failed checksum verification
 Download of dists/experimental/main/binary-i386/Packages failed
 dists/experimental/main/binary-i386/Packages failed checksum verification
 Download of dists/experimental/main/source/Sources failed
 dists/experimental/main/source/Sources failed checksum verification
 Download of dists/experimental/contrib/binary-amd64/Packages failed
 dists/experimental/contrib/binary-amd64/Packages failed checksum verification
 Download of dists/experimental/contrib/binary-i386/Packages failed
 dists/experimental/contrib/binary-i386/Packages failed checksum verification
 Download of dists/experimental/contrib/source/Sources failed
 dists/experimental/contrib/source/Sources failed checksum verification
 Download of dists/experimental/non-free/binary-amd64/Packages failed
 dists/experimental/non-free/binary-amd64/Packages failed checksum verification
 Download of dists/experimental/non-free/binary-i386/Packages failed
 dists/experimental/non-free/binary-i386/Packages failed checksum verification
 Download of dists/experimental/non-free/source/Sources failed
 dists/experimental/non-free/source/Sources failed checksum verification
Failed to download some Package, Sources or Release files!
WARNING: releasing 1 pending lock...

/var/lib/debmirror/pubring.gpg中的密钥:

代码语言:javascript
复制
gpg: key B98321F9: "Squeeze Stable Release Key <debian-release@lists.debian.org>" not changed
gpg: key 473041FA: "Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>" not changed
gpg: key 65FFB764: "Wheezy Stable Release Key <debian-release@lists.debian.org>" not changed
gpg: key 46925553: "Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>" not changed
gpg: key 518E17E1: "Jessie Stable Release Key <debian-release@lists.debian.org>" not changed
gpg: key 2B90D010: "Debian Archive Automatic Signing Key (8/jessie) <ftpmaster@debian.org>" not changed
gpg: key C857C906: "Debian Security Archive Automatic Signing Key (8/jessie) <ftpmaster@debian.org>" not changed
EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2016-03-17 16:38:27

这可能是由实验存档中的删除MD5和SHA-1校验和造成的;我怀疑debmirror支持SHA-256校验和(最近是更新为忽略它们而不是循环)。

这被跟踪为#818479,并在debmirror的2.21版本中修复。

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/270471

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档