From 5310aa5e9871c7fbde7c1f4abec68ef9c4c89c50 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 20 Jun 2008 19:33:27 -0400 Subject: added george changelog entry about oom_adj log noise fix --- doc/george/changelog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/george/changelog') diff --git a/doc/george/changelog b/doc/george/changelog index c157cec..22807d1 100644 --- a/doc/george/changelog +++ b/doc/george/changelog @@ -7,7 +7,14 @@ * changes to this system * ****************************************************************************** -2008-06-20 - dkg +2008-06-20 - micah + * Commented out the 'export SSHD_OOM_ADJUST=-17' from the + /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from + /etc/default/ssh in order to make this error go away: + "error writing /proc/self/oom_adj: Operation not permitted" + (c.f. Debian #487325) + +200r-06-20 - dkg * touched /etc/environment to get rid of some spurious auth.log entries. * turned up sshd's LogLevel from INFO to DEBUG -- cgit v1.2.3 From 9502270f2329bf6dc4ba77e25b87c7cda756ecec Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 21 Jun 2008 15:28:05 -0400 Subject: adjust the oom_adj tweak. I didn't like the fact that the initscript was being modified, instead implemented a way to make it go away by only modifying /etc/default/ssh --- doc/george/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/george/changelog') diff --git a/doc/george/changelog b/doc/george/changelog index 22807d1..ab97bf3 100644 --- a/doc/george/changelog +++ b/doc/george/changelog @@ -7,6 +7,10 @@ * changes to this system * ****************************************************************************** +2008-06-21 - micah + * Restored /etc/init.d/ssh to original package state and changed + /etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead. + 2008-06-20 - micah * Commented out the 'export SSHD_OOM_ADJUST=-17' from the /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from -- cgit v1.2.3