Date: Mon, 22 May 2000 12:03:34 +0100 From: David Malone <dwmalone@maths.tcd.ie> To: Maxime Henrion <mhenrion@cybercable.fr> Cc: freebsd-stable@freebsd.org Subject: Re: linux kernel module crashing on -STABLE Message-ID: <20000522120334.A24551@walton.maths.tcd.ie> In-Reply-To: <39291188.47065C7B@cybercable.fr>; from mhenrion@cybercable.fr on Mon, May 22, 2000 at 12:52:56PM %2B0200 References: <39291188.47065C7B@cybercable.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 22, 2000 at 12:52:56PM +0200, Maxime Henrion wrote: > I recently wanted to use firewall on my 4.0-STABLE system, and so, i > needed to recompile my kernel. > I added these three lines : > > options IPFIREWALL > options IPFIREWALL_VERBOSE > options IPFIREWALL_DEFAULT_TO_ACCEPT > > in order to get ipfw working. But now, at boot time, when loading the > linux kernel module, my system crashes with this error message : fdrop : > count < 0 > If someone already had this problem and could help me with it, it'll be > pretty nice :) I think you must have cvsupped since you last built world - the probalm is that your modules are out of date with respect to your kernel. A make world will fix this. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000522120334.A24551>