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

Bug#412572: F1D53D8C4F368D5D removed?



Hi,

I stumbled over #412572 while trying to figure out why the
F1D53D8C4F368D5D is  not available any more:

> fjp@strider:~$ gpg  --no-default-keyring --keyring
> /usr/share/keyrings/debian-archive-removed-keys.gpg --with-colons
> --list-keys| awk '/^pub/{FS=":";print $5}'
> Key
> F1D53D8C4F368D5D
> E415B2B4B5F5BBED
>
> The last command, with awk, is what apt-key does, and note that it does
> not output the right thing.

Yes, (m)awk would have to be called like this:

 ... | awk -F ":" '/^pub/{print $5}'

But this still does not explain why apt/0.6.46.4-0.1 fails with:


> W: GPG error: http://ftp.de.debian.org stable/non-US Release: The
> following signatures couldn't be verified because the public key is not
> available: NO_PUBKEY F1D53D8C4F368D5D
> W: You may want to run apt-get update to correct these problems

And F1D53D8C4F368D5D *is* listed in my debian-archive-removed-keys.gpg -
how comes? And why is the Release file still signed with this key? IOW:
what did I miss?


Thanks,
Christian.
-- 
make bzImage, not war




Reply to: