On 06/30/2017 10:30 AM, Greg Wooledge wrote:
On Fri, Jun 30, 2017 at 10:24:15AM -0400, RavenLX wrote:
Here's what's on the system:
ravenlx@hpg7:~$ uname -r
4.9.0-3-amd64
That only tells you the package name, not the version. Use "uname -a"
to get the actual running version,
ravenlx@hpg7:~$ uname -a
Linux hpg7 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)
x86_64 GNU/Linux
or "dpkg -l linux-image\* | cat"
to get the installed kernel versions.
ravenlx@hpg7:~$ dpkg -l linux-image\* | cat
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=========================-===============-============-===================================
un linux-image <none> <none> (no
description available)
ii linux-image-4.9.0-3-amd64 4.9.30-2+deb9u2 amd64 Linux 4.9 for
64-bit PCs
ii linux-image-amd64 4.9+80 amd64 Linux for
64-bit PCs (meta-package)
Someone else mentioned unattended upgrades, which is a thing I have
never used, and which is also a thing I would disable if I ever found
it running. But that's just me.
I would like to do that but don't know how. Anyone caring to enlighten
me without me having to bother poor old Mr. Google yet again - it would
be appreciated. :)