On Sun, Jul 30, 2000 at 06:29:46PM -0400, Arcady Genkin wrote:
> > This sometimes happens if your ipfw(8) binary is out of sync with the
> > kernel it's running on. You did rebuild the kernel with the same sources
> > (not e.g. after doing a cvsup in the middle), of course?
>
> Yeah, I did everything as the doctor prescribed (make buildworld, make
> buildkernel, installkernel, installworld). ;^)
>
> However, I just recompiled everything in /sbin just in case, and
> recompiled my kernel. Before I isolated the command from
> /etc/security which caused the core dump; all works fine now.
That means that you really didn't have a ipfw(8) that was in sync
with your ipfw(4) in your kernel.
here's what I'm 99% sure happened:
make installworld KERNEL=FOO installs /FOO and not /kernel like
everyone who has ever used FreeBSD expects it to. you booted your
old /kernel, even though /FOO was right there ready to be used.
you probably just recompiled the kernel in place (like we traditionally
used to) and then did a make install which (as POLA would tell us)
installs /kernel.
--
Bill Fumerola - Network Architect, BOFH / Chimes, Inc.
[EMAIL PROTECTED] / [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message