On Sun, 11 Jan 2004 16:19:48 -0600, Greg wrote: > rpm --test --dbpath /tmp/testdb -Uvh *.rpm Why do you "--test" against an RPM database in /tmp/testdb? To test against your regular RPM DB makes much more sense. > warning: acl-2.2.7-2.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2 > warning: basesystem-8.0-2.noarch.rpm: V3 DSA signature: NOKEY, key ID > db42a60e > > Ive followed previous posts on getting the updated sigs and I dont have > any warning with using yum updates. So I am unsure as to why these keys > are not on my system. > > Heres the install gpg rpms > [root@desktop RPMS]# rpm -qa | grep gpg > gpg-pubkey-4f2a6fd2-3f9d9d3b > gpg-pubkey-4f2a6fd2-3f9d9d3b > gpg-pubkey-8df56d05-3e828977 > gpg-pubkey-4f2a6fd2-3f9d9d3b > gpg-pubkey-1cddbca9-3f9da14c -snip- Unrelated, but: Many of these are duplicates. I would suggest you remove them all and install each of them only a single time. --