On 2025-02-27 15:59, Gary Dale wrote:
On 2025-02-14 22:00, Michael Stone wrote:
On Fri, Feb 14, 2025 at 09:42:10AM -0500, Gary Dale wrote:
All 3 systems have the linux-image-amd64 metapackage installed.
What does apt show -a linux-image-amd64 | grep -e Version -e Sources
-e Depends
return on each system?
If you
apt update
on each system, are there any error messages?
On RM1
# apt show -a linux-image-amd64 | grep -e Version -e Sources -e Depends
WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.
Version: 6.1.128-1
Depends: linux-image-6.1.0-31-amd64 (= 6.1.128-1)
APT-Sources: http://security.debian.org stable-security/main amd64
Packages
Version: 6.1.124-1
Depends: linux-image-6.1.0-30-amd64 (= 6.1.124-1)
APT-Sources: http://ftp.ca.debian.org/debian stable-updates/main amd64
Packages
Version: 6.1.123-1
Depends: linux-image-6.1.0-29-amd64 (= 6.1.123-1)
APT-Sources: http://ftp.ca.debian.org/debian stable/main amd64 Packages
# uname -a
#1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux
ON RM2
# apt show -a linux-image-amd64 | grep -e Version -e Sources -e Depends
WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.
Version: 6.1.128-1
Depends: linux-image-6.1.0-31-amd64 (= 6.1.128-1)
APT-Sources: http://security.debian.org/debian-security
stable-security/main amd64 Packages
Version: 6.1.124-1
Depends: linux-image-6.1.0-30-amd64 (= 6.1.124-1)
APT-Sources: http://ftp.ca.debian.org/debian stable-updates/main amd64
Packages
Version: 6.1.123-1
Depends: linux-image-6.1.0-29-amd64 (= 6.1.123-1)
APT-Sources: http://ftp.ca.debian.org/debian stable/main amd64 Packages
Version: 6.1.64-1
Config-Version: 6.1.64-1
Depends: linux-image-6.1.0-14-amd64 (= 6.1.64-1)
APT-Sources: /var/lib/dpkg/status
# uname -a
#1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/Linux
After today's upgrades, I note that RM1 showed these autoremove messages
"Removing linux-headers-6.1.0-30-amd64 (6.1.124-1) ..." and "Removing
linux-image-6.1.0-30-amd64 (6.1.124-1) ..." while RM2 showed "Removing
linux-headers-6.1.0-31-amd64 (6.1.128-1) ...". RM1 but no mention of
linux-image.