summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-12-24 20:18:45 +0000
committerrwatson <rwatson@FreeBSD.org>2001-12-24 20:18:45 +0000
commit854cfdfa97272554f2e0d47a5b3aae58a7d08da2 (patch)
treea3f25e93c49deab00277801486d5dd5bbc6957f4 /share
parent1efafaf3cb39fc0f5f2123b9582bd95f86da1748 (diff)
downloadFreeBSD-src-854cfdfa97272554f2e0d47a5b3aae58a7d08da2.zip
FreeBSD-src-854cfdfa97272554f2e0d47a5b3aae58a7d08da2.tar.gz
o sysctl.conf cannot be used to set sysctls that are present in
unloaded kernel modules. Remove the example linux compat sysctls because they break if the linux emulator is loaded as a module, rather than compiled in. Add a BUGS entry indicating as much. Reported by: jack <jack@germanium.xtalwind.net> MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/sysctl.conf.518
1 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5
index f8e42db..8cb3ec2 100644
--- a/share/man/man5/sysctl.conf.5
+++ b/share/man/man5/sysctl.conf.5
@@ -55,17 +55,12 @@ section, below.
Initial settings for
.Xr sysctl 8 .
.El
-.Sh EXAMPLES
-To turn off logging of programs that exit due to fatal signals, as well as
-telling Linux programs that you are running
-.Fx 3.4 Ns -STABLE ,
-you may use
+.Sh EXAMPLE
+To turn off logging of programs that exit due to fatal signals you may use
a configuration like
.Bd -literal -offset indent
-# Configure logging and Linux execution.
+# Configure logging.
kern.logsigexit=0 # Do not log fatal signal exits (e.g. sig 11)
-compat.linux.osname=FreeBSD
-compat.linux.osrelease=3.4-STABLE
.Ed
.Sh SEE ALSO
.Xr rc.conf 5 ,
@@ -76,3 +71,10 @@ The
.Nm
file appeared in
.Fx 4.0 .
+.Sh BUGS
+If loadable kernel modules are used to introduce additional kernel
+functionality and sysctls to manage that functionality, sysctl.conf may
+be processed too early in the boot process to set those sysctls.
+For example, sysctls to manage the linux emulator cannot be set in
+sysctl.conf if the linux emulator is loaded as a module rather than
+compiled into the kernel.
OpenPOWER on IntegriCloud