Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Linux and software for Linux
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-29-2010, 01:00 PM
Stream Recorder
 
Posts: n/a
Default

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.
Reply With Quote
  #2  
Old 05-29-2010, 01:04 PM
Stream Recorder
 
Posts: n/a
Default

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 -
Reply With Quote
  #3  
Old 06-25-2010, 05:22 PM
ghalebalmahdi ghalebalmahdi is offline
Junior Member
 
Join Date: Jun 2010
Posts: 1
ghalebalmahdi is on a distinguished road
Default

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


Thanks sooooooooo much
Reply With Quote
  #4  
Old 07-20-2010, 05:43 PM
Asdzaan Asdzaan is offline
Junior Member
 
Join Date: Jul 2010
Location: Colorado
Posts: 1
Asdzaan is on a distinguished road
Default

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


Quote:
Originally Posted by Stream Recorder View Post
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.
Reply With Quote
  #5  
Old 07-20-2010, 10:03 PM
Stream Recorder
 
Posts: n/a
Default

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


Quote:
Originally Posted by Asdzaan View Post
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 -
Reply With Quote
  #6  
Old 08-19-2011, 04:00 AM
lynxbits lynxbits is offline
Junior Member
 
Join Date: Aug 2011
Posts: 1
lynxbits is on a distinguished road
Default

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


Quote:
Originally Posted by Stream Recorder View Post
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.


It somehow helped, not to solve the problem but to narrow it .. thank you!
Reply With Quote
  #7  
Old 02-13-2012, 05:53 AM
SmokinMoeMan SmokinMoeMan is offline
Junior Member
 
Join Date: Feb 2012
Posts: 2
SmokinMoeMan is on a distinguished road
Default

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
Reply With Quote
Reply Post New Thread
Tags: , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:40 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons