From owner-freebsd-stable Mon May 22 4: 3:40 2000 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 8E81137B9B3 for ; Mon, 22 May 2000 04:03:35 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 22 May 2000 12:03:34 +0100 (BST) Date: Mon, 22 May 2000 12:03:34 +0100 From: David Malone To: Maxime Henrion Cc: freebsd-stable@freebsd.org Subject: Re: linux kernel module crashing on -STABLE Message-ID: <20000522120334.A24551@walton.maths.tcd.ie> References: <39291188.47065C7B@cybercable.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39291188.47065C7B@cybercable.fr>; from mhenrion@cybercable.fr on Mon, May 22, 2000 at 12:52:56PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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