Cooperative Bug Isolation for Fedora Core 5

Ben Liblit liblit at cs.wisc.edu
Mon Jun 26 19:24:49 UTC 2006


Garry T. Williams wrote:
>     /nError checking package signatures:
>     yum.Errors.YumBaseError

You probably don't have the CBI package builder's public key installed, 
so yumex cannot verify that the packages are properly signed.  Try 
running "rpm -q gpg-pubkey-613d2fc6-3f417e35".  If that comes back 
telling you that this package is not installed, then you're missing the key.

To fix this, download our public key from 
<http://www.cs.wisc.edu/cbi/downloads/public-key.asc>, save it in a 
temporary file, then "rpm --import" that file.  For example:

	# wget http://www.cs.wisc.edu/cbi/downloads/public-key.asc
	# rpm --import public-key.asc
	# rm public-key.asc

That should fix the yumex error you're seeing.  If it doesn't, or you 
have any other questions, please ask either here or on the <cbi-discuss> 
mailing list (http://www.cs.wisc.edu/cbi/contact/).




More information about the fedora-list mailing list