问题:

]$ service network restart
Restarting network (via systemctl):  Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.

解决方法:

1、检查

centos无法联网

2、service network restart

3、运行下列命令:
chkconfig network off
chkconfig network on
service NetworkManager stop
service NetworkManager start

相关文章:

  • 2021-05-20
  • 2022-01-01
  • 2022-12-23
  • 2021-09-10
  • 2021-05-04
  • 2022-02-07
  • 2021-04-17
  • 2022-12-23
猜你喜欢
  • 2022-01-01
  • 2022-01-01
  • 2022-01-01
  • 2021-06-13
  • 2021-09-03
  • 2022-12-23
相关资源
相似解决方案