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, or "dpkg -l linux-image\* | cat" to get the installed kernel versions. 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.