From owner-freebsd-newbies Wed Jan 16 11:43:26 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mobil.cz (diana.mobil.cz [195.39.16.12]) by hub.freebsd.org (Postfix) with ESMTP id 0AF0737B402 for ; Wed, 16 Jan 2002 11:43:09 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g0GJh7e21207 for ; Wed, 16 Jan 2002 20:43:07 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002011620404644:5028 ; Wed, 16 Jan 2002 20:40:46 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g0GJrIA00579 for FREEBSD-NEWBIES@freebsd.org; Wed, 16 Jan 2002 20:53:18 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Wed, 16 Jan 2002 20:53:18 +0100 From: Roman Neuhauser To: FREEBSD-NEWBIES@freebsd.org Subject: Re: Another question (aren't I annoying?) Message-ID: <20020116205318.B353@roman.mobil.cz> Mail-Followup-To: FREEBSD-NEWBIES@freebsd.org References: <005f01c19ec3$610f79a0$29821304@crashbox> Mime-Version: 1.0 In-Reply-To: <005f01c19ec3$610f79a0$29821304@crashbox> User-Agent: Mutt/1.3.23i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 01/16/2002 08:40:46 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 01/16/2002 08:40:52 PM, Serialize complete at 01/16/2002 08:40:52 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > From: "FreeBSD" > To: > Subject: Another question (aren't I annoying?) > Date: Wed, 16 Jan 2002 14:24:11 -0500 Please wrap your lines at <80 characters. > While logged in as root, I was trying to add IPFW support to my > kernel. I copied GENERIC to FIREWALL and opened it and added > options BRIDGE > options IPFIREWALL_DEFAULT_TO_ACCEPT > (I know this isn't good but I can add deny's after we get the machine > up and running.) to the kernel, and I replaced all the instances of > GENERIC with FIREWALL. > > I then did config FIREWALL and it came out with no errors. I then > changed to the compile directory and did a "make depend all install" > command and it gave me this error- Try building GENERIC. If that fails, get rid of /usr/src, reinstall it from the CD, and try it again. If either of that works, you somehow fooled config(8), but the kernel config file you used is broken. Oh, and you should be really using the "new way of building the kernel". It's much easier: > cd /usr/src > make buildkernel KERNCONF=MYKERNEL > make installkernel KERNCONF=MYKERNEL > reboot -- FreeBSD 4.4-STABLE 8:41PM up 34 mins, 3 users, load averages: 0.00, 0.00, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message