all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Cc: Daiki Ueno <ueno@unixuser.org>
Subject: Re: bad epg.el+GPG2 behavior: unavoidable passphrase pinentry prompt
Date: Mon, 30 Sep 2013 15:24:24 -0400	[thread overview]
Message-ID: <87a9iuxgd3.fsf@flea.lifelogs.com> (raw)
In-Reply-To: jwvzjquqgzj.fsf-monnier+emacs@gnu.org

On Mon, 30 Sep 2013 14:53:38 -0400 Stefan Monnier <monnier@IRO.UMontreal.CA> wrote: 

>> but with GPG 2.x that seems to be disabled and the pinentry prompt pops
>> up no matter what.

SM> What happens if you redirect stdin from /dev/null?

Same outcome.  Removing /usr/bin/pinentry is the only way to stop the
popup; if I put /usr/bin/pinentry back I get the curses or X popup no
matter what:

% echo x > /tmp/t
% mv /usr/bin/pinentry /usr/bin/pinentry.bak
% gpg --passphrase-fd=0 --decrypt authinfo.gpg  < /tmp/t
gpg: CAST5 encrypted data
gpg-agent[28972]: can't connect to the PIN entry module: IPC connect call failed
gpg-agent[28972]: command get_passphrase failed: No pinentry
gpg: problem with the agent: No pinentry
gpg: encrypted with 1 passphrase
gpg: decryption failed: No secret key

% mv /usr/bin/pinentry.bak /usr/bin/pinentry
% gpg --passphrase-fd=0 --decrypt authinfo.gpg  < /tmp/t
(pinentry query UGH)

Oh, I finally found a workaround!  No idea if it would work in the GnuPG
2.1 release Ueno-san mentioned because I can't find a 2.1, but this
worked for me with 2.0.20:

gpg --passphrase-fd=0 --batch --decrypt authinfo.gpg  < /tmp/t

This mode is not used in epg.el right now, so the popup keeps happening.

I can try to patch this myself but it seems, with the potential GnuPG
2.1 and the other pinentry developments mentioned by Ueno-san, that I
should leave this to him because I don't know the full story.  The
obvious fix here could break something else with the next release.

Should I open a bug, then, with the suggested workaround?  Or wait?  The
multiple popups are really annoying.

Thanks!
Ted




  reply	other threads:[~2013-09-30 19:24 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-29  9:22 bad epg.el+GPG2 behavior: unavoidable passphrase pinentry prompt Ted Zlatanov
2013-09-29 15:07 ` Thierry Volpiatto
2013-09-29 17:48   ` Ted Zlatanov
2013-09-29 15:24 ` Daiki Ueno
2013-09-29 17:57   ` Ted Zlatanov
2013-10-02  7:23     ` Daiki Ueno
2013-10-02 10:34       ` Ted Zlatanov
2013-10-02 12:48         ` Daiki Ueno
2013-10-02 13:27           ` Andrey Kotlarski
2013-10-02 13:38           ` Ted Zlatanov
2013-10-03  1:52             ` Daiki Ueno
2013-10-03 13:59               ` Ted Zlatanov
2013-10-03 14:59                 ` Stefan Monnier
2013-10-04 21:05                   ` Ted Zlatanov
2013-10-05 16:21                     ` Stefan Monnier
2013-10-07 18:15                       ` Ted Zlatanov
2013-10-07 22:46                         ` Stefan Monnier
2013-10-04  0:12                 ` Daiki Ueno
2013-10-04 16:11                   ` Ted Zlatanov
2013-09-30 18:53 ` Stefan Monnier
2013-09-30 19:24   ` Ted Zlatanov [this message]
2013-09-30 22:49     ` Stefan Monnier
2013-09-30 23:34       ` Ted Zlatanov
2013-10-01  0:40         ` Stefan Monnier
2013-10-01  1:13           ` Ted Zlatanov
2013-10-01  2:23         ` Stephen J. Turnbull

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a9iuxgd3.fsf@flea.lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=emacs-devel@gnu.org \
    --cc=ueno@unixuser.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.