The gpg wizard

Todd Zullinger tmz at pobox.com
Sat Nov 29 20:19:35 UTC 2008


Anne Wilson wrote:
> If I call kgpg I can see all the keys on my keyring, but I'm having
> problems with kmail.  It can't set a key for either signing or
> encryption - it says it is fetching the key - and it also says that
> it is checking the key at the same time - but they go on until you
> stop them.
>
> If that were all I'd think that I either had a gpg setup/install
> issue or the daemon wasn't starting, but it's not that simple.
> KMail can see and use the keys to notify the status of signed
> emails, and can even decrypt encrypted mail.
>
> I'm left wondering how KMail can be seeing and using the keys in one
> situation, but not the other.  All ideas would be truly welcome.
> Otherwise, when I get back from a few days' break I'm going to try
> thunderbird.  I'd hate to do that as a long-term solution, though,
> particularly since KMail on my Mandriva laptop is still functioning
> correctly.

Odd.  It definitely sounds like something kmail or kgpg related.  If
it was gnupg, I wouldn't think you'd be able to descypt things.

You could skip setting up Thunderbird and just test gpg from a
terminal.  If you can list keys, sign, verify, encrypt, and decrypt
from the command line, that would seem to rule out gpg.

Some example commands to try:

gpg --list-keys
gpg --list-secret-keys

echo testing> /tmp/gpgtest
gpg --sign -a /tmp/gpgtest
gpg --verify /tmp/gpgtest.asc
gpg -r annew at kde.org --encrypt /tmp/gpgtest
gpg --decrypt /tmp/gpgtest.gpg

(Replace annew at kde.org if that's not the address on one of your keys.)

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
After one look at this planet any visitor from outer space would say
"I want to see the manager."
    -- William S. Burroughs

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20081129/7dbb5592/attachment-0001.sig>


More information about the fedora-list mailing list