[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: linux-image-3.2.0-4-486



On 11/04/2016 09:58 PM, Ben Hutchings wrote:


You should be able to extract the kernel log messages for the new
kernel version like this:

    { zcat /var/log/messages.{4,3,2}.gz ; cat /var/log/messages{.1,} ; } \
    | sed -n '/Debian 3\.2\.82-1/,/Debian 3\.2\.81-2/ { /kernel:/p }' \
    > kernel.log

However, it may be that any error messages were not logged to disk.

Ben.


Ok, I managed to produce an ~850 kB kernel.log file. Should I attach it to a mail? I used the command: zcat /var/log/messages.2.gz ; cat /var/log/messages.1 | sed -n '/Debian 3\.2\.82-1/,/Debian 3\.2\.81-2/ { /kernel:/p }' > kernel.log

Misko


Reply to: