启动时,我收到以下两条消息:
[FAILED] Failed to start LSB: Start NTP daemon.
See 'systemctl status ntp.service' for details.
[FAILED] Failed to start Cryptography Setup for sda7_crypt.
See 'systemctl status systemd-cryptsetup@sda7_crypt.service' for details.
[DEPEND] Dependency failed for Encrypted Volumes.
但是启动计算机后 NTP 似乎正在运行,并且我的 sda7_crypt 卷确实已安装。
$ systemctl status ntp.service
● ntp.service - LSB: Start NTP daemon
Loaded: loaded (/etc/init.d/ntp; bad; vendor preset: enabled)
Active: active (running) since Sat 2016-05-28 15:54:39 CDT; 1h 3min ago
Docs: man:systemd-sysv-generator(8)
Process: 32060 ExecStop=/etc/init.d/ntp stop (code=exited, status=0/SUCCESS)
Process: 32125 ExecStart=/etc/init.d/ntp start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/ntp.service
└─32138 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 117:125
May 28 15:54:42 Ubuntu ntpd[32138]: Soliciting pool server 109.75.177.149
May 28 15:54:43 Ubuntu ntpd[32138]: Soliciting pool server 104.236.236.18
May 28 15:54:43 Ubuntu ntpd[32138]: Soliciting pool server 148.251.127.15
May 28 15:54:43 Ubuntu ntpd[32138]: Soliciting pool server 85.254.217.3
May 28 15:54:43 Ubuntu ntpd[32138]: Soliciting pool server 85.214.194.162
May 28 16:18:21 Ubuntu ntpd[32138]: 81.88.24.155 local addr 192.168.0.25
May 28 16:22:56 Ubuntu ntpd[32138]: 85.214.194.162 local addr 192.168.0.2
May 28 16:26:28 Ubuntu ntpd[32138]: 195.138.69.242 local addr 192.168.0.2
May 28 16:27:23 Ubuntu ntpd[32138]: 144.76.202.253 local addr 192.168.0.2
May 28 16:28:36 Ubuntu ntpd[32138]: 148.251.127.15 local addr 192.168.0.2
那么为什么我的计算机显示失败?