Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] unaligned access with iptables limit support
@ 2001-10-13  5:08 Sonny Cook
  2001-10-13  5:35 ` Randolph Chung
  2001-10-13 11:00 ` Richard Allen
  0 siblings, 2 replies; 3+ messages in thread
From: Sonny Cook @ 2001-10-13  5:08 UTC (permalink / raw)
  To: parisc-linux

I am trying to set up my b132l as a firewall.  So I compiled up iptables
as kernel modules and tried running my favorite firewall script.  It uses
limit support to keep my logs from overflowing.  At any rate when I try to
enter a rule using limits like so:

iptables -t filter -A LDROP -p tcp -m limit --limit 2/s -j LOG --log-level
info --lo g-prefix "TCP Dropped "

I get this on the console:

iptables(428): unaligned access to 0x4020d0cf at ip=0x401fc767
iptables(428): unaligned access to 0x4020d0d3 at ip=0x401fc76f

The module ipt_limit.o does not get loaded by the kernel autoloader.  Is
supsect the bug is with the iptables program.  I downloaded the source for
the latest version and in attempting to compile it got a linker error.

ld -shared -o extensions/libipt_limit.so extensions/libipt_limit_sh.o
ld: BFD internal error, aborting at ../../bfd/elf32-hppa.c line 939 in
hppa_build_one_stub

ld: Please report this bug.

make: *** [extensions/libipt_limit.so] Error 1

The debian version is 1.2.2 and the downloaded source is 1.2.3.  Has
anyone seen anything like this?

Thanks,
Sonny

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-13 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-13  5:08 [parisc-linux] unaligned access with iptables limit support Sonny Cook
2001-10-13  5:35 ` Randolph Chung
2001-10-13 11:00 ` Richard Allen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox