码迷,mamicode.com
首页 > 系统相关 > 详细

解决Linux中遇到No such device

时间:2016-05-27 19:54:38      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:

虚拟机备份转移后,网络启动异常,提示“SIOCSIFADDR: No such device”

he problem lies in the fact that ethernet MAC addresses are cached. 

You need to remove a file to clear the cached value: 

问题是由于以太网MAC地址被缓存。 你需要删除一个文件来清除缓存值:

$ sudo rm /etc/udev/rules.d/70-persistent-net.rules 
$ reboot

重启后就恢复正常!

解决Linux中遇到No such device

标签:

原文地址:http://www.cnblogs.com/DaDaOnline/p/5535592.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!