From: Gabriel C <nix.or.die@googlemail.com>
To: Dave Young <hidave.darkstar@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: 2.6.23-rc2-mm2
Date: Fri, 10 Aug 2007 13:19:31 +0200 [thread overview]
Message-ID: <46BC49C3.6020100@googlemail.com> (raw)
In-Reply-To: <a8e1da0708100252g5597da63j9cb665ade26f7654@mail.gmail.com>
Dave Young wrote:
>> On 8/10/07, Dave Young <hidave.darkstar@gmail.com> wrote:
>>> On 8/10/07, Andrew Morton <akpm@linux-foundation.org> wrote:
>>> On Fri, 10 Aug 2007 16:18:38 +0800 "Dave Young" <hidave.darkstar@gmail.com> 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: [<c088477b>] 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
next prev parent reply other threads:[~2007-08-10 11:21 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070809224254.11f42716.akpm@linux-foundation.org>
2007-08-10 7:59 ` 2.6.23-rc2-mm2: possible irq lock inversion dependency detected Mariusz Kozlowski
[not found] ` <a8e1da0708100118r779068i64ffdc11e452be9b@mail.gmail.com>
2007-08-10 8:32 ` 2.6.23-rc2-mm2 Andrew Morton
2007-08-10 8:37 ` 2.6.23-rc2-mm2 Dave Young
2007-08-10 9:52 ` 2.6.23-rc2-mm2 Dave Young
2007-08-10 11:19 ` Gabriel C [this message]
2007-08-10 20:22 ` 2.6.23-rc2-mm2 -- conntrack divide error Jiri Slaby
2007-08-10 16:16 ` 2.6.23-rc2-mm2 Michal Piotrowski
2007-08-10 16:37 ` 2.6.23-rc2-mm2 Gabriel C
2007-08-10 17:33 ` 2.6.23-rc2-mm2 Eric W. Biederman
2007-08-10 19:41 ` 2.6.23-rc2-mm2 Andrew Morton
2007-08-10 19:54 ` 2.6.23-rc2-mm2 Eric W. Biederman
2007-08-10 21:00 ` [PATCH 1/7] sysctl: Remove broken cdrom binary sysctls Eric W. Biederman
2007-08-10 21:01 ` [PATCH 2/7] sysctl: parport remove binary paths Eric W. Biederman
[not found] ` <m1hcn7w18w.fsf_-_@ebiederm.dsl.xmission.com>
2007-08-10 21:06 ` [PATCH 4/7] sysctl: remove broken netfilter binary sysctls Eric W. Biederman
2007-08-10 21:10 ` [PATCH 1/7] sysctl: Remove broken cdrom " Alan Cox
2007-08-10 21:19 ` 2.6.23-rc2-mm2 Eric W. Biederman
2007-08-10 17:38 ` 2.6.23-rc2-mm2 Michal Piotrowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46BC49C3.6020100@googlemail.com \
--to=nix.or.die@googlemail.com \
--cc=akpm@linux-foundation.org \
--cc=hidave.darkstar@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).