Stephen Collier wrote:

The error on samba-3.0.0-1.i386.rpm on RH9

$ rpm -Fhv samba-3.0.0-1.i386.rpm

warning: samba-3.0.0-1.i386.rpm: V3 DSA signature: NOKEY, key ID
2f87af6f

That does not look like a samba or samba packaging problem at all. the redhat 9 release comes with a newer rpm packaging system and in that one it lloks as if rpm has it's own pgp/gpg key database.
try importing the key for 2f87af6f into rpm and all should be well.


gpg --recv-key 2f87af6f
gpg -a --export 0x2f87af6f > /tmp/0x2f87af6f.asc
rpm --import /tmp/0x2f87af6f.asc

Hope this helps.

Urs Rau


-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to