From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 08:07:37 2003 Return-Path: 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 6BD0116A4CE for ; Tue, 28 Oct 2003 08:07:37 -0800 (PST) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CBA43FBF for ; Tue, 28 Oct 2003 08:07:34 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id BECC53AB7; Tue, 28 Oct 2003 11:07:33 -0500 (EST) Sender: lowell@be-well.ilk.org To: Wayne Pascoe To: freebsd-questions@freebsd.org References: <20031027124247.GD61438@marvin.penguinpowered.org> <444qxu9yub.fsf@be-well.ilk.org> <20031028083134.GB64947@marvin.penguinpowered.org> From: Lowell Gilbert Date: 28 Oct 2003 11:07:33 -0500 In-Reply-To: <20031028083134.GB64947@marvin.penguinpowered.org> Message-ID: <44wuapcpmi.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: PostgreSQL on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 16:07:37 -0000 Wayne Pascoe writes: > On Mon, Oct 27, 2003 at 04:04:28PM -0500, Lowell Gilbert wrote: > > > Why does setting them in > > > /etc/sysctl.conf or /etc/loader.conf not work ? > > > > You're doing something wrong. That's all I can say when the > > description of the failure is just "not work". > > Allow me to expand on that then... I put the options in /etc/sysctl.conf > as follows: > kern.ipc.somaxconn=512 > kern.ipc.shmmax=268435456 > kern.ipc.shmall=65536 > kern.ipc.shmmni=128 > kern.ipc.semmns=256 > > When I reboot, sysctl -a | grep kern.ipc.semmns returns > kern.ipc.semmns: 60 Hmm. I just checked, and it's working fine for me under yesterday's -STABLE. Are you getting any error messages at boot when sysctl.conf is evaluated?