1、问题

今日Linux环境突然出问题,ping本机IP都不行,重新网卡出现以下错误:

[ck@localhost ~]$ sudo systemctl start network.service
Job
for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details. [ck@localhost ~]$ sudo systemctl status network.service ● 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 一 2020-09-21 15:29:22 CST; 57s ago Docs: man:systemd-sysv-generator(8) Process: 3253 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE) 9月 21 15:29:22 localhost.localdomain network[3253]: RTNETLINK answers: File exists 9月 21 15:29:22 localhost.localdomain network[3253]: RTNETLINK answers: File exists 9月 21 15:29:22 localhost.localdomain network[3253]: RTNETLINK answers: File exists 9月 21 15:29:22 localhost.localdomain network[3253]: RTNETLINK answers: File exists 9月 21 15:29:22 localhost.localdomain network[3253]: RTNETLINK answers: File exists 9月 21 15:29:22 localhost.localdomain network[3253]: RTNETLINK answers: File exists 9月 21 15:29:22 localhost.localdomain systemd[1]: network.service: control process...1 9月 21 15:29:22 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/do.... 9月 21 15:29:22 localhost.localdomain systemd[1]: Unit network.service entered fai.... 9月 21 15:29:22 localhost.localdomain systemd[1]: network.service failed.

2.本次解决方案

[ck@localhost ~]$ sudo systemctl stop NetworkManager
[ck@localhost ~]$ sudo systemctl disable NetworkManager

 

相关文章:

  • 2021-10-30
  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2021-07-31
  • 2022-12-23
猜你喜欢
  • 2021-09-27
  • 2021-11-13
  • 2021-09-27
  • 2021-06-27
  • 2021-07-23
相关资源
相似解决方案