In my MX 19 install, what kernel should I be on?
I cherish the fond hope that my distro will keep my kernel up to date with the latest security fixes, but I am not sure this is happening with my semi-regular "aptitude update;aptitude full-upgrade" regimen. Is it possible that, despite this rigorous maintenance program, my machine has been stuck on the same kernel since 2019?
I recently encountered a suggestion that auto-updating kernels were added in mx19. which is quite interesting. Perhaps this was after I did my install. Or perhaps my sources have taken a wrong turning?
dolphin_oracle wrote: ↑Thu Jan 28, 2021 6:44 amactually no. on mx18 the kernels do not auto-update. we added that in mx19, and even then only for the current debian stable kernel.teddyk67 wrote: ↑Wed Jan 27, 2021 11:10 pmThat could explain why the kernel wasn't auto-updating on the machine.dolphin_oracle wrote: ↑Wed Jan 27, 2021 11:06 pm update to sent the repo, probably hit tomorrow.
thanks for the reports!
you can get kernel 4.9 to autoupdate on mx18 by installing the linux-image-* package that matches your architecture (i386 or amd64 for 32bit/64bit respectively).
Code: Select all
$ date
Tue 08 Jun 2021 08:15:04 PM SAST
$ sudo aptitude update
Hit http://deb.debian.org/debian buster-updates InRelease
Hit http://deb.debian.org/debian buster InRelease
Hit http://deb.debian.org/debian-security buster/updates InRelease
Hit http://mxrepo.com/mx/repo buster InRelease
:/var/cache/apt/archives
$ sudo aptitude search 'linux-image ?installed'
i linux-image-4.19.0-6-amd64-unsigned - Linux 4.19 for 64-bit PCs
:/var/cache/apt/archives
$ uname -a
Linux 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux
:/var/cache/apt/archives
$
Am I interpreting the words of the oracle correctly when I conclude that if I install "current debian stable kernel", I will find myself on the kernel upgrade train? Is that the one referred to in MXPI as
Code: Select all
Debian 64 bit (4.19)
Default Debian kernel Meltdown patched, 64bit
Packages to be installed: linux-image-amd64 linux-headers-amd64
Code: Select all
$ sudo aptitude show linux-image-amd64
Package: linux-image-amd64
Version: 4.19+105+deb10u11
State: not installed
Priority: optional
Section: kernel
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: amd64
Uncompressed Size: 18.4 k
Depends: linux-image-4.19.0-16-amd64
Provides: linux-latest-modules-4.19.0-16-amd64
Description: Linux for 64-bit PCs (meta-package)
This package depends on the latest Linux kernel and modules for use on PCs with AMD64, Intel 64 or
VIA Nano processors.
:/var/cache/apt/archives
I hope someone can guide me to getting back on the security update train. Or perhaps just do me a kindness in shattering the illusion that there is such a mechanism?