Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2762681
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

分类: LINUX

2011-03-17 11:56:37

 Error: Connection activation failed: Device not managed by NetworkManager
scenario:安装好rhel6后,reboot后,发现网卡eth0获取不到ip。
 service network restart, 有此错误弹出
解决方法:
  /etc/init.d/NetworkManager stop
  chkconfig NetworkManager off
  chkconfig network on
  service network restart
其实上面就是将NetworkManager服务停止,并设置成开机不随系统启动,然后设置network服务开机随系统启动! 重启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
 
阅读(2191) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~