<div dir="ltr"><div>Hi,</div><div><br></div><div>I've run into this issue when my package manager updates gnupg without killing running gpg-agent daemons.</div><div><br></div><div>I think you have a previous (old version) gpg-agent daemon still running. You can see if that's the case by looking at the output of 'ps x'. I would recommend killing that daemon by using 'gpgconf --kill gpg-agent'. Your next invocation of a gpg command will launch a fresh daemon using the correct version.</div><div><br></div><div>Chris<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 11 Jul 2019 at 11:50, Matthias Herrmann via Gnupg-users <<a href="mailto:gnupg-users@gnupg.org">gnupg-users@gnupg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello<br>
<br>
I've recently upgraded to Debian buster, and then upgraded gpg by<br>
downloading and installing the new version 2.2.17.<br>
Now, I get this warning:<br>
<br>
> gpg: WARNING: server 'gpg-agent' is older than us (2.2.12 < 2.2.17)<br>
<br>
$ gpg --version<br>
gpg (GnuPG) 2.2.17<br>
libgcrypt 1.8.4<br>
<br>
$ which gpg-agent<br>
/usr/local/bin/gpg-agent<br>
<br>
$ /usr/local/bin/gpg-agent --version<br>
gpg-agent (GnuPG) 2.2.17<br>
libgcrypt 1.8.4<br>
<br>
$ gpgconf --list-dirs<br>
sysconfdir:/usr/local/etc/gnupg<br>
bindir:/usr/local/bin<br>
libexecdir:/usr/local/libexec<br>
libdir:/usr/local/lib/gnupg<br>
datadir:/usr/local/share/gnupg<br>
localedir:/usr/local/share/locale<br>
socketdir:/run/user/1000/gnupg<br>
<br>
$ whereis gpg-agent<br>
gpg-agent: /usr/bin/gpg-agent /usr/local/bin/gpg-agent<br>
/usr/share/man/man1/gpg-agent.1.gz<br>
<br>
and:<br>
$ /usr/bin/gpg-agent --version<br>
gpg-agent (GnuPG) 2.2.12<br>
libgcrypt 1.8.4<br>
<br>
$ echo $PATH<br>
/usr/local/bin /usr/bin /bin /usr/local/games /usr/games<br>
<br>
I've even tried to add agent-program /usr/local/bin/gpg-agent to gpg.conf<br>
<br>
I don't know why the "wrong" agent gets started, can you please help me?<br>
<br>
-Hermi<br>
<br>
_______________________________________________<br>
Gnupg-users mailing list<br>
<a href="mailto:Gnupg-users@gnupg.org" target="_blank">Gnupg-users@gnupg.org</a><br>
<a href="http://lists.gnupg.org/mailman/listinfo/gnupg-users" rel="noreferrer" target="_blank">http://lists.gnupg.org/mailman/listinfo/gnupg-users</a><br>
</blockquote></div>