首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >"gpg-agent比我们老“警告消息,即使在运行gpgconf -杀死所有

"gpg-agent比我们老“警告消息,即使在运行gpgconf -杀死所有
EN

Unix & Linux用户
提问于 2019-08-22 09:17:37
回答 1查看 10.2K关注 0票数 11

我已经从源代码中安装了gpg版本2.2.17。

当我运行gpg --card-status gpg报告时:

代码语言:javascript
复制
gpg: WARNING: server 'gpg-agent' is older than us (2.2.4 < 2.2.17).
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.

我试过运行建议的gpgconf命令,但问题仍然存在。我还尝试过使用gpg2从Ubuntu存储库卸载sudo apt remove gpg2,然后重新运行gpgconf --kill all,但没有效果。

为了更好的措施,我甚至尝试重新启动我的计算机,以杀死旧版本的gpg-agent

此外,gpg-agent --version报告:

代码语言:javascript
复制
gpg-agent (GnuPG) 2.2.17
libgcrypt 1.8.4
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2019-08-22 12:31:43

感谢克莎拉南达帮我找到问题。

问题是gpg-agent仍然是通过apt安装的。运行sudo apt remove gpg-agent,然后运行gpgconf --kill all,修复了这个问题。

票数 17
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/536812

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档