我的工作机器是Linux Debian Buster(10.0)。
我正在尝试从根帐户创建一个简单的CDD iso:
使用的Cmdline:
build-simple-cdd --debug --dist buster --force-root
响应:
2019-07-07 11:24:52,978 DEBUG Reading configuration...
gpg: directory '/root/.gnupg' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
2019-07-07 11:24:53,042 DEBUG Checking configuration...
2019-07-07 11:24:53,273 DEBUG Creating build environment in /root...
2019-07-07 11:24:53,378 DEBUG Building local Debian mirror for debian-cd...
2019-07-07 11:24:53,379 DEBUG downloading: /root/tmp/mirror/extrafiles
2019-07-07 11:24:53,867 DEBUG verify gpg signature running command gpg --batch --no-default-keyring --keyring /usr/share/keyrings/debian-archive-keyring.gpg --verify /root/tmp/mirror/extrafiles
2019-07-07 11:24:53,899 DEBUG verify gpg signature stderr: gpg: Signature made Sat 06 Jul 2019 04:34:24 AM CEST
2019-07-07 11:24:53,900 DEBUG verify gpg signature stderr: gpg: using RSA key 126C0D24BD8A2942CC7DF8AC7638D0442B90D010
2019-07-07 11:24:53,911 DEBUG verify gpg signature stderr: gpg: Good signature from "Debian Archive Automatic Signing Key (8/jessie) <ftpmaster@debian.org>" [unknown]
2019-07-07 11:24:53,915 DEBUG verify gpg signature stderr: gpg: WARNING: This key is not certified with a trusted signature!
2019-07-07 11:24:53,915 DEBUG verify gpg signature stderr: gpg: There is no indication that the signature belongs to the owner.
2019-07-07 11:24:53,916 DEBUG verify gpg signature stderr: Primary key fingerprint: 126C 0D24 BD8A 2942 CC7D F8AC 7638 D044 2B90 D010
2019-07-07 11:24:53,917 DEBUG verify gpg signature retval: 0
2019-07-07 11:24:53,994 DEBUG downloading: /root/tmp/mirror/README
2019-07-07 11:24:54,462 ERROR Invalid checksum for /root/tmp/mirror/README: expected 463536fa7b9fd3800f1957f4fc5690ca8739e87efda85d81ae3b46306469da03, got 4e96e82b362f9b4d7a0670a3ec6b053d451db98a1df55471671b70170db7bc04
任何线索??? 预先感谢...
答案 0 :(得分:0)
我几乎可以肯定这与昨天更新到10.0有关。通过编辑详细信息的自述文件(好像它是9.9)(使8.11变旧并查找7.11的细节为旧版本),我可以解决此特定错误。但是,然后我又得到了另一个文件的校验和错误。
我要等到能力比我强的人更新cdd。
答案 1 :(得分:0)
是的,现在,simple-cdd可以再次正常工作。 问候