Error editing connection: did not find a connection with UUID ‘(null)’

PXE自动部署ubuntu16.04之后网络无法配置
sudo vi /etc/network/interfaces

#interfaces(5) file used by ifup(8) and ifdown(8)
#auto lo
#iface lo inet loopback
#auto ens33
#iface ens33 inet dhcp

用#将文件全部注释
Next, stop and restart the NetworkManager.service with:

sudo systemctl stop NetworkManager.service
sudo systemctl start NetworkManager.service
停止网络服务,然后重启,如果不行就重启系统。

引用自https://askubuntu.com/questions/879508/error-editing-connection-did-not-find-a-connection-with-uuid-null

相关文章:

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