On Mon, 2011-05-16 at 15:29 -0500, Bruce Dubbs wrote: > Pol Vangheluwe wrote: > > I see the following complaint when my LFS-6.8 systems starts up: > > > > pol [ /var/log ]$ dmesg | grep sshd > > sshd (344): /proc/344/oom_adj is deprecated, please use > > /proc/344/oom_score_adj instead. > > > I don't know if a newer version of openSSH already has tackled this > > problem. > > There is at first sight nothing about it on the openSSH website. > > I think that problem is fixed in openssh-5.8p1.tar.gz. > > BLFS is not updated as much as it should be. Always check if there is a > newer package. It is usually, but not always, OK to use the newer version.
A quick look in the code says you're right; in 5.8p2 at least, it's trying oom_score_adj first, and if that doesn't exist, calling back to oom_adj. Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
