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

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

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,856
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!
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,856
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!
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!
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,856
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 January 21st, 2009   #7
taavikko
May the Ubuntu Be With You!
 
taavikko's Avatar
 
Join Date: Apr 2007
Location: /home/Helsinki
My beans are hidden!
Send a message via MSN to taavikko
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

Quote:
Originally Posted by DougieFresh4U View Post
All fixed. Sorry for my ignorance.
Thank you very much.
Dougie
Your welcome, but that's not an ignorance, since that's a bliss.
If you haven't had to deal with these kind of problems, how were you supposed to know?

btw, remember to mark thread solved
taavikko is offline  
Old January 21st, 2009   #8
DougieFresh4U
Chocolate Ubuntu Mocha Blend
 
DougieFresh4U's Avatar
 
Join Date: Apr 2006
Location: Rochester, N.Y.
Beans: 1,856
Ubuntu Development Release
Send a message via AIM to DougieFresh4U Send a message via MSN to DougieFresh4U Send a message via Yahoo to DougieFresh4U
Solved-Re: : GPG error: http://ppa.launchpad.net jaunty Release:

Quote:
Originally Posted by taavikko View Post
btw, remember to mark thread solved
The 'solved' marker is gone as well as the 'thanks' button.
They are working it, I had read a thread concerning that issue
__________________
(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   #9
taavikko
May the Ubuntu Be With You!
 
taavikko's Avatar
 
Join Date: Apr 2007
Location: /home/Helsinki
My beans are hidden!
Send a message via MSN to taavikko
Re: Solved-Re: : GPG error: http://ppa.launchpad.net jaunty Release:

Quote:
Originally Posted by DougieFresh4U View Post
The 'solved' marker is gone as well as the 'thanks' button.
They are working it, I had read a thread concerning that issue
I noticed the thanks button yesterday, but that thread tools also missing functions... my my, hard day at rt@ubuntu,com

but, happy to be at your service.
taavikko is offline  
Old January 21st, 2009   #10
ronacc
Chocolate Ubuntu Mocha Blend
 
ronacc's Avatar
 
Join Date: Mar 2006
Location: Narcoossee , Florida , US
Beans: 1,964
Ubuntu Development Release
Re: : GPG error: http://ppa.launchpad.net jaunty Release: The following signatures

yeah the forums ahve had alot of downtime lately .
__________________
if it ain't broke you haven't tweaked it enough
ronacc 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 04:01 PM.


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