【发布时间】:2015-04-13 21:50:29
【问题描述】:
我刚刚安装了 systemd,但我有一个失败的服务,proc-sys-fs-binfmt_misc.automount
我在这里看到它是 systemd 的一部分:
https://github.com/systemd/systemd/blob/master/units/proc-sys-fs-binfmt_misc.automount
这个文件重要吗?如何解决激活问题?
在我的 systemctl 状态下
Last login: Mon Apr 13 23:13:19 2015 from nor75-18-82-241-236-193.fbx.proxad.net
svassaux@vps127101:~$ systemctl status
proc-sys-fs-binfmt_misc.automount -> '/org/freedesktop/systemd1/unit/proc_2dsys_ 2dfs_2dbinfmt_5fmisc_2eautomount'
proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File Syste m Automount Point
Loaded: loaded (/lib/systemd/system/proc-sys-fs-binfmt_misc.automount; static )
Active: failed (Result: resources)
Where: /proc/sys/fs/binfmt_misc
Docs: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
【问题讨论】:
-
请版主将此迁移到 unix.stackexchange.com。这不是编程问题。
标签: linux service startup systemd