Trying yum update for the latest announcements. Part of the problem I experienced last week appears again: lame library DSA key is unavailable. I had tried to resolve this last week, to no avail. Tried again this week and found a French site with the key ID, but for libmad.
Anyone can give me the proper instructions so this works?
TIA Bill
Here is a snipped part of the yum log. =================================================================== Setting up Update Process Setting up repositories dries 100% |=========================| 951 B 00:00 <snip>
dag 100% |=========================| 1.1 kB 00:00 <snip>
dag : ################################################## 3580/3580 Added 1 new packages, deleted 0 old in 7.86 seconds Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for lame to pack into transaction set. lame-3.96.1-3.2.el4.rf.i3 100% |=========================| 7.7 kB 00:00 ---> Package lame.i386 0:3.96.1-3.2.el4.rf set to be updated ---> Downloading header for ffmpeg-libpostproc to pack into transaction set. <snip>
--> Running transaction check
Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Installing: ffmpeg-libpostproc i386 0.4.9-0.3.20051207.2.el4.rf dag 37 k <snip>
Transaction Summary ============================================================================= Install 1 Package(s) Update 6 Package(s) Remove 0 Package(s) Total download size: 5.2 M Is this ok [y/N]: y Downloading Packages: (1/7): lame-3.96.1-3.2.el 100% |=========================| 488 kB 00:00 (2/7): ffmpeg-libpostproc 100% |=========================| 37 kB 00:00 (3/7): python-urlgrabber- 100% |=========================| 98 kB 00:00 (4/7): libdvdread-0.9.5-1 100% |=========================| 63 kB 00:00 (5/7): mplayer-1.0-0.20.p 100% |=========================| 3.5 MB 00:06 (6/7): mplayer-fonts-1.1- 100% |=========================| 1.0 MB 00:02 (7/7): python-elementtree 100% |=========================| 76 kB 00:00 warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 1aa78495
Public key for lame-3.96.1-3.2.el4.rf.i386.rpm is not installed
On 1/30/06, William L. Maltby BillsCentOS@triad.rr.com wrote:
Trying yum update for the latest announcements. Part of the problem I experienced last week appears again: lame library DSA key is unavailable. I had tried to resolve this last week, to no avail. Tried again this week and found a French site with the key ID, but for libmad.
Anyone can give me the proper instructions so this works?
Seems you don't have dag's key installed. If you do, maybe it's a bad package, or bad signature. Either way, you should be asking on the rpmforge list, or sending dag a note.
Straight from dag's faq -> http://dag.wieers.com/home-made/apt/FAQ.php#B2
-- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center
On Mon, 2006-01-30 at 12:20 -0500, Jim Perrin wrote:
On 1/30/06, William L. Maltby BillsCentOS@triad.rr.com wrote:
Trying yum update for the latest announcements. Part of the problem I experienced last week appears again: lame library DSA key is unavailable. I had tried to resolve this last week, to no avail. Tried again this week and found a French site with the key ID, but for libmad.
Anyone can give me the proper instructions so this works?
Seems you don't have dag's key installed. If you do, maybe it's a bad package, or bad signature. Either way, you should be asking on the rpmforge list, or sending dag a note.
Straight from dag's faq -> http://dag.wieers.com/home-made/apt/FAQ.php#B2
Apologies, Have not been aware that anything was off topic here whne it came to CentOS, yum, etc. Will try to do better in the future.
-- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Apologies, Have not been aware that anything was off topic here whne it came to CentOS, yum, etc. Will try to do better in the future.
It's not that it's off topic, it's more along the lines of "we can't help if there is indeed a problem with that repo". This is why I suggest dag or the rpmforge list. It's their repo, so if there's a bad sig etc, they'll be able to fix it. If it's a case of "you forgot to install the gpg key" they'll point that out as well.
-- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center
On Mon, 2006-01-30 at 12:31 -0500, Jim Perrin wrote:
Apologies, Have not been aware that anything was off topic here whne it came to CentOS, yum, etc. Will try to do better in the future.
It's not that it's off topic, it's more along the lines of "we can't help if there is indeed a problem with that repo". This is why I suggest dag or the rpmforge list. It's their repo, so if there's a bad sig etc, they'll be able to fix it. If it's a case of "you forgot to install the gpg key" they'll point that out as well.
Ok. I had installed his key using both methods. Tried again just in case I fubarred it. Nope, I didn't. Same results. Will pursue with that site.
Thx for the responses.
Bill
On Mon, 30 Jan 2006, William L. Maltby wrote:
Trying yum update for the latest announcements. Part of the problem I experienced last week appears again: lame library DSA key is unavailable. I had tried to resolve this last week, to no avail. Tried again this week and found a French site with the key ID, but for libmad.
Anyone can give me the proper instructions so this works?
From your output I saw you have 2 rpmforge repositories enabled. dag and
dries, we both use the same disttag so both packages are identical by name. Yum does not seem to tell you where you got this one from. Apparently you installed my key, but I bet you did not install dries his key.
Most likely none of the packages would have worked, but Yum bailed out at the first in the list.
Please install the rpmforge-release package to use the rpmforge repository. It will install all necessary keys and repositories automatically and prevents this kind of problem.
Public key for lame-3.96.1-3.2.el4.rf.i386.rpm is not installed
A solution to this problem would be if Yum also explained for what repository the key was missing (not only for what package). If you'd be so kind to help out, you could report this on Yum's bugzilla (and post the bugzilla id here as a reference).
I'm replying to this mailinglist so other people are aware of this problem. (Even though it apparently is 'off-topic')
Kind regards, -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
On Mon, 2006-01-30 at 19:24 +0100, Dag Wieers wrote:
On Mon, 30 Jan 2006, William L. Maltby wrote:
Trying yum update for the latest announcements. Part of the problem I experienced last week appears again: lame library DSA key is unavailable.
<snip>
From your output I saw you have 2 rpmforge repositories enabled. dag and
dries, we both use the same disttag so both packages are identical by name. Yum does not seem to tell you where you got this one from. Apparently you installed my key, but I bet you did not install dries his key.
<snip>
That is correct
Please install the rpmforge-release package to use the rpmforge repository. It will install all necessary keys and repositories automatically and prevents this kind of problem.
Done, see below for minor details
Public key for lame-3.96.1-3.2.el4.rf.i386.rpm is not installed
A solution to this problem would be if Yum also explained for what repository the key was missing (not only for what package). If you'd be so kind to help out, you could report this on Yum's bugzilla (and post the bugzilla id here as a reference).
Bugzilla ID 554
<snip>
Kind regards, -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
All went fairly smoothly. First attempt faile with python errors, a portion of which are shown here.
Reading repository metadata in from local files primary.xml.gz 100% |=========================| 1.2 MB 00:02 rpmforge : ################################################## 3580/3580 Added 3580 new packages, deleted 0 old in 25.82 seconds Traceback (most recent call last): File "/usr/bin/yum", line 27, in ? yummain.main(sys.argv[1:]) File "/usr/share/yum-cli/yummain.py", line 92, in main result, resultmsgs = do() File "/usr/share/yum-cli/cli.py", line 471, in doCommands return self.updatePkgs() File "/usr/share/yum-cli/cli.py", line 951, in updatePkgs self.doUpdateSetup() File "__init__.py", line 290, in doUpdateSetup File "updates.py", line 232, in doUpdates ValueError: unpack tuple of wrong size
Figuring that things were in disarry from previous partial processes, I did a restart comprising of yum clean headers and packages, iomport of all three puyblic keys again, installation of the rpmforge-release and all is good in the world.
Thanks so much and keep up the good work.