On 12/5/05, Robert Citek <[EMAIL PROTECTED]> wrote: > That's fine for giving me a listing. For example: > > $ sudo sysctl -A | grep -i panic > kernel.unknown_nmi_panic = 0 > kernel.panic_on_oops = 1 > kernel.panic = 0 > > Now the question is what do each of those parameters do? What do the > default values mean? What other values are accepted? > > Unfortunately, the man pages don't give me a clue of where to look to > find the answer.
Install the kernel-source package for your distro and look in /usr/src/linux/Documentation/sysctl. The README file should give you a start. dd -- David Dooling _______________________________________________ CWE-LUG mailing list [email protected] http://www.cwelug.org/ http://www.cwelug.org/archives/ http://www.cwelug.org/mailinglist/
