Page 1 of 3

Re: Solve missing gpg key error

PostPosted: Tue Feb 10, 2009 4:21 pm
by stanca
Very good Nick,worked to me:
Screenshot.png
Screenshot-1.png
:D Thanks!You're a real treasure for us. <BREW>

Re: Solve missing gpg key error

PostPosted: Thu Feb 19, 2009 2:42 pm
by jnalli
I am getting the same error for edevelop.org. Do you have a solution to that? I was trying to install e17.

Re: Solve missing gpg key error

PostPosted: Wed Feb 25, 2009 11:55 pm
by jnalli
after all this i still get this

ailed to fetch http://e17.dunnewind.net/ubuntu/dists/f ... ackages.gz 404 Not Found
Some index files failed to download, they have been ignored, or old ones used instead.

Re: Solve missing gpg key error

PostPosted: Thu Feb 26, 2009 4:47 am
by tuxsax
I'll share with you my "manual" solution for any given repo GPG Key related errors such as the followings:
W: GPG error: http://dl.google.com testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://apt.debianchile.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2C392DFEEFD17969
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 778978B00F7992B0

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60D11217247D1CFF

W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 632D16BB0C713DA6
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://wine.budgetdedicated.com intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263

W: Failed to fetch http://ppa.launchpad.net/project-neon/u ... id/Release

W: Failed to fetch http://ppa.launchpad.net/openoffice-pkg ... id/Release

W: Failed to fetch http://ppa.launchpad.net/googlegadgets/ ... ackages.gz 404 Not Found

W: Failed to fetch http://packages.medibuntu.org/dists/intrepid/Release

W: Failed to fetch http://wine.budgetdedicated.com/apt/dis ... id/Release

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

Copy/Paste the whole "errors" to a text file called "errors.txt" then run the following command: (ONE LINE!)
Code: Select all
for i in `cat errors.txt | grep PUBKEY | awk -F "PUBKEY" '{print $2}'` ; do gpg --keyserver keyserver.ubuntu.com --recv-keys $i ; gpg --export --armor $i | sudo apt-key add - ; done

You should get an output similar to this one:
gpg: keyring `/home/ziv/.gnupg/secring.gpg' created
gpg: keyring `/home/ziv/.gnupg/pubring.gpg' created
gpg: requesting key 7FAC5991 from hkp server keyserver.ubuntu.com
gpg: /home/ziv/.gnupg/trustdb.gpg: trustdb created
gpg: key 7FAC5991: public key "Google, Inc. Linux Package Signing Key <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
OK
gpg: requesting key EFD17969 from hkp server keyserver.ubuntu.com
gpg: key EFD17969: public key "Debian Chile Archive Signing Key <[email protected]>" imported
gpg: Total number processed: 1
gpg: imported: 1
OK
gpg: requesting key 0F7992B0 from hkp server keyserver.ubuntu.com
gpg: key 0F7992B0: public key "Launchpad PPA for Project Neon" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
gpg: requesting key 247D1CFF from hkp server keyserver.ubuntu.com
gpg: key 247D1CFF: public key "Launchpad PPA for OpenOffice.org Scribblers" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
gpg: requesting key 0C713DA6 from hkp server keyserver.ubuntu.com
gpg: key 0C713DA6: public key "Launchpad PPA for Fabien Tassin" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
gpg: requesting key 0C5A2783 from hkp server keyserver.ubuntu.com
gpg: key 0C5A2783: public key "Medibuntu Packaging Team <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
OK
gpg: requesting key 387EE263 from hkp server keyserver.ubuntu.com
gpg: key 387EE263: public key "Scott Ritchie <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
OK

Now run again
Code: Select all
sudo apt-get update

Buh Bye keyring errors!

Re: Solve missing gpg key error

PostPosted: Sun Mar 01, 2009 3:20 pm
by nesnfsn
tuxsax:

Ran your script. Thanks. Took care of most of my errors, however, still got the following error message toward the end:

Get:14 http://ppa.launchpad.net intrepid/main Packages [7252B]
Hit http://ppa.launchpad.net intrepid/main Packages
Ign http://wine.budgetdedicated.com intrepid/main Packages
Err http://ppa.launchpad.net intrepid/main Packages
404 Not Found
Hit http://ppa.launchpad.net intrepid/main Packages
Hit http://ppa.launchpad.net jaunty/main Packages
Hit http://ppa.launchpad.net intrepid/main Packages
Hit http://wine.budgetdedicated.com intrepid/main Packages
Hit http://packages.medibuntu.org intrepid/non-free Packages
Hit http://packages.medibuntu.org intrepid/free Sources
Hit http://packages.medibuntu.org intrepid/non-free Sources
Fetched 8875B in 1s (6549B/s)
W: Failed to fetch http://ppa.launchpad.net/googlegadgets/ ... ackages.gz 404 Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.


Any other suggestions to complete the fix????

Re: Solve missing gpg key error

PostPosted: Tue Mar 03, 2009 5:46 pm
by michealm
im still having this problem and i just installed 2.1 today ive tried 2 different solutions and nothing worked

Re: Solve missing gpg key error

PostPosted: Wed Mar 04, 2009 4:51 pm
by tuxsax
nesnfsn wrote:tuxsax:

Ran your script. Thanks. Took care of most of my errors, however, still got the following error message toward the end:

Get:14 http://ppa.launchpad.net intrepid/main Packages [7252B]
Hit http://ppa.launchpad.net intrepid/main Packages
Ign http://wine.budgetdedicated.com intrepid/main Packages
Err http://ppa.launchpad.net intrepid/main Packages
404 Not Found
Hit http://ppa.launchpad.net intrepid/main Packages
Hit http://ppa.launchpad.net jaunty/main Packages
Hit http://ppa.launchpad.net intrepid/main Packages
Hit http://wine.budgetdedicated.com intrepid/main Packages
Hit http://packages.medibuntu.org intrepid/non-free Packages
Hit http://packages.medibuntu.org intrepid/free Sources
Hit http://packages.medibuntu.org intrepid/non-free Sources
Fetched 8875B in 1s (6549B/s)
W: Failed to fetch http://ppa.launchpad.net/googlegadgets/ ... ackages.gz 404 Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.


Any other suggestions to complete the fix????


Edit the sources list file and remove the erroneous repos, you must have two different repos for google, the one with the gadgets isn't necessary as long as you keep the general one ( deb http://dl.google.com/linux/deb/ stable non-free )

Re: Solve missing gpg key error

PostPosted: Thu Mar 05, 2009 4:23 pm
by slingshotsuicide
[quote="tuxsax"]I'll share with you my "manual" solution for any given repo GPG Key related errors such as the followings:
[quote]

That's what I'm talking about! Thanx. <BREW>

Re: Solve missing gpg key error

PostPosted: Wed Mar 11, 2009 5:02 am
by vesket
Thank you for the info, it helped a lot!

Your rference to the Perl-script was not working, so I did correct it a bit and sent a corrected version on my blog (http://ketil.vestby.name/2009/03/11/missing-gpg-key-error-on-intrepid/). Gave you all credit, of course!

:-)

Re: Solve missing gpg key error **UPDATED**

PostPosted: Sun Mar 22, 2009 8:28 am
by stanca
I just noticed that in ubuntu jaunty alpha6 there are not any keys errors at all,untill now. ;)