From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QpKPq-0003Ku-I7 for garchives@archives.gentoo.org; Fri, 05 Aug 2011 13:26:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1358E21C0D1; Fri, 5 Aug 2011 13:26:10 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 099F421C02E for ; Fri, 5 Aug 2011 13:24:52 +0000 (UTC) Received: by fxd23 with SMTP id 23so4235226fxd.40 for ; Fri, 05 Aug 2011 06:24:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=EJgcKXzbQ4rE0jpfMAG5I5vbmMCDwVwr2J/uQloM/YM=; b=fsiq1QvOfMD91HBMkjIMvp40G3mvwaf3E0fmvcL2cFrLDQD5fDWNYyEmQknl7/kbNJ bv2lt9m1CJ9fKgpy7PpbiaurcW75/w1bHwUdahAeTGxHhYywzYmeXGcLsFmIoB56TGo8 iwMFeanJ22MU+jirxgkt8HcwOnUJZ6mSDsq5c= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.6.77 with SMTP id 13mr2974319fay.41.1312550692225; Fri, 05 Aug 2011 06:24:52 -0700 (PDT) Received: by 10.223.28.139 with HTTP; Fri, 5 Aug 2011 06:24:52 -0700 (PDT) In-Reply-To: References: Date: Fri, 5 Aug 2011 09:24:52 -0400 Message-ID: Subject: Re: [gentoo-user] xtables-addons : Invalid module format From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: f63aa3983f8b431445e3b1a04fb28acc On Fri, Aug 5, 2011 at 9:11 AM, Pandu Poluan wrote: > I'm having troubles with net-firewall/xtables-addons-1.3.7 > > emerge is successful, but all attempts to create an IP set (e.g., > `ipset --create test hash:ip`) resulted in the following error > message: > > FATAL: Error inserting ip_set > (/lib/modules/2.6.39-hardened-r8PANS_GW_BN_02/xtables_addons/ip_set.ko): > Invalid module format > > `insmod` begat an additional information: > > insmod: error inserting > '/lib/modules/2.6.39-hardened-r8PANS_GW_BN_02/xtables_addons/ip_set.ko': > -1 Invalid module format > > `dmesg | tail -1` gave a worrying error: > > [ 4085.271442] ip_set: exports duplicate symbol ip_set_nfnl_put (owned > by kernel) > > What should I do? I don't know much about xtables, but ISTR it's a fork (or supplement?) to iptables. That sounds like a symbol conflict, such as if you were to try to insert a module into a kernel, where the kernel already had the code built-in. Check your kernel configuration and ensure that all of the iptables stuff is built as modules, rather than built-in. Then (I suspect) it should be a matter of figuring out which module conflicts. -- :wq