Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Linux and software for Linux (http://stream-recorder.com/forum/forumdisplay.php?f=61)
-   -  

W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn

(http://stream-recorder.com/forum/showthread.php?t=6741)

Stream Recorder 05-29-2010 01:00 PM

W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn


 
When running
Code:

sudo apt-get update
I was getting the following errors:
Code:

W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E635A714505A2DD1
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1DABDBB4CEC06767
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://download.virtualbox.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139
W: GPG error: http://deb.opera.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061

The solution is simple.Take the first key you have problem with, for example E635A714505A2DD1, take the last 8 symbols (in this case - 505A2DD1) and run the following in the terminal:
Code:

gpg --keyserver keyserver.ubuntu.com --recv 505A2DD1
gpg --export --armor 505A2DD1 | sudo apt-key add -

Then repeat this step with every problematic key.

Stream Recorder 05-29-2010 01:04 PM

Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures co


 
If you can't access keyserver.ubuntu.com on your computer, then get the key on another computer:
Code:

gpg --keyserver keyserver.ubuntu.com --recv 505A2DD1
gpg --export --armor 505A2DD1 > key.asc

Then transfer key.asc to your computer and run
Code:

cat key.asc | sudo apt-key add -

ghalebalmahdi 06-25-2010 05:22 PM

Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures co


 
Thanks sooooooooo much

Asdzaan 07-20-2010 05:43 PM

Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures co


 
Quote:

Originally Posted by Stream Recorder (Post 19242)
If you can't access keyserver.ubuntu.com on your computer, then get the key on another computer:
Code:

gpg --keyserver keyserver.ubuntu.com --recv 505A2DD1
gpg --export --armor 505A2DD1 > key.asc

Then transfer key.asc to your computer and run
Code:

cat key.asc | sudo apt-key add -

***************

Can you offer another way to get around not being able to access the key server? If behind a firewall and the keyserver ports are not open. How can you import the key?

Thanks.

Stream Recorder 07-20-2010 10:03 PM

Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures co


 
Quote:

Originally Posted by Asdzaan (Post 20353)
Can you offer another way to get around not being able to access the key server? If behind a firewall and the keyserver ports are not open. How can you import the key?

Use wget to download .asc keys if they are available. For example:
Code:

wget -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc | sudo apt-key add -
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -


lynxbits 08-19-2011 04:00 AM

Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures co


 
Quote:

Originally Posted by Stream Recorder (Post 19241)
When running
Code:

sudo apt-get update
I was getting the following errors:
Code:

W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E635A714505A2DD1
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1DABDBB4CEC06767
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://download.virtualbox.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139
W: GPG error: http://deb.opera.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061

The solution is simple.Take the first key you have problem with, for example E635A714505A2DD1, take the last 8 symbols (in this case - 505A2DD1) and run the following in the terminal:
Code:

gpg --keyserver keyserver.ubuntu.com --recv 505A2DD1
gpg --export --armor 505A2DD1 | sudo apt-key add -

Then repeat this step with every problematic key.

:D :D :D :D :D :D

It somehow helped, not to solve the problem but to narrow it .. thank you!

SmokinMoeMan 02-13-2012 05:53 AM

Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures co


 
Worked for me Thanks.
Clear and concise...and very helpful
Could also read
HTML Code:

https://www.virtualbox.org/wiki/Linux_Downloads


All times are GMT -6. The time now is 07:34 PM.