This topic created in 3106 days ago, the information mentioned may be changed or developed.
情况是这样:
在 Linode 克隆 vps 至新 vps ( Debian 8 系统)
新的机器 ssh 死活无法启动,手动在 console 里运行 /usr/sbin/sshd -d 能运行,也不报错。
输入 systemctl start ssh
Job for ssh.service canceled.
systemctl status ssh 里只有一排
Oct 26 06:57:23 debian systemd[1]: Stopped OpenBSD Secure Shell server.
1 replies • 2017-10-26 07:44:56 +08:00
 |
|
1
baskice Oct 26, 2017
最后发现原因是挂载的第三个硬盘不存在,/etc/fstab 里去掉挂载,所有错误都消失了 orz
|