我最近安装了 Linux Mint 18.1。我的系统似乎工作正常,但在过去的几个小时里我一直看到/var/log/syslog
如下所示的行:
Dec 30 16:18:04 myhost dbus[848]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
我发现一些论坛帖子建议我看看systemctl status shadow.service
告诉我的是什么。嗯,这是:
# systemctl status shadow.service
● shadow.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
但它并没有确切地说出缺少什么。
为什么会发生这种情况?我能做什么呢?