public key not available

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Mc_Fly
New Forum User
New Forum User
Posts: 1
Joined: Wed Mar 08, 2006 10:15 am

public key not available

Unread post by Mc_Fly »

Hey everyone firstly sorry about my english and thanks for your helps.

I have got Fedora core 3 + Plesk 7.5.4 I download yum-2.0.7-1.rhel3.art.noarch.rpm that one and install it after that I edit /etc/yum.conf and added correct sections there is no problem but when I try to yum update while its download components it says like that ;

Downloading Packages:
(1/16): lynx-2.8.5-18.0.2 100% |=========================| 1.8 MB 00:02
(2/16): selinux-policy-ta 100% |=========================| 165 kB 00:00
(3/16): postgresql-server 100% |=========================| 3.0 MB 00:05
(4/16): php-imap-4.4.2-3. 100% |=========================| 84 kB 00:00
(5/16): mysql-4.1.15-1.rh 100% |=========================| 8.5 MB 00:07
(6/16): mysql-compat-4.1. 100% |=========================| 243 kB 00:00
(7/16): php-domxml-4.4.2- 100% |=========================| 103 kB 00:00
(8/16): php-pgsql-4.4.2-3 100% |=========================| 89 kB 00:00
(9/16): php-mysql-4.4.2-3 100% |=========================| 58 kB 00:00
(10/16): php-pear-4.4.2-3 100% |=========================| 308 kB 00:00
(11/16): postgresql-7.4.1 100% |=========================| 2.0 MB 00:03
(12/16): gd-2.0.28-1.30.1 100% |=========================| 119 kB 00:00
(13/16): spamassassin-3.1 100% |=========================| 861 kB 00:00
(14/16): php-4.4.2-3.rhfc 100% |=========================| 2.8 MB 00:02
(15/16): mysql-server-4.1 100% |=========================| 2.4 MB 00:02
(16/16): php-mbstring-4.4 100% |=========================| 1.0 MB 00:00
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 5ebd2744
public key not available for php-imap-4.4.2-3.rhfc3.art.i386.rpm

I didn't understand this error could you help me about that?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

You just need to install my gpg key on your box. Its linked off the download page, once you grab it, just run rpm --import <filename>
dazman
New Forum User
New Forum User
Posts: 2
Joined: Fri Mar 10, 2006 12:22 am
Location: Orange County, CA

Where do I install the public key

Unread post by dazman »

Thanks for this site! It has really saved my bacon trying to conigure my Unix server for the first time.

Under what directory do I install the GPG key? I tried to import it with the command you suggested, but it gave me an import failed error message. I got the yum update going by setting the gpgcheck variable to 0 in my yum.conf file. I set the yum.conf back to 1 for security...but I need to know where to install that key...either from my desktop...or from your site.

Thanks,

Scott
dazman
New Forum User
New Forum User
Posts: 2
Joined: Fri Mar 10, 2006 12:22 am
Location: Orange County, CA

I think I solved it!

Unread post by dazman »

The mistake I made was not pointing the server to your site for the key.

For instance:

rpm --import RPM-GPG-KEY.art.txt

is not the same as

rpm --import http://www.automicrocketturtle.com/RPM-GPG-KEY.art.text.

The second version allowed me to import it fine.
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

The first version will allow you to import it just fine as well, but you'll need to download the key first.

But

Code: Select all

# rpm --import http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt
is indeed even easier than

Code: Select all

# wget http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt
# rpm --import RPM-GPG-KEY.art.txt
# rm RPM-GPG-KEY.art.txt
Post Reply