gpg-agent[17546]: command get_passphrase failed: Inappropriate ioctl for device gpg: problem with the agent: Inappropriate ioctl for device gpg: decryption failed: No secret key It never ask me for the passphrase, shouldn't it to this? Member annejan commented Feb 2, 2016 Where did you...
https://gpgtools.tenderapp.com/discussions/beta/2239-gpg-problem-with-the-agent-timeout-gpg-skipped https://unix.stackexchange.com/questions/242469/gpg2-decryption-timeout-no-secret-key https://stackoverflow.com/questions/28802525/unable-to-generate-gpg-keys-in-linux refs ©xgqfrms 2012-2021 w...
gpg2 always requires the agent. --gpg-agent-info This is dummy option. It has no effect when used with gpg2. --lock-once Lock the databases the first time a lock is requested and do not release the lock until the process termi- nates. --lock-multiple Release the locks every time ...
time="2022-10-06T09:10:58Z" level=info msg="gpg --no-permission-warning --logger-fd 1 --batch --gen-key /tmp/gpg-key-recipe3419147315" dir= execID=0ca0f time="2022-10-06T09:11:04Z" level=debug msg="gpg: can't connect to the agent: End of file\ngpg: agent_genkey failed...
If this command is used with --batch, --pinentry-mode has been set to loopback, and one of the passphrase options (--passphrase, --passphrase-fd, or --passphrase-file) is used, the supplied passphrase is used for the new key and the agent does not ask for it. To create a key...
If this command is used with --batch, --pinentry-mode has been set to loopback, and one of the passphrase options (--passphrase, --passphrase-fd, or --passphrase-file) is used, the supplied passphrase is used for the new key and the agent does not ask for it. To create a key...
The main problem I’m having with the script at the moment is that it doesn’t autolock the screen when you remove the key because gnome-screensaver-command is lacking the necessary environment variables to find the DBUS socket it needs to talk to its backend. Need to read up on DBUS/gn...
_("getpin_cb called with flags set in info string `%s'\n"), info); err =gpg_error(GPG_ERR_INV_VALUE);/* FIXME? */gotoout; } } err = frob_info_msg (info, &info_frobbed);if(err) { log_msg_error (ctx->loghandle,
log_error ("error: GnuPG agent version \"%s\" is too old. ", agent_version); log_info ("Please make sure that a recent gpg-agent is running.\n"); log_info ("(restarting the user session may achieve this.)\n"); log_info ("migration aborted\n"); ...
Also worth noting, manually killing gpg-agent or scdaemon does NOT fix the problem.The only thing that does (on the rare occasion it pops up again) is opening and closing the Yubico AuthenticatorORIGINAL QUESTION:I am getting the following error when trying to use the gpg to access the ...