Bug 5999 - Iptables modules fail to load on Alpha arch
Summary: Iptables modules fail to load on Alpha arch
Status: REJECTED UNREPRODUCIBLE
Alias: None
Product: Networking
Classification: Unclassified
Component: Netfilter/Iptables (show other bugs)
Hardware: i386 Linux
: P2 high
Assignee: Harald Welte
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 15:13 UTC by Eric Hokanson
Modified: 2008-04-30 17:01 UTC (History)
2 users (show)

See Also:
Kernel Version: 2.6.15.2
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Eric Hokanson 2006-02-02 15:13:26 UTC
Most recent kernel where this bug did not occur: Unknown
Distribution: CentOS 4.2
Hardware Environment:
cpu                     : Alpha
cpu model               : EV67
cpu variation           : 7
cpu revision            : 0
cpu serial number       : AY00607688
system type             : Tsunami
system variation        : Clipper
system revision         : 0
system serial number    : 4051DPSZ1111
cycle frequency [Hz]    : 666666666
timer frequency [Hz]    : 1024.00
page size [bytes]       : 8192
phys. address bits      : 44
max. addr. space #      : 255
BogoMIPS                : 1305.32
kernel unaligned acc    : 0 (pc=0,va=0)
user unaligned acc      : 0 (pc=0,va=0)
platform string         : AlphaServer ES40
cpus detected           : 2
cpus active             : 2
cpu active mask         : 0000000000000003
L1 Icache               : 64K, 2-way, 64b line
L1 Dcache               : 64K, 2-way, 64b line
L2 cache                : 8192K, 1-way, 64b line

MemTotal:      3095248 kB
MemFree:       2324784 kB
Buffers:         52592 kB
Cached:         587248 kB
SwapCached:          0 kB
Active:         437152 kB
Inactive:       245064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      3095248 kB
LowFree:       2324784 kB
SwapTotal:      530128 kB
SwapFree:       530128 kB
Dirty:               0 kB
Writeback:           0 kB
Mapped:          61320 kB
Slab:            72256 kB
Committed_AS:    52216 kB
PageTables:        904 kB
VmallocTotal:  8388608 kB
VmallocUsed:      5368 kB
VmallocChunk:  8382840 kB

 
Problem Description:
When trying to load the iptables service I get the following error:

Feb  2 16:05:56 alphacrow kernel: ip_tables: (C) 2000-2002 Netfilter core team
Feb  2 16:05:56 alphacrow kernel: Could not allocate 60 bytes percpu data
Feb  2 16:05:56 alphacrow modprobe: WARNING: Error inserting ip_conntrack
(/lib/modules/2.6.9-22.0.2.ECsmp/kernel/net/ipv4/netfilter/ip_conntrack.ko):
Cannot allocate memory
Feb  2 16:05:56 alphacrow kernel: ipt_state: Unknown symbol ip_conntrack_untracked
Feb  2 16:05:56 alphacrow kernel: ipt_state: Unknown symbol need_ip_conntrack
Feb  2 16:05:56 alphacrow modprobe: FATAL: Error inserting ipt_state
(/lib/modules/2.6.9-22.0.2.ECsmp/kernel/net/ipv4/netfilter/ipt_state.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
Feb  2 16:05:56 alphacrow iptables:  failed

Occurs on both the 2.6.9 kernel shipped with CentOS 4.2 and also the official
2.6.15.2 kernel I built.

Steps to reproduce: []# service iptables start
Comment 1 Eric Hokanson 2006-02-22 13:58:17 UTC
Also noticed same problem occurs with the ipv6 module.

 --------------------- ModProbe Begin ------------------------ 

Errors inserting modules:
   ipv6 (/lib/modules/2.6.15.4/kernel/net/ipv6/ipv6.ko) :
      Cannot allocate memory  : 1 Time(s)

 ---------------------- ModProbe End -------------------------
Comment 2 Stefaan 2006-09-09 14:09:52 UTC
Exact same problem (with iptables failing to load) on my system, kernel version
2.6.16.19
Comment 3 Stefaan 2006-09-10 04:29:54 UTC
After some testing, it seems the problem goes away for me when I change
  CONFIG_ALPHA_GENERIC
into
  CONFIG_ALPHA_MIATA (with additionally CONFIG_ALPHA_SRM).  

But CONFIG_ALPHA_GENERIC is supposed to work for miata as well, right?  So this
still remains a bug :(  Hopefully this piece of information helps in tracking it
down. 
Comment 4 Natalie Protasevich 2008-04-16 21:51:26 UTC
Was the problem resolved since, or still needs workaround in #3?
Comment 5 Eric Hokanson 2008-04-30 14:32:01 UTC
We sent our Alpha off to retirement some time ago so I can no longer test.
Comment 6 Natalie Protasevich 2008-04-30 17:01:35 UTC
OK, please reopen if the problem confirmed with latest kernels.

Note You need to log in before you can comment on or make changes to this bug.