|
Kernel Summit 2007 - an advance viewKernel Summit 2007 - an advance viewPosted Aug 30, 2007 18:57 UTC (Thu) by aegl (subscriber, #37581)In reply to: Kernel Summit 2007 - an advance view by intgr Parent article: Kernel Summit 2007 - an advance view
"Even if the kernel runs fine, keep your eye on dmesg for OOPSes -- these
If you are regularly testing development kernels, it is really useful to save the dmesg(1) output from every kernel that you boot. I added this to my /etc/rc.local
REL=`uname -r`
Then when I notice something odd happening I can check whether anything new and interesting showed up in the boot messages.
I've spotted a lot of issues by simply running diff(1) on the current and previous dmesg output.
(Log in to post comments)
Kernel Summit 2007 - an advance view Posted Sep 1, 2007 14:12 UTC (Sat) by kreutzm (subscriber, #4700) [Link] Or use a tool to scan your log files (like logcheck). When I try out a new kernel, I immediately get all new lines which I can then add to the log check rules after I acknowledged them (and possibly took other action).
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.