gnupg/pinentry not aware of each other

  • Done
  • quality assurance status badge
Details
4 participants
  • Alexandre Hannud Abdo
  • Brice Waegeneire
  • jon
  • Martin Becze
Owner
unassigned
Submitted by
jon
Severity
important
Merged with

Debbugs page

jon wrote 6 years ago
(address . bug-guix@gnu.org)
b7a57a2e366a94aa9cf07a893899bccf@dorsal.tk
$ gpg --full-generate-key
<snip>
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
gpg: agent_genkey failed: No pinentry
Key generation failed: No pinentry
$ which pinentry
/run/current-system/profile/bin/pinentry
Martin Becze wrote 5 years ago
(address . jon@dorsal.tk)(name . bug-Guix)(address . bug-guix-bounces+mjbecze=riseup.net@gnu.org)(address . 37266@debbugs.gnu.org)
8554f6221dc9c056b93a4bdee7638d48@riseup.net
On 2019-09-02 04:56, jon@dorsal.tk wrote:
Toggle quote (12 lines)
> $ gpg --full-generate-key
> <snip>
> Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
> We need to generate a lot of random bytes. It is a good idea to perform
> some other action (type on the keyboard, move the mouse, utilize the
> disks) during the prime generation; this gives the random number
> generator a better chance to gain enough entropy.
> gpg: agent_genkey failed: No pinentry
> Key generation failed: No pinentry
> $ which pinentry
> /run/current-system/profile/bin/pinentry

try added `pinentry-program /home/USER/.guix-profile/bin/pinentry-gtk-2`
to `~/.gnupg/gpg-agent.conf`
let me know if that works. I also encountered this.
Brice Waegeneire wrote 5 years ago
merge 37266 36784
(address . control@debbugs.gnu.org)
e8ff57377c8b7ad8062683ee07881da0@waegenei.re
severity 37266 important
merge 37266 36784
quit
Brice Waegeneire wrote 5 years ago
merge 37266 24076
(address . control@debbugs.gnu.org)
b767d0eb10e4a8c78b1ad74488c636be@waegenei.re
severity 24076 important
merge 37266 24076
quit
Alexandre Hannud Abdo wrote 4 years ago
(address . control@debbugs.gnu.org)
8c9825b8e41f4dcfd9ecd9f0351b3d73eebee325.camel@member.fsf.org
unarchive 24076
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQQ4aRTDkc5D704CYnMQUI+lk7e+bQUCYIHuHAAKCRAQUI+lk7e+
badoAJwJdK4XrqTpviE7KTetMMG2GhOWGwCdG6OE73MnZUfQu32I0Lj8OydxmYo=
=2Z9Z
-----END PGP SIGNATURE-----


?
Your comment

This issue is archived.

To comment on this conversation send an email to 37266@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 37266
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help