Public bug reported:
Hi,
I am running ubuntu 10.04 with most recent kernel based on this link
https://wiki.ubuntu.com/KernelTeam/GitKernelBuild. I had experienced a
strange issue that with 3.7.0-rc4. the ssh service fail to start, but
with 3.6.0 kernel, ssh service startup fine. I did 'strace -t
another kernel developer noticed the same issue and think it is user
space problem, that is why I filed a bug report here.
http://marc.info/?l=linux-netdev&m=135249445430308&w=2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://
sorry for missing the log, so when I run 'service ssh start', I got
error in /var/log/syslog:
Nov 12 11:24:34 init: Failed to spawn ssh pre-start process:
unable to set oom adjustment: No such file or directory
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You receive
I did further debugging and noticed:
3.6.0:
# ls -l /proc/1/oom*
-r--r--r-- 1 root root 0 2012-11-12 11:31 /proc/1/oom_score
-rw-r--r-- 1 root root 0 2012-11-12 11:31 /proc/1/oom_score_adj
3.7.0-rc4:
# ls -l /proc/1/oom*
-rw-r--r-- 1 root root 0 2012-11-12 11:41 /proc/1/oom_adj
-r--r--r-- 1 roo
I am running the latest upstream kernel to come across this bug, it is
upstream commit 01dc52ebd removed deprecated kernel knob oom_adj and
somehow either upstart or init still referencing the deprecated oom_adj.
this is not kernel bug in my 2 cents.
--
You received this bug notification because