Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2003 14:15:03 -0400 (EDT)
From:      Kenneth Culver <culverk@yumyumyum.org>
To:        Kris Yates <kris@2binteractive.com>
Cc:        questions@freebsd.org
Subject:   Re: /etc/sysctl.conf
Message-ID:  <20030715141344.F32787@alpha.yumyumyum.org>
In-Reply-To: <3F14442F.3090705@2binteractive.com>

index | next in thread | previous in thread | raw e-mail

> net.inet.tcp.blackhole=2
> net.inet.udp.blackhole=1
> kern.ps_showallprocs=0
>
You can make these lines take effect without reboot in the following
manner (as root):

sysctl -w net.inet.tcp.blackhole=2
sysctl -w net.inet.udp.blackhole=1
sysctl -w kern.ps_showallprocs=0


rebooting would also make them take effect, but if you're anything like
most BSD users (myself included) you are allergic to downtime.

Ken


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030715141344.F32787>