I am running a VM with (supposedly) Debian/Stable but it actually seems to be stuck back at old-stable. The VM is my Samba Domain Controller.
# apt
update
Hit:1
http://deb.debian.org/debian stable InRelease
Hit:2
http://security.debian.org/debian-security stable-security
InRelease
Hit:3
http://deb.debian.org/debian stable-updates InRelease
Get:4
http://deb.debian.org/debian stable/contrib Sources [52.3 kB]
Get:5
http://deb.debian.org/debian stable/contrib amd64 Packages [53.8
kB]
Get:6
http://deb.debian.org/debian stable/contrib Translation-en [49.6
kB]
Fetched 156
kB in 0s (451 kB/s)
All
packages are up to date.
# apt-mark
showhold
# uname -a
Linux
<server name> 6.1.0-21-amd64 #1 SMP PREEMPT_DYNAMIC Debian
6.1.90-1 (2024-05-03) x86_64 GNU/Linux
apt update claims to be getting the packages from stable and
apt-mark shows there is nothing on hold but the Kernel is not the
same as the Kernels on my other Debian/Stable machines. Stable is
currently at 6.12.63 on the host server. The VM has been restarted
several times over the last 6 months (every time the host server
shuts down - like today when an extended power outage shut down
everything).
Does anyone have any idea on what's causing this?
Thanks.