您的位置:首页 > 运维架构 > Linux

CentOS Device does not seem to be present

2014-12-13 15:42 232 查看
故障现象:

[root@c1node01 ~]# service network restart

Shutting down loopback insterface:                                                                                                        [   OK   ]

Bringing up loopback insterface:                                                                                                             [   OK   ]

Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED]

解决办法:

[root@c1node01 ~]# rm -rf /etc/udev/rules.d/70-persistent-net.rules

[root@c1node01 ~]# reboot

………………

[root@c1node01 ~]# service network restart

Shutting down loopback insterface:                                                                                                        [   OK   ]

Bringing up loopback insterface:                                                                                                             [   OK   ]

Bringing up interface eth0:                                                                                                                     [   OK   ]

[root@c1node01 ~]#
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Device does not seem