PDA

View Full Version : [ubuntu] sudo upgrade signature canot be verified



MatthewAPeters
February 19th, 2009, 06:54 PM
Update for sudo cannot verify signature. This is one piece of software I don't want to update with unsigned code!

Ubuntu 8.04

Version 1.6.9p10-1ubuntu3.4:

W: GPG error: http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5227BEBD68436DDF

Now what?

whoop
February 19th, 2009, 07:10 PM
Give it some time. This problem usually solves itself. Allot of times it is just a server error, and it will work later on.

forger
February 20th, 2009, 10:38 AM
Update your Launchpad PPA repositories and apt keys

zika
February 20th, 2009, 10:51 AM
Update for sudo cannot verify signature. This is one piece of software I don't want to update with unsigned code!
Ubuntu 8.04
Version 1.6.9p10-1ubuntu3.4:
W: GPG error: http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5227BEBD68436DDF
Now what?


gpg --keyserver hkp://subkeys.pgp.net --recv-keys 5227BEBD68436DDF
gpg --export --armor 5227BEBD68436DDF | sudo apt-key add -

binbash
February 20th, 2009, 12:46 PM
http://ubuntuforums.org/showpost.php?p=6767198&postcount=3

MatthewAPeters
February 24th, 2009, 07:44 PM
http://ubuntuforums.org/showpost.php?p=6767198&postcount=3

Why wouldn't Canonical build this into their product? I don't expect them to maintain keys for third party, but for their own (supported) stuff? kinda weak, no?

MatthewAPeters
February 24th, 2009, 07:47 PM
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 5227BEBD68436DDF
gpg --export --armor 5227BEBD68436DDF | sudo apt-key add -

Thank you, Zika!

MatthewAPeters
February 24th, 2009, 07:48 PM
Give it some time. This problem usually solves itself. Allot of times it is just a server error, and it will work later on.

that didn't work. zika's post did, though. Thanks for responding.