News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

810 alpha MD no public key - info only

Started by pigdog, April 21, 2009, 05:07:12 PM

Previous topic - Next topic

pigdog

Hi,

I tried to do an apt-get update on a MD and got a no public key - NO_PUBKEY XXXXXXXXXXXX error.

Where XXXXXXX is the number returned.

To recover I had to do the following 2 commands...

gpg --keyserver subkeys.pgp.net --recv XXXXXXXXX (the number)

gpg --export --armor XXXXXXXXX | sudo apt-key add -

After executing these commands my apt-get update ran fine.

apt-get dist-upgrade did not cause any problems, just apt-get update.

Cheers.