I am trying out a setup using proxmox. For the time being (development of my new server) I've moved to the no-subscription proxmox.
When I do apt-get upgrade, I get
This seems like a slightly more serious issue (after all, there is a kernel upgrade and the kernel is key to the whole thing). How do I interpret this?
When I do apt-get upgrade, I get
Code:
Hit:1 http://ftp.nl.debian.org/debian bullseye InRelease
Hit:2 http://ftp.nl.debian.org/debian bullseye-updates InRelease
Hit:3 http://security.debian.org bullseye-security InRelease
Get:4 http://download.proxmox.com/debian/pve bullseye InRelease [2,661 B]
Get:5 http://download.proxmox.com/debian/pve bullseye/pve-no-subscription amd64 Packages [305 kB]
Fetched 308 kB in 1s (274 kB/s)
Reading package lists... Done
root@pve:~# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
pve-kernel-5.15
The following packages will be upgraded:
e2fsprogs libcom-err2 libext2fs2 libknet1 libnozzle1 libnvpair3linux libproxmox-backup-qemu0 libproxmox-rs-perl
libpve-access-control libpve-cluster-api-perl libpve-cluster-perl libpve-common-perl libpve-http-server-perl
libpve-rs-perl libpve-storage-perl libss2 libuutil3linux libzfs4linux libzpool5linux logsave lxc-pve
proxmox-backup-client proxmox-backup-file-restore proxmox-widget-toolkit pve-cluster pve-container pve-edk2-firmware
pve-firmware pve-ha-manager pve-i18n pve-kernel-helper pve-lxc-syscalld pve-manager pve-qemu-kvm qemu-server spl
zfs-initramfs zfs-zed zfsutils-linux
39 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 115 MB of archives.
After this operation, 23.9 MB of additional disk space will be used.
Do you want to continue? [Y/n]
This seems like a slightly more serious issue (after all, there is a kernel upgrade and the kernel is key to the whole thing). How do I interpret this?