Error: Connection activation failed: Device not managed by NetworkManager
解决办法:
chkconfig NetworkManager off
service NetworkManager stop
chkconfig network on
service network start
cent的两种网络管理软件。
本文介绍了解决Linux环境下遇到的“Connection activation failed: Device not managed by NetworkManager”错误的方法。通过禁用NetworkManager服务并启用传统网络服务来解决设备不受NetworkManager管理的问题。
Error: Connection activation failed: Device not managed by NetworkManager
解决办法:
chkconfig NetworkManager off
service NetworkManager stop
chkconfig network on
service network start
1311
1442

被折叠的 条评论
为什么被折叠?