您的位置:首页 > 大数据 > 人工智能

Connection activation failed Device not managed by NetworkManager

2012-10-11 14:31 369 查看
Connection activation
failed Device not managed by NetworkManager

系统中有两个服务在管理网络,所以需要停掉一个,

‍1. Remove Network Manager from startup Services.

chkconfig NetworkManager off

2. Add Default Net Manager

chkconfig network on

Stop NetworkManager first

service NetworkManager stop

and then start Default Manager

service network restart

or you can change it easy:

system-config-network

uncheck the box that sets the eth0 as managed by NetworkManager and set IP info from there.

system-config-services

stop and disable NetworkManager , start and enable network

you have problem because both of NetworkManager and Network using same Network driver and default network blocking access for NetworkManager. if you disable NetworkManager your problem will disappeared after restart.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐