From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 26 16:31:02 2016 Received: (at 24076) by debbugs.gnu.org; 26 Jul 2016 20:31:02 +0000 Received: from localhost ([127.0.0.1]:38485 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bS90H-00078l-V2 for submit@debbugs.gnu.org; Tue, 26 Jul 2016 16:31:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bS90G-00078P-B6 for 24076@debbugs.gnu.org; Tue, 26 Jul 2016 16:31:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS906-00006g-A4 for 24076@debbugs.gnu.org; Tue, 26 Jul 2016 16:30:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS906-00006c-0g; Tue, 26 Jul 2016 16:30:50 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:39266 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bS905-0001pS-61; Tue, 26 Jul 2016 16:30:49 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: bug#24076: gnupg [-agent]: when signing [commits], it claims that there is no pinentry - but there is References: <20160726180507.21e5e8e0@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 Thermidor an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Tue, 26 Jul 2016 22:30:46 +0200 In-Reply-To: <20160726180507.21e5e8e0@scratchpost.org> (Danny Milosavljevic's message of "Tue, 26 Jul 2016 18:05:07 +0200") Message-ID: <87poq016rt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 24076 Cc: 24076@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.3 (------) Danny Milosavljevic skribis: > dannym@dayas ~/src/guix$ strace -f git commit -S -m "x" gnu/packages/dat= abases.scm 2>&1 |grep pinentry > [pid 32548] write(4, "OPTION allow-pinentry-notify", 28) =3D 28 > [pid 32548] read(4, "ERR 67108949 No pinentry [pid 32548] write(2, "gpg: signing failed: No pinentry", 32gpg: signing f= ailed: No pinentry) =3D 32 > [pid 32548] write(2, "gpg: signing failed: No pinentry", 32gpg: signing f= ailed: No pinentry) =3D 32 > > dannym@dayas ~$ which pinentry > /home/dannym/.guix-profile/bin/pinentry > dannym@dayas ~$ pinen > pinentry pinentry-curses pinentry-gtk-2 pinentry-tty > dannym@dayas ~$ pinentry > OK Pleased to meet you My ~/.gnupg/gpg-agent.conf file reads this: --8<---------------cut here---------------start------------->8--- pinentry-program /home/ludo/.guix-profile/bin/pinentry-gtk-2 --8<---------------cut here---------------end--------------->8--- =E2=80=A6 and I have: --8<---------------cut here---------------start------------->8--- $ guix package --list-installed=3Dpinentry pinentry 0.9.7 out /gnu/store/2ngvzmsmjykaiv697ffnl7ajc3dm0rrh-pinentry-0.9= .7 --8<---------------cut here---------------end--------------->8--- Could it be that you=E2=80=99re missing one of these? HTH, Ludo=E2=80=99.