Ubuntu 14.04.5 LTS:
I inherited an Ubuntu server that does not appear to be getting the correct automatic updates for latest Ubuntu patches.
My installed version of the kernel is 3.16.0-30. I'm getting 3.13.0-xx instead.
How do I get this fixed up so I can start receiving updates for 3.16.x instead of 3.13.x.
Example:
$ uname -r
**3.16.0-30-generic**
dpkg --list 'linux-image*'
ii linux-image-**3.13.0-100**-generic 3.13.0-100.147 amd64
ii linux-image-**3.13.0-101**-generic 3.13.0-101.148 amd64
ii linux-image-**3.13.0-103**-generic 3.13.0-103.150 amd64
/boot# ls -ltra
total 62338
-rw-r--r-- 1 root root 178680 Mar 12 2014 memtest86+_multiboot.bin
-rw-r--r-- 1 root root 178176 Mar 12 2014 memtest86+.elf
-rw-r--r-- 1 root root 176500 Mar 12 2014 memtest86+.bin
-rw------- 1 root root 6345104 Jan 15 2015 vmlinuz-3.16.0-30-generic
-rw------- 1 root root 3511040 Jan 15 2015 System.map-3.16.0-30-generic
-rw-r--r-- 1 root root 171768 Jan 15 2015 config-3.16.0-30-generic
-rw-r--r-- 1 root root 1207386 Jan 15 2015 abi-3.16.0-30-generic
drwx------ 2 root root 12288 Dec 3 2015 lost+found
-rw-r--r-- 1 root root 20686864 Oct 7 10:55 initrd.img-3.16.0-30-generic
-rw------- 1 root root 5849616 Dec 6 12:22 vmlinuz-3.13.0-106-generic
-rw------- 1 root root 3399674 Dec 6 12:22 System.map-3.13.0-106-generic
-rw-r--r-- 1 root root 166061 Dec 6 12:22 config-3.13.0-106-generic
-rw-r--r-- 1 root root 1166834 Dec 6 12:22 abi-3.13.0-106-generic
-rw-r--r-- 1 root root 20506058 Dec 20 06:35 initrd.img-3.13.0-106-generic
drwxr-xr-x 4 root root 4096 Dec 20 10:39 .
drwxr-xr-x 5 root root 1024 Dec 20 10:39 grub
drwxr-xr-x 22 root root 4096 Dec 20 10:39 ..
apt-cache policy
or similar tool, check which version(s) oflinux-generic*
you have installed. Maybe it's an ancient package trying to pull this in. – Organic Marble Dec 16 '16 at 15:43