Shutting down interface eth1: Error: Device ‘eth1′ NetworkManager/Devices/1 disconnecting failed: This device is not active
在Oracle enterprise Linux上當我重新啟動網絡服務時,遇到以下錯誤:
# service network restart
Shutting down interface eth0: Device state: 3 (disconnected)
[ OK ]
Shutting down interface eth1: Error: Device ‘eth1′ (/org/freedesktop/NetworkManager/Devices/1) disconnecting failed: This device is not active
[FAILED]
Shutting down interface eth2: Error: Device ‘eth2′ (/org/freedesktop/NetworkManager/Devices/2) disconnecting failed: This device is not active
[FAILED]
Shutting down interface eth3: Error: Device ‘eth3′ (/org/freedesktop/NetworkManager/Devices/3) disconnecting failed: This device is not active
---------------------------------------------------------------------------------------------------------------------------------------
解決方案如下:
停用NetworkManager後再重新啟動服務即可解決問題(restart network service)
[[email protected] network-scripts]# service NetworkManager stop
Stopping NetworkManager daemon: [ OK ]
[[email protected] network-scripts]# chkconfig NetworkManager off
[[email protected] network-scripts]# chkconfig network on
[[email protected] network-scripts]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
[[email protected] network-scripts]#
http://www.itpub.net/thread-1830285-1-1.html