Re: keep getting "GPG error" while doing update NO_PUBKEY

From: H.S. (hs.samix_at_gmail.com)
Date: 10/30/05

  • Next message: Mark Grieveson: "Re: mouse button bounce"
    To: debian-user@lists.debian.org
    Date:  Sun, 30 Oct 2005 14:59:17 -0500
    
    

    James Vahn wrote:
    > "H.S." wrote:
    >
    >>I have tried:
    >>apt-key add /usr/share/apt/debian-archive.gpg
    >>apt-key add /usr/share/keyrings/debian-role-keys.gpg
    >>but the warning doesn't go away. What other keys do I need to import?
    >
    >
    > W: GPG error: http://secure-testing.debian.net etch/security-updates
    > Release: The following signatures couldn't be verified because the public
    > key is not available: NO_PUBKEY 946AA6E18722E71E
    > ^^^^^^^^
    > Take the last 8 digits and fetch the public key from a keyserver:
    >
    > ~# gpg --keyserver pgp.mit.edu --recv-keys 8722E71E
    > ~# gpg --armor --export 8722E71E | apt-key add -
    >
    > and be happy. :-)
    >
    >

    Thanks a ton. This worked really great:

    ~# gpg --keyserver pgp.mit.edu --recv-keys 8722E71E 1F41B907
    ~# gpg --armor --export 8722E71E | apt-key add -
    ~# gpg --armor --export 1F41B907 | apt-key add -

    regards,
    ->HS

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Mark Grieveson: "Re: mouse button bounce"