LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Problems with yum (https://www.linuxquestions.org/questions/fedora-35/problems-with-yum-366812/)

monkiidansu 09-25-2005 04:27 AM

Problems with yum
 
I am having problems with yum, and it seems like it is linked to the problem I was having with up2date. Here is the log of what happens when I run the command "yum update"

<!--------start--------->

[root@localhost daniel]# yum update
Repository updates-testing already added, not adding again
Repository extras already added, not adding again
Setting up Update Process
Setting up repositories
dries 100% |=========================| 951 B 00:00
atrpms 100% |=========================| 951 B 00:00
kde-redhat 100% |=========================| 951 B 00:00
livna 100% |=========================| 951 B 00:00
updates-released 100% |=========================| 951 B 00:00
nrpms 100% |=========================| 1.0 kB 00:00
jpackage-generic-free 100% |=========================| 951 B 00:00
kde-redhat-all 100% |=========================| 951 B 00:00
flash 100% |=========================| 903 B 00:00
rpmforge 100% |=========================| 1.1 kB 00:00
dag 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
freshrpms 100% |=========================| 951 B 00:00
jpackage-distspecific-fre 100% |=========================| 951 B 00:00
gstreamer 100% |=========================| 951 B 00:00
jpackage-generic-devel 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
newrpms 100% |=========================| 951 B 00:00
release 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.

[-------------------------------------------------------------------------------------------------------------------------]
[----------------------------------LIST OF PACKAGES GO HERE---------------------------------------]
[---------------------------------------(wanted to avoid spam)------------------------------------------------]
[-------------------------------------------------------------------------------------------------------------------------]

Transaction Summary
=============================================================================
Install 55 Package(s)
Update 291 Package(s)
Remove 0 Package(s)
Total download size: 567 M
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 66534c2b
public key not available for libavc1394_0-0.5.0-0_6.rhfc4.at.i386.rpm

<!--------end--------->

What is up with this?

borchen 09-25-2005 06:05 AM

It appears you need to import a GPG-key.

These keys can be found in '/etc/pki/rpm-gpg'. The one that you probably need is: RPM-GPG-KEY-fedora

To import this key, use the 'rpm'-command, like this:
Quote:

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
If this does not work, try to import another key from the directory /etc/pki/rpm-gpg

Good Luck!

monkiidansu 09-25-2005 11:56 PM

I tried importing every one of the, one at a time and nothing helped. I still get this:

warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 66534c2b
public key not available for libavc1394_0-0.5.0-0_6.rhfc4.at.i386.rpm

Is there another solution?

reddazz 09-26-2005 04:21 AM

Did you import the keys from the third party repositories that you are using? I think you have configured too many repositories and this can potentially cause package conflicts.

monkiidansu 09-26-2005 05:12 AM

Well, I am pretty sure now it has nothing to do witht the keys because I got yumex and it has an option to not use GPG, and I also found out the nrpms repository is causing an error, which sucks because gnome 2.12 is on that one and I am not sure how to install it otherwise :-/

reddazz 09-26-2005 05:44 AM

Quote:

Originally posted by monkiidansu
Well, I am pretty sure now it has nothing to do witht the keys because I got yumex and it has an option to not use GPG, and I also found out the nrpms repository is causing an error, which sucks because gnome 2.12 is on that one and I am not sure how to install it otherwise :-/
The error states that the public key is not available and thats the error you should fix by importing the right key from the package repository or maintainers website. You can also disable all gpg checking in your /etc/yum.conf but this can leave you vulnerable to suspect third party packages.

Linux4Dummies 01-07-2006 01:31 AM

Oh, someone help me, I tried the " rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora" suggested above but no change. I don't know what to do, I did what the Dag site told me to, "rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt" but no change either. It's the only thing besides freshrpms that I'm using, was there a key for freshrpms? It never said anything about one.....


yelp i386 2.10.0-1.4.2 updates 303 k
yum noarch 2.4.1-1.fc4 updates 386 k
zlib i386 1.2.2.2-5.fc4 updates 48 k
zlib-devel i386 1.2.2.2-5.fc4 updates 98 k
Installing for dependencies:
boost i386 1.32.0-6 core 624 k
dhcdbd i386 1.9-1.FC4 updates 63 k
gmp i386 4.1.4-6 core 593 k
python-numeric i386 23.7-2 core 679 k

Transaction Summary
=============================================================================
Install 6 Package(s)
Update 194 Package(s)
Remove 0 Package(s)
Total download size: 397 M
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID e42d547b
public key not available for libavc1394-0.5.1-0.2.fc4.i386.rpm
[root@localhost ~]#

Linux4Dummies 01-07-2006 01:41 AM

Okay, also look at the post from Xristo, Fedora 4 - installing rpm's - error, it fixed my problem. YAY!

alar 01-14-2006 06:48 PM

From one minute to the next I may have different errors too.
For now I find that opening a new terminal and be sure to su - seems to fix the problems most of the time.

And then if it fails, I try again.

Funny that.
Still trying to figure out why...

This bit seemed to help the best:

These keys can be found in '/etc/pki/rpm-gpg'. The one that you probably need is: RPM-GPG-KEY-fedora

To import this key, use the 'rpm'-command, like this:
Quote:
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
If this does not work, try to import another key from the directory /etc/pki/rpm-gpg


All times are GMT -5. The time now is 04:12 AM.