On Jan 24, 2011, at 11:40 PM, Benjamin Donnachie wrote: > On 25 Jan 2011, at 00:47, Joe Ennis <[email protected]> wrote: > >> I installed MacGPG2-2.0.17.6 on my MacBookPro3,1 running 10.6.6 Build 10j567. >> When launching Gpg Tools, the app icon bounces a few times on the doc then >> closes. > > What version of GPGTools are you running? There is a known > incompatibility between earlier versions. > > Let's check the MacGPG2 install - please open a terminal and try the > following commands: > > gpg2 --version > > ps waux | grep gpg-agent > > echo test > gpg2 -aser "your name" | gpg2 > > echo test > gpg2 -aser "your name" | gpg2 > > ps waux | grep gpg-agent > > Please send me a copy of the output. > > Ben >
Thanks for the response all and, here is the output Ben, ~ $ gpg2 --version gpg (GnuPG/MacGPG2) 2.0.17 libgcrypt 1.4.6 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 ~ $ ~ $ ps waux | grep gpg-agent joe 4543 0.0 0.0 2435116 528 s000 S+ 7:06AM 0:00.00 grep gpg-agent ~ $ ~ $ echo test>gpg2 -aser "joe" | gpg2 gpg: processing message failed: Unknown system error ~ $ ~ $ echo test -aser "joe" | gpg2 gpg: no valid OpenPGP data found. gpg: processing message failed: Unknown system error ~ $ ~ $ ps waux | grep gpg-agent joe 4558 0.0 0.0 2435548 308 s000 S+ 7:08AM 0:00.00 grep gpg-agent Regards, -- joe _______________________________________________ gpgtools-users mailing list [email protected] Changes: http://lists.gpgtools.org/mailman/listinfo/gpgtools-users Unsubscribe: http://lists.gpgtools.org/mailman/options/gpgtools-users/[email protected]?unsub=Unsubscribe&unsubconfirm=1 This email sent to: [email protected]
