From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 05:45:57 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE3F037B401 for ; Tue, 10 Jun 2003 05:45:53 -0700 (PDT) Received: from mailspool.ops.uunet.co.za (mailspool.ops.uunet.co.za [196.7.0.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B5443FBD for ; Tue, 10 Jun 2003 05:45:52 -0700 (PDT) (envelope-from ianf@mci.com) Received: from copernicus.so.cpt1.za.uu.net ([196.30.72.32]) by mailspool.ops.uunet.co.za with esmtp (Exim 3.36 #1) id 19PiVQ-0009nZ-00; Tue, 10 Jun 2003 14:45:40 +0200 Received: from localhost ([127.0.0.1] helo=mci.com) by copernicus.so.cpt1.za.uu.net with esmtp (Exim 3.36 #1) id 19PiVQ-0001YU-00; Tue, 10 Jun 2003 14:45:40 +0200 To: Andre Guibert de Bruet In-reply-to: Your message of "Tue, 10 Jun 2003 08:34:08 -0400." <20030610083242.S56112@alpha.siliconlandmark.com> References: <20030610083242.S56112@alpha.siliconlandmark.com> From: Ian Freislich X-image-url: http://www.digs.iafrica.com/gallery/ian-small.gif X-BOFH: true X-LART: Depleted uranium X-No-Junk-Mail: I do not want to get *any* junk mail. You have been deleted Date: Tue, 10 Jun 2003 14:45:40 +0200 Message-ID: <5981.1055249140@mci.com> Sender: ianf@mci.com cc: freebsd-current@freebsd.org Subject: Re: New Kernel Breaks IPFW X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 12:45:57 -0000 Andre Guibert de Bruet wrote: > Ian, > > The new ipfw binary will work with an up-to-date kernel. What you need to > do is boot this new kernel and only then try out the new ipfw binary. That doesn't really explain why the new ipfw binary core dumped with the new kernel, but worked fine with old kernels. Now that I've removed BDECFLAGS, it seems that my buildworld will succeed and whatever it was that was broken that ipfw linked in (statically) will hopefully be fixed and all will be good in my land of -CURRENT, for the moment that is. Ian