Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 42

Thread: HOWTO: Fix GPG errors for bad/deleted keys

  1. #21
    Join Date
    May 2009
    Beans
    1

    Exclamation Re: HOWTO: Fix GPG errors for bad/deleted keys

    Seems the keyserver is still down 11 hours later, this must be a yoyo server, goes up and down all the time.

    Hope it comes back soon, I am working on some projects and need the keys for the repositories.

  2. #22
    Join Date
    Mar 2006
    Location
    Canada
    Beans
    1,313
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Fix GPG errors for bad/deleted keys

    Quote Originally Posted by Thatlinuxguy View Post
    So far none of those have worked for me this is what I get when I try to update

    Code:
    W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://dl.google.com stable Release: Unknown error executing gpgv
    
    W: GPG error: http://archive.canonical.com lucid Release: Unknown error executing gpgv
    W: GPG error: http://archive.canonical.com lucid Release: Unknown error executing gpgv
    W: GPG error: http://ppa.launchpad.net lucid Release: Unknown error executing gpgv
    W: GPG error: http://ppa.launchpad.net lucid Release: Unknown error executing gpgv
    W: GPG error: http://ppa.launchpad.net lucid Release: Unknown error executing gpgv
    W: GPG error: http://us.archive.ubuntu.com lucid Release: Unknown error executing gpgv
    W: GPG error: http://us.archive.ubuntu.com lucid-updates Release: Unknown error executing gpgv
    W: GPG error: http://us.archive.ubuntu.com lucid-backports Release: Unknown error executing gpgv
    W: GPG error: http://security.ubuntu.com lucid-security Release: Unknown error executing gpgv
    W: Failed to fetch http://dl.google.com/linux/deb/dists/stable/Release  
    
    W: Failed to fetch http://ppa.launchpad.net/merlwiz79/aurora/ubuntu/dists/lucid/main/binary-i386/Packages.gz  404  Not Found
    
    W: Some index files failed to download, they have been ignored, or old ones used instead.
    This is all I could find for you: http://johnny.chadda.se/article/stra...xecuting-gpgv/

    I hope it helps.

  3. #23
    Join Date
    Jun 2010
    Beans
    10
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Fix GPG errors for bad/deleted keys

    Quote Originally Posted by altonbr View Post
    This is all I could find for you: http://johnny.chadda.se/article/stra...xecuting-gpgv/

    I hope it helps.
    Nothing and this is the output I get when I try to connect to the time server. and the command line I use
    Code:
    sudo ntpdate pool.ntp.org
    23 Jun 22:14:58 ntpdate[20754]: sendto(qnan.org): Operation not permitted
    23 Jun 22:14:58 ntpdate[20754]: sendto(mail.honeycomb.net): Operation not permitted
    23 Jun 22:14:58 ntpdate[20754]: sendto(ntp.idealab.com): Operation not permitted
    23 Jun 22:14:59 ntpdate[20754]: sendto(qnan.org): Operation not permitted
    23 Jun 22:14:59 ntpdate[20754]: sendto(mail.honeycomb.net): Operation not permitted
    23 Jun 22:14:59 ntpdate[20754]: sendto(ntp.idealab.com): Operation not permitted
    23 Jun 22:15:00 ntpdate[20754]: sendto(qnan.org): Operation not permitted
    23 Jun 22:15:00 ntpdate[20754]: sendto(mail.honeycomb.net): Operation not permitted
    23 Jun 22:15:00 ntpdate[20754]: sendto(ntp.idealab.com): Operation not permitted
    23 Jun 22:15:01 ntpdate[20754]: sendto(qnan.org): Operation not permitted
    23 Jun 22:15:01 ntpdate[20754]: sendto(mail.honeycomb.net): Operation not permitted
    23 Jun 22:15:01 ntpdate[20754]: sendto(ntp.idealab.com): Operation not permitted
    23 Jun 22:15:02 ntpdate[20754]: no server suitable for synchronization found

  4. #24
    Join Date
    Jun 2010
    Beans
    10
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Fix GPG errors for bad/deleted keys

    Alright I got that command to work I was just blocking the ntp from going out but that hasn't solved my problems with the GPG issue.

  5. #25
    Join Date
    Jul 2010
    Beans
    2

    Exclamation Re: HOWTO: Fix GPG errors for bad/deleted keys

    recently installed 10.04 and after installing some packages to player/stage on run ' sudo apt-get update ' i get the following
    W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A9A06AEF9CB8DB0

    and
    on $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5A9A06AEF9CB8DB0
    Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 5A9A06AEF9CB8DB0
    gpg: requesting key F9CB8DB0 from hkp server keyserver.ubuntu.com
    gpgkeys: HTTP fetch error 6: Couldn't resolve host 'keyserver.ubuntu.com'
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0

    and when i go to keyserver.ubuntu.com it say its ok
    the internet connection is in my lab and through a proxy and i have added in /etc/apt.conf
    Acquire::http::Proxy "http://username:pass@10.20.0.21:3128";
    Acquire::http::Proxy "ftp://username:pass@10.20.0.21:3128";
    Last edited by prithvisekhar; July 2nd, 2010 at 01:48 PM. Reason: adding more info

  6. #26
    Join Date
    Dec 2006
    Beans
    35

    Re: HOWTO: Fix GPG errors for bad/deleted keys

    I don't think the key system works at all when you are behind a firewall. I keep trying to update from the public library, but get these annoying gpg errors. Why are they using some strange port, or at least don't give an option just to download from http? My updates are broken until I find some connection outside a firewall (doesn't seem to be too easy in Sydney).

  7. #27
    Join Date
    Nov 2007
    Location
    Port Angeles, WA
    Beans
    300
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Fix GPG errors for bad/deleted keys

    I installed an updated kernel yesterday and today I'm getting GPG errors.

    W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures were invalid: BADSIG 1780999033C3C104 Launchpad GDM2Setup
    W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures were invalid: BADSIG 35DA01C261E46227 Launchpad Default PPA
    W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures were invalid: BADSIG 6AF0E1940624A220 Launchpad PPA for TualatriX

    I'm behind a library firewall, but that's never made a difference.

    There's corrective measures in the opening post, but that's from a year ago.
    Lucid Lynx 10.04LTS amd64 user.

  8. #28
    Join Date
    Aug 2009
    Beans
    18

    Re: HOWTO: Fix GPG errors for bad/deleted keys

    I just installed Lucid tonight and I had some gpg key errors and I found this post via google...and I used the original posters suggestion of " sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys " worked like a charm...THANKS!

  9. #29
    Join Date
    Dec 2006
    Beans
    35

    Re: HOWTO: Fix GPG errors for bad/deleted keys

    Well I still get the annoying error messages and I still can't install something without a big 'Warming! This package is not authenticated'.

    If I had to guess, I tried updating from behind a firewall and the keys could not be downloaded. Now that I am not behind a firewall, the apt system (I don't know what to call it) still thinks it can't download the keys, although it has. There must be some way to reset it..

    I should file a bug. Probably will.

  10. #30
    Join Date
    Dec 2009
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Fix GPG errors for bad/deleted keys

    thx that helped me a lot!

Page 3 of 5 FirstFirst 12345 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •