From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: iptables -> can't initialize iptables table `filter': Bad file descriptor Date: Wed, 05 Dec 2007 09:05:07 +0100 Message-ID: <47565BB3.9030500@trash.net> References: <47551A83.80009@trash.net> <475561C6.4030704@trash.net> <47556D32.1060901@trash.net> <475578F1.8060600@trash.net> <47557D04.1040101@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist To: Salatiel Filho Return-path: Received: from stinky.trash.net ([213.144.137.162]:54968 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbXLEIFX (ORCPT ); Wed, 5 Dec 2007 03:05:23 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Salatiel Filho wrote: > On 12/4/07, Patrick McHardy wrote: > >> Right, we only recently added it. Are you compiling against your >> kernel source? Otherwise check in /usr/include/linux/... >> > How do i know if i am compiling against my kernel source ? > Does it auto use /usr/src/linux/... ? > anyway , i changed /usr/include/linux/linux/netfilter/x_tables.h but > still the same problem. > > > # iptables -L > iptables v1.3.8: can't initialize iptables table `filter': Invalid argument > Perhaps iptables or your kernel needs to be upgraded. Perhaps the 32/64 bit hacks that are still included in 1.3.8 are falsely enabled. Please post a few lines from the iptables compilation output.