Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gpg-agent不断记录(每 2 秒)到syslog:
gpg-agent
syslog
gpg: can't connect to the agent: IPC connect call failed
我遵循了这一点,但这实际上是不可能的,因为一旦进程被杀死,它会自动重生,我无法永久杀死它。我也尝试gpgconf --kill gpg-agent过同样的结果。
gpgconf --kill gpg-agent
我在 Debian Stretch 上。如何终止此过程?为什么会syslog被这些信息填满?