Starting NFS common utilities: statd failed!解决方法

在装完debian6系统后,重新编译了3.10.5的内核,安装完新内核后,重启系统,发现停在

Starting NFS common utilities: statd
很久,然后接下来出现 failed 


上网找了好些资料,最后发现原因是由于没有配置本地回环接口lo,只要编辑/etc/network/interfaces

vi /etc/network/interfaces
在该文件中添加lo的相关设置即可

auto lo
iface lo inet loopback




你可能感兴趣的:(Debian,NetWork)