From owner-freebsd-questions@FreeBSD.ORG Wed Aug 3 17:46:39 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DDA16A41F for ; Wed, 3 Aug 2005 17:46:39 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7778843D46 for ; Wed, 3 Aug 2005 17:46:38 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A2FA3D3600F2; Wed, 03 Aug 2005 10:46:34 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j73HmAYb024728; Wed, 3 Aug 2005 10:48:10 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j73Hm4eh024727; Wed, 3 Aug 2005 10:48:04 -0700 (PDT) (envelope-from garys@opusnet.com) To: dick hoogendijk References: <20050803172146.570f3d8a.dick@nagual.st> From: garys@opusnet.com (Gary W. Swearingen) Date: Wed, 03 Aug 2005 10:48:04 -0700 In-Reply-To: <20050803172146.570f3d8a.dick@nagual.st> (dick hoogendijk's message of "Wed, 3 Aug 2005 17:21:46 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: fbsdq Subject: Re: sysctl options loader.conf or sysctl.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 17:46:39 -0000 dick hoogendijk writes: > I'm a bit confused about whcih options needs to be set where. You're not alone. > I know i.e. that hw.ata.atapi_dma="1" needs to be set > in /boot/loader.conf while others are set in /etc/sysctl.conf. I need > to know where I can find info on the rules about this. Now I'm > dependant on what I happen to read somewhere. Well, sysctl(8) refers to loader.conf(5), sysctl.conf(5), loader(8), which refer to /boot/defaults/loader.conf & /etc/sysctl.conf and don't forget the handboot and FAQ. > I read something about vfs.read_max="16" -> where do I set this I > wonder? Since sysctl.conf is read in only when going multi-user and that sounds like something you'd want always, I'd put it in loader.conf. > Is there info about this somewhere? Google? If you think it's needed, please write a PR (probably on /boot/default/loader.conf).