Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Issue 6794003: sys-apps/baselayout: set kernel.watchdog_thresh sysctl to 10 seconds (Closed)

Created:
9 years, 8 months ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, msb+crosoverlay_chromium.org, adlr+crosoverlay_chromium.org, anush
Visibility:
Public.

Description

sys-apps/baselayout: set kernel.watchdog_thresh sysctl to 10 seconds kernel.softlockup_thresh was changed to kernel.watchdog_thresh in the new kernels. BUG=13326 TEST=See below. localhost ~ # cat /proc/sys/kernel/watchdog_thresh 60 localhost ~ # gmerge baselayout ... localhost ~ # reboot localhost ~ # logout Connection to machine closed. msb@msb:~ $ ssh root@machine Last login: Fri Apr 1 16:03:09 PDT 2011 from host on pts/0 localhost ~ # cat /proc/sys/kernel/watchdog_thresh 10 Change-Id: I47445264f1b9fba09ffd9271123ce75d96e78f53 R=vbendeb@chromium.org,dianders@chromium.org,bfreed@chromium.org Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=1f336a9

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
D sys-apps/baselayout/baselayout-2.0.1-r213.ebuild View 1 chunk +0 lines, -1 line 0 comments Download
A + sys-apps/baselayout/baselayout-2.0.1-r214.ebuild View 0 chunks +-1 lines, --1 lines 0 comments Download
M sys-apps/baselayout/files/sysctl.conf View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
Mandeep Singh Baines
9 years, 8 months ago (2011-04-01 23:11:14 UTC) #1
vb
http://codereview.chromium.org/6794003/diff/1/sys-apps/baselayout/files/sysctl.conf File sys-apps/baselayout/files/sysctl.conf (right): http://codereview.chromium.org/6794003/diff/1/sys-apps/baselayout/files/sysctl.conf#newcode44 sys-apps/baselayout/files/sysctl.conf:44: kernel.watchdog_thresh = 10 is this communicated through kernel command ...
9 years, 8 months ago (2011-04-02 18:06:42 UTC) #2
diandersAtChromium
9 years, 8 months ago (2011-04-04 16:46:46 UTC) #3
Haven't played with sysctl.conf, but the man page implies that it doesn't go on
the command line.  The file appears to be read in at bootup by
/etc/init/procps.conf

LGTM.

Powered by Google App Engine
This is Rietveld 408576698