Subject: | GnuPG hangs when encrypting with untrusted key as non root user |
The GnuPG Module hangs when I try to encrypt a file with a key, that is
not fully trusted. It successfully sends the untrusted_key.override
command, and then i think it hangs on waiting for the response with the
following message:
GnuPG: got from status fd: [GNUPG:] SHM_GET_BOOL untrusted_key.override
GnuPG: reading from status fd 3
It happens in the GnuPG.pm on line 177:
my $fd = $self->{status_fd};
local $/ = "\n"; # Just to be sure
* my $line = <$fd>;
Error does not occur, when running as root.
Environment:
CentOS-5.3-x86_64
Kernel: 2.6.18-128.el5
Perl: v5.8.8
GPG: 1.4.5