looking for assistance tracking down why i don't have the ability to run gpg from the command line
Peter Lebbing
peter at digitalbrains.com
Thu Aug 15 12:43:42 CEST 2019
Hello,
> ni at quark:~/.ssh$ ps aux | grep 22009
> ni 7740 0.0 0.0 6076 892 pts/6 S+ 11:21 0:00 grep
> 22009
> ni 22009 2.0 0.2 89404 78536 ? RL 02:51 10:30 gpg
> --batch --no-sk-comments --status-fd 104 --no-tty --charset utf8
> --enable-progress-filter --exit-on-status-write-error --display :0
> --logger-fd 108 --with-colons --list-keys --
> 4E2247974AA5A23A5C92BB4DBB8B3D7331A9367F
That doesn't show which process is starting that gpg. I would start by
doing
$ ps fax | less
and then from within less type for instance
/22009<Enter>
which will search for the line containing that PID. Then you can see its
ancestry (the f option makes a -f-orest of parent/child relations).
There are more ways to investigate, but this seems a good start.
HTH,
Peter.
--
I use the GNU Privacy Guard (GnuPG) in combination with Enigmail.
You can send me encrypted mail if you want some privacy.
My key is available at <http://digitalbrains.com/2012/openpgp-key-peter>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.gnupg.org/pipermail/gnupg-users/attachments/20190815/f51cd778/attachment.sig>
More information about the Gnupg-users
mailing list