Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Ubuntu Forum Archives > Jaunty Jackalope Testing and Discussion (CLOSED)
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Jaunty Jackalope Testing and Discussion (CLOSED)
This forum is for the discussion of Ubuntu Jaunty Jackalope. Jaunty is in development and will be out in Spring 2009. Please note: Ubuntu Developers do not usually read the forums, to report a problem found in Jaunty please report the bug in Launchpad.

 
 
Thread Tools Display Modes
Old January 21st, 2009   #1
DougieFresh4U
Chocolate Ubuntu Mocha Blend
 
DougieFresh4U's Avatar
 
Join Date: Apr 2006
Location: Rochester, N.Y.
Beans: 1,901
Ubuntu Development Release
Send a message via AIM to DougieFresh4U Send a message via MSN to DougieFresh4U Send a message via Yahoo to DougieFresh4U
: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

The last 3 times I have updated, this missing key keeps coming up. Can some one direct me to the public key?
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: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CA1F91146F087E5A
__________________
(Was)Windows Free At Last
Using UBUNTU-Karmic Koala
"May You Have A Safe Trip and A Successful Journey"
Linux user #432153 Ubuntu user #8521
DougieFresh4U is offline  
Old January 21st, 2009   #2
taavikko
May the Ubuntu Be With You!
 
taavikko's Avatar
 
Join Date: Apr 2007
Location: /home/Helsinki
My beans are hidden!
Ubuntu Development Release
Send a message via MSN to taavikko
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

This is for the first key,

Code:
gpg --keyserver keyserver.ubuntu.com --recv 0c713da6
Code:
gpg --export --armor 0c713da6 | sudo apt-key add -
Do the same for the other key...
Last 8 digits...

Probably good idea to tell the problem to owner of ppa?

Last edited by taavikko; January 21st, 2009 at 08:32 AM..
taavikko is offline  
Old January 21st, 2009   #3
DougieFresh4U
Chocolate Ubuntu Mocha Blend
 
DougieFresh4U's Avatar
 
Join Date: Apr 2006
Location: Rochester, N.Y.
Beans: 1,901
Ubuntu Development Release
Send a message via AIM to DougieFresh4U Send a message via MSN to DougieFresh4U Send a message via Yahoo to DougieFresh4U
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

Quote:
Originally Posted by taavikko View Post
This is for the first key,

Code:
gpg --keyserver keyserver.ubuntu.com --recv 0c713da6
Code:
gpg --export --armor 0c713da6 | sudo apt-key add -
Do the same for the other key...
Last 8 digits...

Probably good idea to tell the problem to owner of ppa?
Thanks, did get one taken care of but I am not sure about the second as terminal says this:
dougie@DougiesLeanMachine:~$ gpg --export --armor 0c713da6 | sudo apt-key add - 0c713da6
OK

maybe I did it wrong as when I run terminal I am still getting this:
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 CA1F91146F087E5A
__________________
(Was)Windows Free At Last
Using UBUNTU-Karmic Koala
"May You Have A Safe Trip and A Successful Journey"
Linux user #432153 Ubuntu user #8521
DougieFresh4U is offline  
Old January 21st, 2009   #4
taavikko
May the Ubuntu Be With You!
 
taavikko's Avatar
 
Join Date: Apr 2007
Location: /home/Helsinki
My beans are hidden!
Ubuntu Development Release
Send a message via MSN to taavikko
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

Like I said, do the same thing for the second key,
that's why the error/warning about the other key...


Well, cause i started, might as well finish it
Code:
gpg --keyserver keyserver.ubuntu.com --recv 6F087E5A
Code:
gpg --export --armor 6F087E5A | sudo apt-key add - && sudo apt-get update
Is the error solved?
taavikko is offline  
Old January 21st, 2009   #5
taavikko
May the Ubuntu Be With You!
 
taavikko's Avatar
 
Join Date: Apr 2007
Location: /home/Helsinki
My beans are hidden!
Ubuntu Development Release
Send a message via MSN to taavikko
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

Quote:
Thanks, did get one taken care of but I am not sure about the second as terminal says this:
dougie@DougiesLeanMachine:~$ gpg --export --armor 0c713da6 | sudo apt-key add - 0c713da6
OK
The command I wrote to you was complete, you didn't have to add <key> after the: apt-key add - .
but writing it doesn't seem to matter.

What i meant that you do the same two codes, for the second key.
those last 8 digits are the ones that matters...
taavikko is offline  
Old January 21st, 2009   #6
DougieFresh4U
Chocolate Ubuntu Mocha Blend
 
DougieFresh4U's Avatar
 
Join Date: Apr 2006
Location: Rochester, N.Y.
Beans: 1,901
Ubuntu Development Release
Send a message via AIM to DougieFresh4U Send a message via MSN to DougieFresh4U Send a message via Yahoo to DougieFresh4U
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

All fixed. Sorry for my ignorance.
Thank you very much.
Dougie
__________________
(Was)Windows Free At Last
Using UBUNTU-Karmic Koala
"May You Have A Safe Trip and A Successful Journey"
Linux user #432153 Ubuntu user #8521
DougieFresh4U is offline  
Old February 20th, 2009   #7
coldraught
First Cup of Ubuntu
 
Join Date: Apr 2006
Location: Arizona
Beans: 1
Ubuntu 8.04 Hardy Heron
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

taavikko,
Thanks for the solution to this. It fixed my issue as well.
coldraught is offline  
Old April 3rd, 2009   #8
sadicote
A Carafe of Ubuntu
 
Join Date: Nov 2008
Location: Bandra (W), Bombay-50
Beans: 110
Ubuntu 9.04 Jaunty Jackalope
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

Hi, i tried following taavikko's instructions, but i seemed to have done something wrong and can't see it.

sade@sade-desktop:~$ gpg --keyserver keyserver.ubuntu.com –recv 5ADC2037
usage: gpg [options] [filename]
sade@sade-desktop:~$ gpg --export --armor 5ADC2037 | sudo apt-key add - && sudo apt-get update
[sudo] password for sade: gpg: WARNING: nothing exported

gpg: no valid OpenPGP data found.

My error message is "... NO_PUBKEY 8AB767895ADC2037" I have already upgraded to Jaunty, this is the error message i get after adding the apt lines for clamav and reloading Synaptic.
sadicote is offline  
Old January 21st, 2009   #9
tawmas
Gee! These Aren't Roasted!
 
tawmas's Avatar
 
Join Date: Jul 2007
Location: Roma, Italy
Beans: 218
Ubuntu Development Release
Send a message via MSN to tawmas
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

Quote:
Originally Posted by taavikko View Post
This is for the first key,

Code:
gpg --keyserver keyserver.ubuntu.com --recv 0c713da6
Code:
gpg --export --armor 0c713da6 | sudo apt-key add -
Do the same for the other key...
Last 8 digits...

Probably good idea to tell the problem to owner of ppa?
Thanks, I was searching for the same information!

Anyway, keyserver.ubuntu.com is failing for me (times out), while Internet connectivity seems to be otherwise good and people here seem not to have this issue... mmm... Corporate firewall, perhaps? What protocols/ports are used for this?
tawmas is offline  
Old January 21st, 2009   #10
taavikko
May the Ubuntu Be With You!
 
taavikko's Avatar
 
Join Date: Apr 2007
Location: /home/Helsinki
My beans are hidden!
Ubuntu Development Release
Send a message via MSN to taavikko
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

Quote:
Originally Posted by tawmas View Post
Thanks, I was searching for the same information!

Anyway, keyserver.ubuntu.com is failing for me (times out), while Internet connectivity seems to be otherwise good and people here seem not to have this issue... mmm... Corporate firewall, perhaps? What protocols/ports are used for this?
You could use few of keyservers found on net.
I cannot be sure what servers hosts keys, since now way of knowing where the owner has published his key...
taavikko is offline  
 

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:55 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry