Ainsi parlait Kim Schulz :
> On Mon, 23 Jun 2003 20:22:01 +0200
>
> Guillaume Rousse <[EMAIL PROTECTED]> wrote:
> > Ainsi parlait Kim Schulz :
> > > Hi
> > > I keep getting this:
> > > Invalid signature (sha1 md5 (GPG) (MISSING KEY) GPG#70771ff3 NOT
> > > OK)
> > > when Installing rpms with urpmi.
> > > How do I install the correct keys?
> >
> > for keys in `gpg --list-keys | grep pub | cut -d " " -f 3 | cut -d "/"
> > -f 2`; do
> > gpg --export -a $key > $key.asc; rpm --import $key.asc; rm -f
> > $key.asc;
> > done
>
> just did that as root and it didn't help a bit.
check the keys are properly installed:
rpm -qa gpg-pubkey-*
Otherwise, proceed manually: extract all public keys from root's keyring, and
import them in rpm database.
If you still get Invalid signature, check the package are signed:
rpm --checksig -v *.rpm
--
If such a program has not crashed yet, it is waiting for a critical moment
before it crashes.
-- Murphy's Computer Laws n�6