Your message dated Wed, 09 Feb 2022 21:03:28 +0000
with message-id
<99b5e6403e6595b3f45ca165db607c84d0064c18.ca...@adam-barratt.org.uk>
and subject line Re: Bug#1005249: Sid debian-archive-keyring is missing key id
E852514F5DF312F6
has caused the Debian Bug report #1005249,
regarding Sid debian-archive-keyring is missing key id E852514F5DF312F6
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1005249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005249
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-archive-keyring
Version: 2021.1.1
X-Debbugs-CC: [email protected]
Tags: sid
Ah, the never ending problem of Debian keys... I'm trying to setup a
Qemu Chroot for testing Debian bug 1001995.
Key id E852514F5DF312F6 cannot be found in debian-archive-keyring, and
it cannot be found at https://ftp-master.debian.org/keys.html.
'apt-get update && apt-get upgrade && apt-get dist-upgrade' was run on
this Sid machine after changing sources.list. The machine is fully
patched, and nothing has been held back.
root@debian-unstable:~# qemu-debootstrap --arch=armhf --keyring
/usr/share/keyrings/debian-archive-keyring.gpg --variant=buildd
--exclude=debfoster unstable debian-armhf
http://ftp.ports.debian.org/debian-ports
W: qemu-debootstrap is deprecated. Please use regular debootstrap directly
I: Running command: debootstrap --arch=armhf --keyring
/usr/share/keyrings/debian-archive-keyring.gpg --variant=buildd
--exclude=debfoster unstable debian-armhf
http://ftp.ports.debian.org/debian-ports
I: Target architecture can be executed
I: Retrieving InRelease
I: Checking Release signature
E: Release signed by unknown key (key id E852514F5DF312F6)
The specified keyring
/usr/share/keyrings/debian-archive-keyring.gpg may be incorrect or out
of date.
You can find the latest Debian release key at
https://ftp-master.debian.org/keys.html
root@debian-unstable:~# debootstrap --arch=armhf --keyring
/usr/share/keyrings/debian-archive-keyring.gpg --variant=buildd
--exclude=debfoster unstable debian-armhf
http://ftp.ports.debian.org/debian-ports
I: Target architecture can be executed
I: Checking Release signature
E: Release signed by unknown key (key id E852514F5DF312F6)
The specified keyring
/usr/share/keyrings/debian-archive-keyring.gpg may be incorrect or out
of date.
You can find the latest Debian release key at
https://ftp-master.debian.org/keys.html
# cat /etc/apt/sources.list
deb http://deb.debian.org/debian/ unstable main
deb-src http://deb.debian.org/debian/ unstable main
# dpkg --list debian-archive-keyring
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-======================-============-============-==================================>
ii debian-archive-keyring 2021.1.1 all GnuPG archive
keys of the Debian a>
# apt-cache show debian-archive-keyring
Package: debian-archive-keyring
Version: 2021.1.1
Installed-Size: 234
Maintainer: Debian Release Team <[email protected]>
Architecture: all
Description-en: GnuPG archive keys of the Debian archive
The Debian project digitally signs its Release files. This package
contains the archive keys used for that.
Description-md5: 4ee78d6fd2292b9893b8eb4f5d5dd91d
Multi-Arch: foreign
Tag: role::data, security::authentication, suite::debian
Section: misc
Priority: important
Filename:
pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1_all.deb
Size: 93592
MD5sum: 250bbeab4b680dbc2c4da9b10ccd773f
SHA256: 56beca470dcd9b6d7e6c3c9e9d702101e01e9467e62810a8c357bd7b9c26251d
--- End Message ---
--- Begin Message ---
On Wed, 2022-02-09 at 15:30 -0500, Jeffrey Walton wrote:
> Ah, the never ending problem of Debian keys... I'm trying to setup a
> Qemu Chroot for testing Debian bug 1001995.
>
> Key id E852514F5DF312F6 cannot be found in debian-archive-keyring,
> and
> it cannot be found at https://ftp-master.debian.org/keys.html.
That's correct, and expected, in both cases.
[...]
> root@debian-unstable:~# qemu-debootstrap --arch=armhf --keyring
> /usr/share/keyrings/debian-archive-keyring.gpg --variant=buildd
> --exclude=debfoster unstable debian-armhf
> http://ftp.ports.debian.org/debian-ports
The debian-archive-keyring contains keys for the Debian archive(s), as
run by the FTPMaster team. Debian Ports is a separate archive, run by a
separate team, and its keys are distributed in the debian-ports-
archive-keyring package.
https://www.ports.debian.org/archive also mentions the relevant
package.
Regards,
Adam
--- End Message ---