SYSTEM INFORMATION | |
---|---|
OS type and version | Ubuntu Linux 24.04.1 |
Usermin version | 2.102 |
Virtualmin version | 7.20.2 |
Theme version | 21.20.7 |
Nginx version | 1.24.0 |
Package updates | All installed packages are up to date |
as proof of concept I did an in place upgrade from Ubuntu 22.04.5 to 24.04.1, all went reasonably well with one glitch the package repositories tab is now empty like this
on looking around in /etc/apt
sources.list now contains the following message
# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources
and the contents of ubuntu.sources is
Types: deb
URIs: http://archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
as you can see the format of the file is different. Is it the case that webmin can not read this new format ?
The output from apt update is
root@server:/etc/apt# apt update
Hit:1 http://as-repository.openvpn.net/as/debian noble InRelease
Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:3 https://software.virtualmin.com/vm/7/gpl/apt virtualmin InRelease
Hit:4 http://archive.ubuntu.com/ubuntu noble InRelease
Get:5 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Hit:6 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Ign:7 https://download.webmin.com/download/newkey/repository stable InRelease
Hit:8 https://download.webmin.com/download/newkey/repository stable Release
Fetched 126 kB in 2s (64.7 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
root@server:/etc/apt#
as you can see from this apt is reading the new format no problem so I guess webmin will update the system from apt correctly.
note virtualmin.list is in the old format for .list files and apt reads that fine. What I have not tried is converting ubuntu.sources into a list file would that work ?