Results 1 to 7 of 7

Thread: many gpg errors

  1. #1
    beew is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2010
    Beans
    2,783

    many gpg errors

    I get these errors when trying to update my sources.

    W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com maverick Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key <ftpmaster@ubuntu.com>

    W: GPG error: http://deb.opera.com stable Release: The following signatures were invalid: BADSIG F9A2F76A9D1A0061 Opera Software Archive Automatic Signing Key 2010 <packager@opera.com>
    W: GPG error: http://download.virtualbox.org maverick Release: The following signatures were invalid: BADSIG 54422A4B98AB5139 Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>
    W: GPG error: http://archive.ubuntu.com maverick Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: GPG error: http://archive.getdeb.net maverick-getdeb Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A8A515F046D7E7CF
    W: GPG error: http://packages.medibuntu.org maverick Release: The following signatures were invalid: BADSIG 2EBC26B60C5A2783 Medibuntu Packaging Team <admin@lists.medibuntu.org>
    W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/Release

    W: Failed to fetch http://ppa.launchpad.net/techm3/outr...86/Packages.gz 404 Not Found

    W: Some index files failed to download, they have been ignored, or old ones used instead.
    Please help. Thanks.

  2. #2
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

  3. #3
    beew is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2010
    Beans
    2,783

    Re: many gpg errors

    I followed the link and used the commad

    Code:
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192 54422A4B98AB5139 F9A2F76A9D1A0061 40976EAF437D05B5 2EBC26B60C5A2783 A8A515F046D7E7CF
    But it didn't work.

    These are the outputs for the command above:

    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 16126D3A3E5C1192 54422A4B98AB5139 F9A2F76A9D1A0061 40976EAF437D05B5 2EBC26B60C5A2783 A8A515F046D7E7CF
    gpg: requesting key 3E5C1192 from hkp server keyserver.ubuntu.com
    gpg: requesting key 98AB5139 from hkp server keyserver.ubuntu.com
    gpg: requesting key 9D1A0061 from hkp server keyserver.ubuntu.com
    gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com
    gpg: requesting key 0C5A2783 from hkp server keyserver.ubuntu.com
    gpg: requesting key 46D7E7CF from hkp server keyserver.ubuntu.com
    gpg: key 3E5C1192: "Ubuntu Extras Archive Automatic Signing Key <ftpmaster@ubuntu.com>" not changed
    gpg: key 98AB5139: "Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>" 6 new signatures
    gpg: key 9D1A0061: "Opera Software Archive Automatic Signing Key 2010 <packager@opera.com>" 6 new signatures
    gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" 20 new signatures
    gpg: key 0C5A2783: "Medibuntu Packaging Team <admin@lists.medibuntu.org>" 12 new signatures
    gpg: key 46D7E7CF: public key "GetDeb Archive Automatic Signing Key <archive@getdeb.net>" imported
    gpg: no ultimately trusted keys found
    gpg: Total number processed: 6
    gpg: imported: 1 (RSA: 1)
    gpg: unchanged: 1
    gpg: new signatures: 44

  4. #4
    beew is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2010
    Beans
    2,783

    Re: many gpg errors

    I have no idea what happened. I added the key for getdeb.net and did "sudo update", lo and behold all the gpg errors (save one) are gone. I guess I should mark the thread as solved, though it would be nice if someone could explain what happened!
    Last edited by beew; January 20th, 2011 at 06:18 AM.

  5. #5
    Join Date
    Apr 2005
    Beans
    13

    Re: many gpg errors

    Try doing this. It worked for me...
    Code:
    $ sudo -i
     # apt-get clean
     # cd /var/lib/apt
     # mv lists lists.old
     # mkdir -p lists/partial
     # apt-get clean
     # apt-get update

  6. #6
    Join Date
    Apr 2010
    Location
    Phoenix, Arizona
    Beans
    19
    Distro
    Ubuntu

    Re: many gpg errors

    Quote Originally Posted by dhaneshr View Post
    Try doing this. It worked for me...
    Code:
    $ sudo -i
     # apt-get clean
     # cd /var/lib/apt
     # mv lists lists.old
     # mkdir -p lists/partial
     # apt-get clean
     # apt-get update
    Thanks! This fixed me issues.

  7. #7
    Join Date
    Feb 2007
    Location
    Newcastle, AU
    Beans
    20
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: many gpg errors

    Quote Originally Posted by dhaneshr View Post
    Try doing this. It worked for me...
    Code:
    $ sudo -i
     # apt-get clean
     # cd /var/lib/apt
     # mv lists lists.old
     # mkdir -p lists/partial
     # apt-get clean
     # apt-get update
    This fixed my issues as well. It took many searches to come up with an answer that worked!
    Thanks for the solution.

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
  •