Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Solve missing gpg key error **UPDATED/06/2013**

Post your How to's here


Re: Solve missing gpg key error

Postby stanca » Tue Feb 10, 2009 4:21 pm

Very good Nick,worked to me:
Screenshot.png
Screenshot-1.png
:D Thanks!You're a real treasure for us. <BREW>
Intel H61 ASrock H61M-VS Motherboard,
Cpu Intel Ci3 13-2100 3.10Ghz 64bit 3MB Box,
RAM 4GB DDR3 1333MHz Elixir,
Palit Nvidia Geforce 210 1GB DDR3 PCI-E.
Dual-boot Ultimate Edition 3.4 x86_64/Windows 8 x64.
Linux user # 492560.
"This is Linux land!In silent nights you can hear Windows machines rebooting!..."
http://www.youtube.com/user/laur1969 http://stanca-ultimateeditionromania.blogspot.com/#

Image
Image
Image
Image
User avatar
stanca
U.E. God
U.E. God
 
Posts: 1613
Joined: Sun Nov 02, 2008 11:48 am
Location: Bucharest,Romania,EU,44'25"N,26'07"E.
Age: 54
Operating System: Ultimate Edition Beta Tester



Re: Solve missing gpg key error

Postby jnalli » Thu Feb 19, 2009 2:42 pm

I am getting the same error for edevelop.org. Do you have a solution to that? I was trying to install e17.
Windows Vista
ASUS MB Compaq Presario Computer
AMD Athlon 64
Nvidia Geforce 210
4 Gb RAM
250 Gb SATA drive
User avatar
jnalli
U.E. College Professor
U.E. College Professor
 
Posts: 209
Joined: Wed Jul 23, 2008 4:07 am
Location: Phoenix, AZ
Age: 53
Operating System: Ultimate Edition 3.2 64 BIT



Re: Solve missing gpg key error

Postby jnalli » Wed Feb 25, 2009 11:55 pm

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.
Windows Vista
ASUS MB Compaq Presario Computer
AMD Athlon 64
Nvidia Geforce 210
4 Gb RAM
250 Gb SATA drive
User avatar
jnalli
U.E. College Professor
U.E. College Professor
 
Posts: 209
Joined: Wed Jul 23, 2008 4:07 am
Location: Phoenix, AZ
Age: 53
Operating System: Ultimate Edition 3.2 64 BIT



Re: Solve missing gpg key error

Postby tuxsax » Thu Feb 26, 2009 4:47 am

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!
______________________________
Two things I love: Linux and my sax
tuxsax
U.E. Master
U.E. Master
 
Posts: 790
Joined: Sat Apr 26, 2008 4:15 am
Age: 53
Operating System: Ultimate Edition Beta Tester



Re: Solve missing gpg key error

Postby nesnfsn » Sun Mar 01, 2009 3:20 pm

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????
Hackintosh OS X 10.7.2 / (WAS) Ultimate Edition 2.9 x64 (ON HOLD for 3.1/3.2)
Asus P6T, 6GB DDR3 RAM / PowerColor HD6850 Fanless GPU / Intel i7 930 CPU
1 500GB Seagate SATA-II HDD, 1 WD 2 TB Green SATA-II HDD
nesnfsn
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 49
Joined: Sat Oct 27, 2007 8:40 pm
Location: Sunny South Florida
Age: 61
Operating System: Ultimate Edition 3.2 64 BIT



Re: Solve missing gpg key error

Postby michealm » Tue Mar 03, 2009 5:46 pm

im still having this problem and i just installed 2.1 today ive tried 2 different solutions and nothing worked
michealm
U.E. Newbie
U.E. Newbie
 
Posts: 3
Joined: Tue Mar 03, 2009 5:37 pm
Operating System: Ultimate Edition 3.2 32 BIT



Re: Solve missing gpg key error

Postby tuxsax » Wed Mar 04, 2009 4:51 pm

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 )
______________________________
Two things I love: Linux and my sax
tuxsax
U.E. Master
U.E. Master
 
Posts: 790
Joined: Sat Apr 26, 2008 4:15 am
Age: 53
Operating System: Ultimate Edition Beta Tester



Re: Solve missing gpg key error

Postby slingshotsuicide » Thu Mar 05, 2009 4:23 pm

[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>
The glass is neither half empty nor half full. It is functioning 100% effectively @ 50% capacity. It is approximately 75% efficient. I suggest fitting a lid of some sort.
Mine: MSI L725
Intel M740 1.73GH
nVidia Go 6600
2GB
160G pata Seagate
Intel ProWireless2200
Hers: HP dv 6000
AMD
3G
250Gb
Vista Office 2k7Ultimate (forced to play nice together with Blackboard OMFG!! Thank Moz for Firefox Don't f&*%ing ask)
Ours
HP C6280 Networked
Linksys WRT110
User avatar
slingshotsuicide
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 42
Joined: Fri Nov 21, 2008 11:07 am
Location: Saginaw, MI
Age: 51
Operating System: Ultimate Edition 3.2 32 BIT



Re: Solve missing gpg key error

Postby vesket » Wed Mar 11, 2009 5:02 am

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!

:-)
vesket
U.E. Newbie
U.E. Newbie
 
Posts: 1
Joined: Wed Mar 11, 2009 4:53 am
Operating System: Ultimate Edition 2.3 Gamers



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

Postby stanca » Sun Mar 22, 2009 8:28 am

I just noticed that in ubuntu jaunty alpha6 there are not any keys errors at all,untill now. ;)
Intel H61 ASrock H61M-VS Motherboard,
Cpu Intel Ci3 13-2100 3.10Ghz 64bit 3MB Box,
RAM 4GB DDR3 1333MHz Elixir,
Palit Nvidia Geforce 210 1GB DDR3 PCI-E.
Dual-boot Ultimate Edition 3.4 x86_64/Windows 8 x64.
Linux user # 492560.
"This is Linux land!In silent nights you can hear Windows machines rebooting!..."
http://www.youtube.com/user/laur1969 http://stanca-ultimateeditionromania.blogspot.com/#

Image
Image
Image
Image
User avatar
stanca
U.E. God
U.E. God
 
Posts: 1613
Joined: Sun Nov 02, 2008 11:48 am
Location: Bucharest,Romania,EU,44'25"N,26'07"E.
Age: 54
Operating System: Ultimate Edition Beta Tester

Next

Return to How To's (Do not post questions please)

Who is online

Users browsing this forum: No registered users and 5 guests