https://bugzilla.novell.com/show_bug.cgi?id=700174 https://bugzilla.novell.com/show_bug.cgi?id=700174#c0 Summary: wrong sysctl in /boot/sysctl.conf-3.0.0-rc2-1-default (and 2.6.39.2 for M2?) Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: bruno@ioda-net.ch QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 As dicussed in ML-kernel
In current kernel head there is an entry in sysctl.conf-3.0.0-rc2-1-default that says: kernel.hung_task_timeout = 0 which is an invalid sysctl value
it should say AFAICS kernel.hung_task_timeout_secs = 0 Also there references to private bugs (should be opened for read) # Increase defaults for IPC (bnc#146656) and # Disable the hung task timer by default. (bnc#552820) If we can add a comment in /etc/sysctl.conf (first place where people will have a look) to explain that distribution specific will be in /lib/sysctl.d and kernel-flavor in /boot/sysctl-xxxx.conf Reproducible: Always Steps to Reproduce: 1. Have 2.6.39+ kernel installed 2. shm values and kernel.hung_task_timeout should match previous kernel-flavors. 3. Actual Results: wrong values need to be changed Expected Results: Old good values and comment to drive people efficiently for local modifications -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.