From owner-freebsd-questions Wed May 26 17:27:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 697FD14E48 for ; Wed, 26 May 1999 17:27:06 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-138.dialup.HiWAAY.net [216.180.14.138]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id TAA08504 for ; Wed, 26 May 1999 19:26:58 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id TAA35048 for ; Wed, 26 May 1999 19:26:46 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199905270026.TAA35048@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: Installing and Running PostgreSQL In-reply-to: Message from "Ragnar Nielsen" of "Wed, 26 May 1999 23:33:13 +0200." <000001bea7bf$5bb2f700$6401a8c0@nettie.watership.idsoft.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 May 1999 19:26:46 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Ragnar Nielsen" writes: [...] > 3. When done, go to /usr/src/sys/i386/conf/ and copy the GENERIC config > file to MYKERNEL. (GENERIC is the config file from which your current > kernel boots from, it is the distribution kernel. Don't mess it up, > it is nice to keep pristine as a reference.) Open MYKERNEL in your > editor of choice, and change the line > ident GENERIC > > to > > ident MYKERNEL If for some reason you want to include a number in the name of your config, the name has to be quoted like this: ident "MYKERNEL1" > or your system name or something equally descriptive. > > Now, add the lines > > options SYSVSHM > options SYSVMSG > options SYSVSEM > > to your config file somewhere. I usually add them at the end, but > placement is of less importance for these particular items. The good news is all 3 of the above are apparently now standard in RELENG_3's (3.2-STABLE) GENERIC. Oh, and while one is in there building a new kernel, its a good time to comment out stuff you never use. Such as all the extra ethernet interfaces, oddball CDROMs, etc. Be careful when deleting stuff as its not always wise to delete something simply because you don't know what it is. config(8) may or may not notice when something that is not really optional is missing. By deleting unused stuff my kernel is down from 2329642 to 1785177 bytes. Doubt if thats meaningful with 128MB of RAM. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message