Maison > Questions et réponses > le corps du texte
ringa_lee2017-04-17 16:53:31
留意到截图里这样几句报错:
[FAILED] Failed to start Preprogress MPS configuration
[FAILED] Failed to start Crash recovery kernel arming
[FAILED] Failed to start Create Volatile Files and Directories
[FAILED] Failed to start Update UTMP about System Boot/Shutdown
[FAILED] Failed to mount /home
搜索了SO, SE相关板块后得到以下可能解决方案:
https://unix.stackexchange.co...
https://bbs.archlinux.org/vie...
以上两个方案均是以能够启动服务器为前提, 仅供参考.
https://www.centos.org/forums...
PHP中文网2017-04-17 16:53:31
目测是你/etc/fstab里面写的挂载nfs造成的。
记的nfs的挂载要加上 _netdev 参数,这样nfs就会在网络服务器启动完后,再挂载。
举个例子:
# vi /etc/fstab
remote_host:/home /remote_home nfs rw,nosuid,_netdev 0 0