问题登场
systemctl restart nework 失败,报错:
Failed to start LSB Bring up/down networking
[root@centos7_009 network-scripts]# systemctl status network
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2020-02-27 19:26:14 CST; 12s ago
Docs: man:systemd-sysv-generator(8)
Process: 2486 ExecStop=/etc/rc.d/init.d/network stop (code=exited, status=0/SUCCESS)
Process: 2668 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
Feb 27 19:26:09 centos7_009 systemd[1]: Starting LSB: Bring up/down networking...
Feb 27 19:26:09 centos7_009 network[2668]: Bringing up loopback interface: [ OK ]
Feb 27 19:26:09 centos7_009 network[2668]: Bringing up interface Wired_connection_1: ERROR : [/etc/sysconfig/network-scripts/ifup-eth] Device has different MAC addres...d, ignoring.
Feb 27 19:26:09 centos7_009 net

在尝试使用systemctl restart network命令时遇到错误'Failed to start LSB Bring up/down networking'。解决方案是删除非必要的网络配置文件ifcfg-Wired_connection_1,保留ifcfg-ens32和ifcfg-lo,问题得到解决。
最低0.47元/天 解锁文章
618

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



