Hallo,
Beim Login heißt es, es gibt eine neuere Version:
Ubuntu 22.04.5 LTS xxx tty1 xxx login: root Password: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 6.8.12-22-pve x86_64) [...] New release '24.04.4 LTS' available. Run 'do-release-upgrade' to upgrade to it.
Dann fehlt angeblich der Internetzugriff:
root@xxx:~# do-release-upgrade Checking for a new Ubuntu release Could not download the release announcement Please check your internet connection.
Das Internet ist aber erreichbar:
root@xxx:~# apt update Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu jammy-security InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date.
Und hier lsb_release:
root@xxx:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.5 LTS Release: 22.04 Codename: jammy
Inhalt von /etc/update-manager/release-upgrades
# Default behavior for the release upgrader. [DEFAULT] # Default prompting and upgrade behavior, valid options: # # never - Never check for, or allow upgrading to, a new release. # normal - Check to see if a new release is available. If more than one new # release is found, the release upgrader will attempt to upgrade to # the supported release that immediately succeeds the # currently-running release. # lts - Check to see if a new LTS release is available. The upgrader # will attempt to upgrade to the first LTS release available after # the currently-running one. Note that if this option is used and # the currently-running release is not itself an LTS release the # upgrader will assume prompt was meant to be normal. Prompt=lts
Was tun?
LG Andrea