From owner-freebsd-questions@FreeBSD.ORG Thu Oct 30 11:50:52 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 6CAFA16A4CE for ; Thu, 30 Oct 2003 11:50:52 -0800 (PST) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B6B43FE5 for ; Thu, 30 Oct 2003 11:50:16 -0800 (PST) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with SMTP id 866203579A; Thu, 30 Oct 2003 20:49:50 +0100 (CET) Date: Thu, 30 Oct 2003 20:49:51 +0100 From: Miguel Mendez To: Leo Bicknell Message-Id: <20031030204951.088887e6.flynn@energyhq.es.eu.org> In-Reply-To: <20031030194053.GA862@ussenterprise.ufp.org> References: <20031030194053.GA862@ussenterprise.ufp.org> Organization: X-Mailer: Sylpheed version 0.9.5-gtk2-20030906 (GTK+ 2.2.4; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 5.x kernel config changes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 19:50:52 -0000 Dixitur illum Leo Bicknell scribere... [Moving to questions, since all of these are FAQs] Hi, here we go... > 1) It appears IPFW just works (eg, configure it in /etc/rc.conf). It > used to be you had to compile it in. What's interesting to me is > that IPFW options are not in generic, and I didn't think "options" > could be done in LKM's. What am I missing? You aren't missing anything, the module is loaded if needed. > 2) IPDIVERT is missing / doesn't work, so while my IPFW config seemed > to take/work natd did not work. If IPFW is just going to work > having IPDIVERT just work seems like a good idea as well. As per 1), if ipfw is loaded as module no ipdivert functionality will be present, you need to add both in your kernel config. > 3) There seems to be no more LINT or other listing of all the options. > Why? In particular I needed "options NETATALK" but couldn't > remember the name and there was no file to quickly grep. Has the > list of options been moved somewhere else? The config file is now called NOTES, and was splitted in two parts, machine dependent and machine independent. You can generate the LINT file with: make LINT in that same directory where NOTES is. > 4) Due to the way the makefiles now work it seems impossible to build > a > new kernel after changing just "options" statements and install it > without also rebuilding all the modules...which takes quite some > time. This seems to be because it moves the whole directory out of > the way in /boot. This seems a little suboptimal to me. You can choose not to build modules by setting it in make.conf. Cheers, -- Miguel Mendez http://www.energyhq.es.eu.org