From owner-freebsd-current@FreeBSD.ORG Wed Apr 30 19:22:42 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7116837B401 for ; Wed, 30 Apr 2003 19:22:42 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F2A43F75 for ; Wed, 30 Apr 2003 19:22:42 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0055.cvx22-bradley.dialup.earthlink.net ([209.179.198.55] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19B3iY-0007VF-00; Wed, 30 Apr 2003 19:22:39 -0700 Message-ID: <3EB082E7.FCC29AAC@mindspring.com> Date: Wed, 30 Apr 2003 19:13:59 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Bill Moran References: <3EB054B1.6040406@potentialtech.com> <3EB06F7F.9000203@potentialtech.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4b5eb683271c05ced2598b5381d415864a7ce0e8f8d31aa3f350badd9bab72f9c350badd9bab72f9c cc: Unix@henoc.com cc: freebsd-current@freebsd.org Subject: Re: PostgreSQL7 port fails when I try to run initdb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 02:22:42 -0000 Bill Moran wrote: > I got this information from the PostgreSQL docs. It's supposed to be > adding _more_ shared memory to allow Postgre to handle up to 180 clients. > I wasn't sure if these options were still valid in 5, as I didn't see > them in the docs anywhere (correct me if I'm wrong, but NOTES has replaced > LINT, right?) NOTES was split into a machine dependent part and a machine independent part. The one you need is in /usr/src/sys/conf/, not /usr/src/sys/i386/conf/. Think of them as logically concatenated together... or illogically separated into two files, whichever makes you feel better. 8-). -- Terry