In /proc/sys/kernel you'll find the file "panic" and, starting with 2.6 kernels, "panic_on_oops".
The "panic" file controls whether or not the kernel will attempt to reboot after a panic. If "panic" is zero, it will just sit forever waiting for you to do something. Obviously that's not good for an unattended machine or a machine that is difficult to get to, or perhaps a machine with no monitor. In those cases, you probably want to set "panic" to some non-zero value. For example, setting it to "30" means the kernel will reboot after 30 seconds. Assuming the problem was transitory, you are back up and running. If not, well, when you eventually get in front of the thing, you'll be able to see the panic messages for 30 seconds. Remember that you need to rewrite on each boot.
It might be interesting to write a little script that checks the time it last wrote to "panic" and increments the amount if it was recent.. thereby increasing the time between reboots in the even the problem does not go away.
The "panic_on_oops" file is normally 0, but if set to 1, the kernel will delay a bit before reponding to the panic, thereby hopefully giving klogd a chance to write out what it knows about the problem.
More Articles by Tony Lawrence - Find me on Google+
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar