[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pgg-gpg broken?
From: |
Daiki Ueno |
Subject: |
Re: pgg-gpg broken? |
Date: |
Thu, 06 Apr 2006 18:21:26 +0900 |
User-agent: |
T-gnus/6.17.2 (based on No Gnus v0.2) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (Sanjō) APEL/10.6 MULE XEmacs/21.4 (patch 17) (Jumbo Shrimp) (i686-pc-linux) |
>>>>> In <address@hidden>
>>>>> Sascha Wilde <address@hidden> wrote:
> > A straightforward way to investigate this problem is decrypting the mail
> > from the command line as pgg-gpg does. Could you try the following?
> >
> > $ cat input.txt | gpg --no-tty --status-fd 1 --command-fd 0 --yes \
> > --output output.txt --decrypt
> This doesn't work (it tries to read the passphrase from the pipe, too.
As I said in the private mail, this is because the pipe is closed after
cat exits. Could you try this one and see if gpg waits after "[GNUPG:]
GET_HIDDEN passphrase.enter"?
$ (cat test.msg; sleep 10) | gpg --no-tty --status-fd 1 --command-fd 0 --yes \
--output output.txt --decrypt
Regards,
--
Daiki Ueno
- pgg-gpg broken?, Sascha Wilde, 2006/04/05
- Re: pgg-gpg broken?, Daiki Ueno, 2006/04/05
- Re: pgg-gpg broken?, Sascha Wilde, 2006/04/05
- Re: pgg-gpg broken?, Daiki Ueno, 2006/04/05
- Re: pgg-gpg broken?, Sascha Wilde, 2006/04/06
- Re: pgg-gpg broken?,
Daiki Ueno <=
- Re: pgg-gpg broken?, Sascha Wilde, 2006/04/06
- Re: pgg-gpg broken?, Daiki Ueno, 2006/04/06
- gpg-agent support removed?! (was: pgg-gpg broken?), Sascha Wilde, 2006/04/07
- Re: gpg-agent support removed?! (was: pgg-gpg broken?), Simon Josefsson, 2006/04/07
- Re: gpg-agent support removed?!, Romain Francoise, 2006/04/07
- Re: gpg-agent support removed?!, Sascha Wilde, 2006/04/07
- Re: gpg-agent support removed?!, Simon Josefsson, 2006/04/07
- Re: gpg-agent support removed?!, Reiner Steib, 2006/04/07
- Re: gpg-agent support removed?!, Romain Francoise, 2006/04/08
- Re: gpg-agent support removed?!, Sascha Wilde, 2006/04/08