Bug #265
sysctl.conf runs twice
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
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
Related todos
History
Updated by rnyberg almost 7 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
Updated by corecode over 6 years ago
pilot error