LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-26-2009, 02:43 AM   #1
toys19
LQ Newbie
 
Registered: Feb 2008
Posts: 10

Rep: Reputation: 0
Public key for rpmfusion-free-release-11-1.noarch.rpm is not installed


Hi I am previewing fedora 11, and doing regular updates. This morning when I tried to update I got this error:

Public key for rpmfusion-free-release-11-1.noarch.rpm is not installed

and it wont continue with installing the downloaded updates. Any ideas on how to solve this?

Thanks
 
Old 05-28-2009, 02:18 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
See http://www.fedorafaq.org/#gpgsig ?
 
Old 05-29-2009, 07:05 AM   #3
toys19
LQ Newbie
 
Registered: Feb 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Hi thanks for the link, all work fine apart from this one below, and guess what, its the one I need, any ideas?

[root@wendy wendy]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*error: /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-11-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ia64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora: import failed
 
Old 05-30-2009, 05:14 PM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Are you running this command as root user? What does 'rpm -qf /etc/pki/rpm-gpg/RPM-GPG-KEY-*' return?
 
Old 06-01-2009, 02:41 AM   #5
toys19
LQ Newbie
 
Registered: Feb 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Defo running as root, here is the result of tha command:

[root@wendy wendy]# rpm -qf /etc/pki/rpm-gpg/RPM-GPG-KEY-*
adobe-release-i386-1.0-1.noarch
fedora-release-11-1.noarch
fedora-release-11-1.noarch
fedora-release-11-1.noarch
fedora-release-11-1.noarch
fedora-release-11-1.noarch
fedora-release-11-1.noarch
fedora-release-11-1.noarch
rpmfusion-free-release-8-6.noarch
 
Old 06-01-2009, 05:01 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
OK. Try to get this manually: http://rpmfusion.org/keys?action=Att...free-fedora-11, then as root run 'gpg --import /path/where/you/saved/RPM-GPG-KEY-rpmfusion-free-fedora-11'?
 
Old 06-02-2009, 04:16 AM   #7
toys19
LQ Newbie
 
Registered: Feb 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Ok that worked, but when I try to install an update I get this error again anyway:

Public key for rpmfusion-free-release-11-1.noarch.rpm is not installed
 
Old 06-02-2009, 04:41 AM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Aw. There's four things left to do I can see: 0) uninstall rpmfusion-free-release-8-6.noarch, then install rpmfusion-free-release-11-1.noarch.rpm and see if things work now, 1) else run 'yum --nogpgcheck update' and see if that works, 2) check the Fedora bug tracker and users mailing list for similar problems, 3) ask on the Fedora users mailinglist and please give us feedback.
 
Old 06-03-2009, 11:07 AM   #9
toys19
LQ Newbie
 
Registered: Feb 2008
Posts: 10

Original Poster
Rep: Reputation: 0
yum --nogpgcheck update - this works nicely. Unspawn, you are are gentleman I appreciate your help. I have found another thread which I think explains the problem.. https://www.redhat.com/archives/fedo.../msg00931.html
 
Old 06-03-2009, 11:19 AM   #10
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Uh. That's pretty bad IMHO because it's one of the features that enables you to check if it is a valid package that hasn't been tampered with... BTW, you do realise you should only use "--nogpgcheck" as a temporary workaround until things get fixed, right?
 
Old 06-03-2009, 11:39 AM   #11
toys19
LQ Newbie
 
Registered: Feb 2008
Posts: 10

Original Poster
Rep: Reputation: 0
yes, I understand. I think tis just because the beta is a bit rough and ready.. Stroll on the 9th for the "ready" version...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Public Key Not Installed scorpioofthewoods Fedora 16 09-18-2016 09:33 PM
error : Public key for perl-Socket6-0.20-1.fc8.rf.i386.rpm is not installed ankushkool Fedora 1 02-20-2009 02:53 AM
fedora-release-7-3.noarch.rpm ??? mickeyboa Fedora 2 12-16-2007 12:23 PM
Public key for jre-1.5.0_04-linux-i586.rpm is not installed paritoshchandragupta Linux - Software 3 06-21-2007 05:48 PM
public key for jre-1.5.0_04-linux-i586.rpm is not installed paritoshchandragupta Fedora 4 06-19-2007 07:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:09 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