Skip to content

Instantly share code, notes, and snippets.

@colemickens
Created September 11, 2020 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemickens/7370bd12a3a10f4422ded1dd3790b7f5 to your computer and use it in GitHub Desktop.
Save colemickens/7370bd12a3a10f4422ded1dd3790b7f5 to your computer and use it in GitHub Desktop.
~ ------------------------------------------------------------------------------------------------ 01:24:00
> systemctl --user status gpg-agent
● gpg-agent.service - GnuPG cryptographic agent and passphrase cache
Loaded: loaded (/nix/store/6mp4696y177i7flcc8ydiwb81yk1rga4-home-manager-files/.config/systemd/user/gpg->
Active: inactive (dead) since Fri 2020-09-11 01:23:16 PDT; 51s ago
TriggeredBy: ● gpg-agent-extra.socket
● gpg-agent.socket
● gpg-agent-ssh.socket
Docs: man:gpg-agent(1)
Process: 22077 ExecStart=/nix/store/yvnd02rbdsin2waamh9kb94klipajbhi-gnupg-2.2.20/bin/gpg-agent --supervi>
Main PID: 22077 (code=exited, status=0/SUCCESS)
Sep 11 01:23:01 slynux gpg-agent[22079]: [116B blob data]
Sep 11 01:23:01 slynux gpg-agent[22077]: can't connect to the PIN entry module '/nix/store/yvnd02rbdsin2waamh>
Sep 11 01:23:01 slynux gpg-agent[22079]: scdaemon[22079]: PIN callback returned error: IPC call has been canc>
Sep 11 01:23:01 slynux gpg-agent[22079]: scdaemon[22079]: app_decipher failed: IPC call has been cancelled
Sep 11 01:23:01 slynux gpg-agent[22077]: smartcard decryption failed: No pinentry
Sep 11 01:23:01 slynux gpg-agent[22077]: command 'PKDECRYPT' failed: No pinentry
Sep 11 01:23:16 slynux gpg-agent[22077]: SIGTERM received - shutting down ...
Sep 11 01:23:16 slynux gpg-agent[22077]: gpg-agent (GnuPG) 2.2.20 stopped
Sep 11 01:23:16 slynux gpg-agent[22079]: scdaemon[22079]: scdaemon (GnuPG) 2.2.20 stopped
Sep 11 01:23:16 slynux systemd[2680]: gpg-agent.service: Succeeded.
~ -------------------------------------------------------------------------------------------- 6s 01:24:12
> systemctl --user restart gpg-agent
Failed to restart gpg-agent.service: Operation refused, unit gpg-agent.service may be requested by dependency only (it is configured to refuse manual start/stop).
See user logs and 'systemctl --user status gpg-agent.service' for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment