无法设置挂载命名空间:/run/systemd/unit-root/dev:我的所有 Ubuntu 服务器中的参数无效

无法设置挂载命名空间:/run/systemd/unit-root/dev:我的所有 Ubuntu 服务器中的参数无效

从昨天开始,我的一些服务突然停止了(不同服务器上的不同服务),并出现以下错误(所有错误都相同):

Failed to set up mount namespacing: /run/systemd/unit-root/dev: Invalid argument
Failed at step NAMESPACE spawning /usr/sbin/PACKAGE: Invalid argument

我当前提供服务的解决方法start是:

systemctl edit THAT_SERVICE

添加以下行:

[Service]
PrivateDevices=yes

然后:

systemctl daemon-reload
systemctl restart THAT_SERVICE

我在 Google 上搜索了很多次,但没有找到有关此问题的任何信息。

相关内容