[opensuse] how to set /proc/sys/kernel/hung_task_timeout_secs ?
i'm attempting to work around a kernel-bug on openSUSE 11.1. a purported fix for Debian suggests setting echo 0 > /proc/sys/kernel/hung_task_timeout_secs but it's missing on 11.1. trying to add to sysctl.conf, echo "kernel.hung_task_timeout_secs=0" >> /etc/sysctl.conf so as to to survive boot, i get in boot.msg, /proc/sys/kernel/hung_task_timeout_secs: No such file or directory" error. how do i set this value, and get it to stick? is it named something else on opensuse? thanks. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
PGNet wrote:
i'm attempting to work around a kernel-bug on openSUSE 11.1. a purported fix for Debian suggests setting
echo 0 > /proc/sys/kernel/hung_task_timeout_secs [snip] how do i set this value, and get it to stick? is it named something else on opensuse?
No, the name is the same, but AFAICT it wasn't compiled in. You can check your kernel config: zgrep CONFIG_DETECT_SOFTLOCKUP /proc/config.gz /Per -- Per Jessen, Zürich (11.4°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, Apr 21, 2009 at 11:22 PM, Per Jessen <per@opensuse.org> wrote:
No, the name is the same, but AFAICT it wasn't compiled in. You can check your kernel config:
and that's the problem, zgrep CONFIG_DETECT_SOFTLOCKUP /proc/config.gz # CONFIG_DETECT_SOFTLOCKUP is not set thanks for pointing that out! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Per Jessen
-
PGNet