On Tue, 16 Nov 2010 00:31:00 +0100, Jesper Juhl said: > I'm not going into the debate about whether or not deprecating one tunable > for two years is sufficient or not. I'm simply going to mention one app > that I know of that needs to be converted to use "oom_score_adj" on my > box : > > [jj@dragon ~]$ uname -a > Linux dragon 2.6.37-rc1-ARCH-00542-g0143832-dirty #1 SMP PREEMPT Mon Nov 15 2 2:01:52 CET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz GenuineIntel GNU/Linux > [jj@dragon ~]$ dmesg | grep oom_adj > start_kdeinit (1502): /proc/1502/oom_adj is deprecated, please use /proc/1502/oom_score_adj instead. Make that 2 common apps: % uname -a Linux turing-police.cc.vt.edu 2.6.37-rc1-mmotm1109 #1 SMP PREEMPT Wed Nov 10 12:30:17 EST 2010 x86_64 x86_64 x86_64 GNU/Linux % dmesg | grep oom [ 89.981594] sshd (4168): /proc/4168/oom_adj is deprecated, please use /proc/4168/oom_score_adj instead. % rpm -q openssh openssh-5.6p1-16.fc15.x86_64 5.6p1 is the latest-n-greatest released version on www.openssh.org, so somebody probably needs to rattle their chain...