August 2018
Intermediate to advanced
482 pages
12h 44m
English
One of the biggest issues with the Linux kernel is kernel panic. It is similar to the Blue Screen of Death for Microsoft Windows operating systems. If the kernel panics, it will dump a lot of information on the screen and just stay there. It is very difficult to trace a kernel panic if the system is rebooted as no logs are created for it. To solve this issue, we can use Netconsole. It is a kernel module that helps by logging kernel printk messages over UDP. This is helpful with debugging problems when logging on disk fails.
Read now
Unlock full access