小编Foo*_*Bar的帖子

Docker 20.10.x 使系统在关闭或重新启动之前等待几分钟

我已成功将 Debian buster 升级到最新版本(Bullseye),之后,每当我想要重新启动或关闭它时,都需要几分钟才能完成,同时等待某些进程完成并显示以下消息:

watchdog: watchdog0: watchdog did not stop!
systemd-shutdown[1]: Syncing filesystem and block devices.
systemd-shutdown[1]: Sending SIGTERM to remaining process...
systemd-journald[372]: Received SIGTERM from PID 1 (systemd-shutdown).
systemd-shutdown[1]: waiting for process: containerd-shim.
Run Code Online (Sandbox Code Playgroud)

我的系统上安装了 docker,这似乎是问题的原因。

$ ps aux | grep containerd-shim
root        3420  0.0  0.1 1451744 21876 ?       Sl   11:07   0:00 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0dd6b89a62d...66cc5c0a44b6f01d77c -address /run/containerd/containerd.sock

$ dpkg -S /usr/bin/containerd-shim-runc-v2 
containerd: /usr/bin/containerd-shim-runc-v2

$ aptitude why containerd
i   docker.io Depends containerd
Run Code Online (Sandbox Code Playgroud)

我尝试在重新启动系统之前停止泊坞窗的服务/套接字。没有改变。

知道如何解决这个问题吗?


$ docker version
Client:
 Version: …
Run Code Online (Sandbox Code Playgroud)

shutdown debian systemd reboot docker

13
推荐指数
1
解决办法
3910
查看次数

如何正确更改 GPG 密钥的密码?

我正在尝试更改 GPG 密钥的密码。

其实,我改变了它使用的海马(也试过gpg --edit-keyspasswd,但是当我试图导出我的私钥,它要求我现在二人的密码(无论新老一个),并使用旧的子密钥。

现在我要记住两个复杂的密码!

更改 GPG 密钥密码的正确方法是什么?

gpg openpgp seahorse

4
推荐指数
2
解决办法
1435
查看次数

标签 统计

debian ×1

docker ×1

gpg ×1

openpgp ×1

reboot ×1

seahorse ×1

shutdown ×1

systemd ×1