1

(53 replies, posted in Bugs & problems)

Definitely *not* permissions. I just confirmed that they are set to ownership root:root and mode 0755 (i.e. -rwxr-xr-x), and besides, I can run both executables and perform operations (encryption, key management, decryption, signing, etc) with them manually anyway.

2

(53 replies, posted in Bugs & problems)

No problem. Please let me know if I can help, I want to help.

Thank you!

3

(53 replies, posted in Bugs & problems)

[rouben@einstein ~]$ gpg --quiet --no-tty --no-verbose --status-fd 1 --armor --version
gpg (GnuPG) 1.2.7
Copyright (C) 2004 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, SHA256
Compression: Uncompressed, ZIP, ZLIB, BZIP2

==================

[rouben@einstein ~]$ gpg2 --quiet --no-tty --no-verbose --status-fd 1 --armor --version
gpg (GnuPG) 2.0.4
Copyright (C) 2007 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ELG
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, TIGER192, SHA256, SHA384, SHA512
Compression: Uncompressed, ZIP, ZLIB, BZIP2
[rouben@einstein ~]$

Maybe the --quiet option isn't working? The output seems to be very similar...

4

(53 replies, posted in Bugs & problems)

[rouben@einstein ~]$ gpg --version
gpg (GnuPG) 1.2.7
Copyright (C) 2004 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, SHA256
Compression: Uncompressed, ZIP, ZLIB, BZIP2

====================

[rouben@einstein ~]$ gpg2 --version
gpg (GnuPG) 2.0.4
Copyright (C) 2007 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ELG
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160, TIGER192, SHA256, SHA384, SHA512
Compression: Uncompressed, ZIP, ZLIB, BZIP2

Thanks!

5

(53 replies, posted in Bugs & problems)

Same error message here.

FireGPG 0.4.3
Firefox 2.0.0.6
Fedora Core 3
GnuPG 1.2.7 (/usr/bin/gpg)
GnuPG 2.0.4 (/usr/local/bin/gpg2)

Both GPG executables are in my path, can be called by simply typing gpg or gpg2 from the shell, and I've tried setting both of these manually in the FireGPG preferences, both by using the FireGPG GUI and about:config. The result is always the same, even after restarting Firefox and doublechecking the prefs that everything is set up properly:

Error: FireGPG cannot access GPG. Please check that GPG is installed and that the path specified in the options is correct.

Out of curiosity, are there any debug builds of FireGPG? I'd love to see what exactly it's trying to do that's triggering this error.

Cheers!