Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 2004 19:04:39 -0600
From:      Jay <jay@meangrape.com>
To:        Jayel Villamin <jarthel@gmail.com>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: PF and custom kernel
Message-ID:  <20041209010439.GB58318@mail.meangrape.com>
In-Reply-To: <b2d2a52704120816412a1fa5aa@mail.gmail.com>
References:  <b2d2a52704120816412a1fa5aa@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 09, 2004 at 11:41:21AM +1100, Jayel Villamin wrote:
> I then run cd /usr/src && make buildkernel
> KERNEL="customer_kernel_file_here" and it's producing a error which
> seems to be related to ipf. I got the impression it's related to ipf
> 'cause the file where the error occured starts like "ip_".
An accurate and complete copy of the error message would be a good
start.

You should probably try "make buildkernel KERNCONF=" instead of "make
buildkernel KERNEL=" (see /usr/src/UPDATING).   

Try "make buildkernel KERNCONF='whatever' | tee /tmp/buildkernel.log".
That will show you all of the output on the screen while saving it to a
log file.  If the build blows up, you can go to /tmp/buildkernel.log and
extract the text of the error.

Hope this helps.
Jay.



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