From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel C Subject: Re: 2.6.23-rc2-mm2 Date: Fri, 10 Aug 2007 13:19:31 +0200 Message-ID: <46BC49C3.6020100@googlemail.com> References: <20070809224254.11f42716.akpm@linux-foundation.org> <20070810013210.1b2f121c.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew Morton , linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: Dave Young Return-path: Received: from nf-out-0910.google.com ([64.233.182.185]:17257 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752014AbXHJLV3 (ORCPT ); Fri, 10 Aug 2007 07:21:29 -0400 Received: by nf-out-0910.google.com with SMTP id g13so227377nfb for ; Fri, 10 Aug 2007 04:21:28 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Dave Young wrote: >> On 8/10/07, Dave Young wrote: >>> On 8/10/07, Andrew Morton wrote: >>> On Fri, 10 Aug 2007 16:18:38 +0800 "Dave Young" wrote: >>> >>>> Hi, >>>> 2.6.23-rc2-mm2: >>>> config with CONFIG_NF_CONNTRACK_AMANDA=y >>>> boot oops: >>>> >>>> hand copyed : >>>> the EIP: helper_hash >>>> >>>> backtrace: >>>> do_basic_setup >>>> ... >>>> nf_conntrack_amanda_init >>>> error_code >>>> do_vivide_error >>>> ... >>>> >>> cc netdev >>> >>> please send config >>> >>> presumably nf_ct_helper_hsize is zero >>> >>> I'd have thought that the same bug would be present in mainline - there's >>> nothing in git-net.patch. >>> >>> (hunts around, discovers that there's a net-2.6.24 tree now. Bah) >>> >> MY config file for test: >> -----cut--- > Hi, > config the CONFIG_NF_CONNTRACK_AMANDA=m, reboot , still oops, but this > time the point is nf_conntrack_ftp_init, (I doubt the > nf_conntrack_core is not initialized.) > > boot with vga_ask and select 80x60, copyed more infomations: > ---------pre oops:----------- > sysctl table check failed: /net/netfilter/nf_conntrack_generic_timeout > .3.19.13 Missing strategy > ... > nf_conntrack_14_proto_sctp4 protocol register failed > ... > ---------oops:---------------- > divide error: 0000 [#1] SMP > EIP: 0060: [] EFLAGS 00010246 > Process swapper > ... > nf_conntrack_ftp_init > ... > > Code: <...> > EIP <...> helper_hash +0x1b/0x24 Does not Oops here but is broken. Here is what I get : modprobe nf_conntrack_amanda WARNING: Error inserting nf_conntrack (/lib/modules/2.6.23-rc2-mm2/kernel/net/netfilter/nf_conntrack.ko): Cannot allocate memory FATAL: Error inserting nf_conntrack_amanda (/lib/modules/2.6.23-rc2-mm2/kernel/net/netfilter/nf_conntrack_amanda.ko): Unknown symbol in module, or unknown parameter (see dmesg) ( from dmesg ) ... [ 1094.768867] nf_conntrack version 0.5.0 (10240 buckets, 40960 max) [ 1094.769078] sysctl table check failed: /net/netfilter/nf_conntrack_generic_timeout .3.19.13 Missing strategy [ 1094.780956] nf_conntrack_amanda: Unknown symbol nf_ct_expect_alloc [ 1094.781055] nf_conntrack_amanda: Unknown symbol nf_ct_expect_put [ 1094.781242] nf_conntrack_amanda: Unknown symbol nf_ct_expect_init [ 1094.781371] nf_conntrack_amanda: Unknown symbol nf_conntrack_helper_unregister [ 1094.781468] nf_conntrack_amanda: Unknown symbol __nf_ct_refresh_acct [ 1094.781580] nf_conntrack_amanda: Unknown symbol nf_ct_expect_related [ 1094.781673] nf_conntrack_amanda: Unknown symbol nf_conntrack_helper_register ... > > Regards > dave > - Gabriel