On 11/10/16 04:20, Richard Waterbeek wrote: > Hi Salvatore, Ozgur, > > You posted this url; https://www.debian.org/security/2016/dsa-3696 > > But, I have looked for a update and I went to Debian package search and > searched for; 'kernel image 686 > pae' > [https://packages.debian.org/search?suite=stable§ion=all&arch=any&searchon=names&keywords=kernel+image+686+pae] > > This gave one result, which is; 'kernel-image-3.16.0-4-686-pae-di' and > written with that, 'Linux kernel binary image for the Debian installer > 3.16.36-1+deb8u1: i386'
Check what kernel is your system running: # uname -a Linux hostname 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux The kernel packages for running system (not installer) are: linux-image-*** not kernel-image-*** You can chek what is installed by: dpkg -l|grep linux > And I read that I need a '+deb8u2' kernel? > > Can someone explain to me what to do next? I have the assumption that a > 'apt-get install "name-of-required-kerne-package"' would be sufficient? apt-get update; apt-get upgrade followed by reboot should be sufficient. -- Best Regards Vladislav Kurz