Re: Error when signing a key
Werner Koch <[email protected]> Tue, 04 Jan 2005 10:16:22 +0100
| Newsgroups | gmane.comp.encryption.gpg.gpa.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 03 Jan 2005 21:42:06 +0100, Dominik Werder said: > posix-io.c:72: fd 4: about to read 1024 bytes > posix-io.c:79: fd 4: got 32 bytes > fd 4: got `[GNUPG:] GET_BOOL sign_uid.okay > ' > posix-io.c:135: closing fd 4 That is GPA problem. Probably it didn't knew what do do with the prompt "sign_uid.okay" and closed the gpgme context. Werner