Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1683135
  • 博文数量: 782
  • 博客积分: 2455
  • 博客等级: 大尉
  • 技术积分: 4140
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-06 21:37
个人简介

Linux ,c/c++, web,前端,php,js

文章分类

全部博文(782)

文章存档

2015年(8)

2014年(28)

2013年(110)

2012年(307)

2011年(329)

分类: LINUX

2011-05-10 22:11:31

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.


阅读(1277) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~