LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-18-2005, 12:20 AM   #1
guitarfella
Member
 
Registered: Dec 2004
Location: Australia
Distribution: Slackware, Fedora 3
Posts: 53

Rep: Reputation: 15
public keys unavailable for certain packages using yum


i have setup yum with the livna.org repositories.
here's a copy of my yum.conf file

Code:
[root@darkness ~]# cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1

### See http://www.fedora.us/wiki/FedoraSources
### And insert here the fedora.us repository configuration

### And then add these lines to access rpm.livna.org repositories:
[livna-stable]
name=Livna.org Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable
gpgcheck=1

[livna-unstable]
name=Livna.org Fedora Compatible Packages (unstable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable
gpgcheck=1

[livna-testing]
name=Livna.org Fedora Compatible Packages (testing)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.testing
gpgcheck=1
i have imported the gpg key from http://rpm.livna.org/RPM-LIVNA-GPG-KEY-i386 using
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY-i386


i've tried installing mplayer, using yum install mplayer
but it fails, because it complains there is no public key for 2 packages (check log)

Code:
[root@darkness ~]# yum install mplayer
Setting up Install Process
Setting up Repo:  livna-stable
repomd.xml                100% |=========================|  951 B    00:00
Setting up Repo:  base
repomd.xml                100% |=========================| 1.1 kB    00:00
Setting up Repo:  updates-released
repomd.xml                100% |=========================|  951 B    00:00
Setting up Repo:  livna-unstable
repomd.xml                100% |=========================|  951 B    00:00
Setting up Repo:  livna-testing
repomd.xml                100% |=========================|  951 B    00:00
Reading repository metadata in from local files
livna-stab: ################################################## 155/155
base      : ################################################## 2622/2622
primary.xml.gz            100% |=========================| 340 kB    00:03
MD Read   : ################################################## 855/855
updates-re: ################################################## 855/855
livna-unst: ################################################## 56/56
livna-test: ################################################## 25/25
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mplayer.i386 0:1.0-0.lvn.0.18.pre6a.3 set to be installed
--> Running transaction check
--> Processing Dependency: libmad.so.0 for package: mplayer
--> Processing Dependency: libxvidcore.so.4 for package: mplayer
--> Processing Dependency: mplayer-fonts>= 0:1.1-0.lvn.2 for package: mplayer
--> Processing Dependency: libfribidi.so.0 for package: mplayer
--> Processing Dependency: libdvdread.so.3 for package: mplayer
--> Processing Dependency: libxmms.so.1 for package: mplayer
--> Processing Dependency: libmp3lame.so.0 for package: mplayer
--> Processing Dependency: libfaad.so.0 for package: mplayer
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package libmad.i386 0:0.15.1-0.lvn.1.b.3 set to be installed
---> Package xvidcore.i386 0:1.0.3-0.lvn.1.3 set to be installed
---> Package mplayer-fonts.noarch 0:1.1-0.lvn.3.3 set to be installed
---> Package fribidi.i386 0:0.10.4-6 set to be installed
---> Package libdvdread.i386 0:0.9.4-0.lvn.1.3 set to be installed
---> Package xmms.i386 1:1.2.10-9 set to be installed
---> Package lame.i386 0:3.96.1-0.lvn.1.3 set to be installed
---> Package faad2.i386 0:2.0-0.lvn.3.3 set to be installed
--> Running transaction check
--> Processing Dependency: libdvdcss>= 0:1.2.5 for package: libdvdread
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package libdvdcss.i386 0:1.2.8-0.lvn.5.3 set to be installed
--> Running transaction check

Dependencies Resolved
Transaction Listing:
  Install: mplayer.i386 0:1.0-0.lvn.0.18.pre6a.3

Performing the following to resolve dependencies:
  Install: faad2.i386 0:2.0-0.lvn.3.3
  Install: fribidi.i386 0:0.10.4-6
  Install: lame.i386 0:3.96.1-0.lvn.1.3
  Install: libdvdcss.i386 0:1.2.8-0.lvn.5.3
  Install: libdvdread.i386 0:0.9.4-0.lvn.1.3
  Install: libmad.i386 0:0.15.1-0.lvn.1.b.3
  Install: mplayer-fonts.noarch 0:1.1-0.lvn.3.3
  Install: xmms.i386 1:1.2.10-9
  Install: xvidcore.i386 0:1.0.3-0.lvn.1.3
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 4f2a6fd2
public key not available for //var/cache/yum/base/packages/fribidi-0.10.4-6.i386.rpm
public key not available for //var/cache/yum/base/packages/xmms-1.2.10-9.i386.rpm
 
Old 04-18-2005, 12:48 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You need to import the gpg-key from the repositories where you want to download rpms from. You can download the key and do "rpm --import keyname" or you can do it by entering the entire url of the key instead of downloading it.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SSH public keys not working - RH 7.3 menator Linux - Newbie 7 11-03-2005 03:55 AM
ssh public/private keys lord_darkhelmet Linux - Newbie 8 10-29-2005 03:14 PM
YUM requires public keys, how do I get public keys? GNUROCKS Linux - Newbie 3 05-29-2005 08:50 AM
SSH Public Keys Problems Temujin_12 Linux - Security 4 02-23-2005 12:43 PM
Using GPG without public or private keys darin3200 Linux - Security 3 01-10-2005 03:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration