Trying to install packages or updates using yum, quite likely on Fedora Core. But it fails with a long but unhelpful error message, something like this:
rpm --import public.gpg.key
For more information contact your distribution or package provider.
# # yum wants packages gpg-signed by default... here's where some # of the keys hide and how to find them (tested on fedora core 3) # note you may also want more reasonable things in /etc/yum.conf # and /etc/yum.repos.d than the default install provides # # there's a fedora key at http://www.fedora.us/FEDORA-GPG-KEY # find /usr/share -name '*GPG-KEY*' -print rpm --import /usr/share/doc/fedora*/*GPG-KEY* rpm --import /usr/share/doc/rpm*/*GPG-KEY* rpm --import /usr/share/rhn/*GPG-KEY*