Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 20:53:18 +0100
From:      Roman Neuhauser <neuhauser@mobil.cz>
To:        FREEBSD-NEWBIES@freebsd.org
Subject:   Re: Another question (aren't I annoying?)
Message-ID:  <20020116205318.B353@roman.mobil.cz>
In-Reply-To: <005f01c19ec3$610f79a0$29821304@crashbox>
References:  <005f01c19ec3$610f79a0$29821304@crashbox>

next in thread | previous in thread | raw e-mail | index | archive | help
> From: "FreeBSD" <freebsd@datalinkwireless.com>
> To: <FREEBSD-NEWBIES@freebsd.org>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020116205318.B353>