我最近将运行 18.04 的服务器升级到了 20.04。就地升级似乎进展顺利,安装顺利,但最终目标是升级到 22.04,当我运行 do-release-upgrade 命令再次升级时,它会挂断:
Checking for a new Ubuntu release
取消 do-release-upgrade 后我得到了这个输出]:
我按照列出的步骤进行操作这篇 Ask Ubuntu 帖子并尝试使它们适应我们的静态设置并对引用的文件进行更改,但我仍然无法通过主机名升级或 ping 。
我的 /etc/network/interfaces 文件如下:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 10.1.0.251
netmask 255.255.255.0
network 10.1.0.0
broadcast 10.1.0.255
gateway 10.1.0.1
dns-nameservers 72.1.48.132 8.8.8.8
任何帮助将不胜感激!