By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 121

Summary: Cannot install packages due to missing public key
Product: Fedora Directory Server Reporter: Andres Murillo <andres.murillo>
Component: Directory ServerAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bugwatch, darrella
Priority: P3    
Version: unspecified   
Hardware: amd64   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Andres Murillo 2009-10-21 09:44:26 CDT
Steps to On a Ubuntu 8.04 guest (Turnkey Linux Core):

1) Add the repositories:
nano /etc/apt/sources.list.d/sources.list

Append to the end:
deb http://fedorads.pearsoncomputing.net/ intrepid main
deb-src http://fedorads.pearsoncomputing.net/ intrepid main

2) Add the keys:
apt-get -y install wget gnupg
wget http://apt.pearsoncomputing.net/public.gpg
apt-key add public.gpg 
rm public.gpg


3) Update and install packages
apt-get update

W: GPG error: http://fedorads.pearsoncomputing.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D6A7B70CE23CE692
W: You may want to run apt-get update to correct these problems
Comment 1 Timothy Pearson 2009-11-09 18:14:09 CST

*** This bug has been marked as a duplicate of bug 126 ***