Thanos Panousis schrieb: >> You'll probably want to run: >> >> gpg –recv-key CBFC2BECC6903E72 >> gpg –armor –export CBFC2BECC6903E72 | apt-key add - >> >> This should make this warning go away :) > > > This is what I get with your commands. Sorry but I 'm not familiar with > gpg. > > nokia770-26:~# gpg --recv-key CBFC2BECC6903E72 > gpg: no remote program execution supported > gpg: keyserver communications error: general error > gpg: keyserver receive failed: general error > > And more errors for the next command of course > > gpg: WARNING: nothing exported > gpg: no valid OpenPGP data found. >
you need to specifiy a keyserver then. add this to ~/.gnupg/gpg.conf: keyserver hkp://subkeys.pgp.net or via commandline like this: gpg --recv-key CBFC2BECC6903E72 --keyserver hkp://subkeys.pgp.net Cheers Adrian -- GPG Key ID: 42C33D97 | Reg. User #255628 (http://counter.li.org) Fingerprint: 239D 7006 3CF0 8951 9FDA CA63 EF5C C95A 42C3 3D97
signature.asc
Description: OpenPGP digital signature
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
