Bug #265
closedsysctl.conf runs twice
0%
Description
At startup sysctl.conf runs twice on df 1.6.0 (upgraded from 1.5-something).
sysctl output comes after "Setting hostname" and then again after "Additional
TCP options".
-Richard
Updated by rnyberg over 18 years ago
At Sat, 29 Jul 2006 10:53:03 +0200,
Richard Nyberg wrote:
At startup sysctl.conf runs twice on df 1.6.0 (upgraded from 1.5-something).
sysctl output comes after "Setting hostname" and then again after "Additional
TCP options".
I looked at /etc/rc.d/sysctl and I realize it's not exactly clear what I
meant since it's meant to run more than once... :P
What caused my confusion is that the sysctl's were being set twice, and one
of them even to the wrong value, which I just realized.
Anyway, my problematic sysctl.conf had the following lines:
kern.sync_on_panic="0"
debug.debugger_on_panic="1"
Without the citation marks around the values it works as expected.
-Richard