iptables v1.4.4: can’t initialize iptables table `filter’: Invalid argument Perhaps iptables or your kernel needs to be upgraded. kernel linux-2.6.31.4
More details please: - the command you executed - a strace of that command - lsmod output afterwards - result of manual "modprobe iptable_filter"
command executed iptables -F lsmod output iptable_filter 2528 0 - Live 0xbf008000 iptable 11344 1 iptablefilter, live 0xbf000000 modprobe iptable_filter command reports no error messages i've not strace utility installed on my distribution (from scratch linux/arm distribution) (In reply to comment #1) > More details please: > > - the command you executed > - a strace of that command > - lsmod output afterwards > - result of manual "modprobe iptable_filter" >
(In reply to comment #2) > command executed > iptables -F > > lsmod output > iptable_filter 2528 0 - Live 0xbf008000 > iptable 11344 1 iptablefilter, live 0xbf000000 > > modprobe iptable_filter command reports no error messages > > i've not strace utility installed on my distribution (from scratch linux/arm > distribution) On ARM these errors are usually caused by an ABI mismatch between userspace and kernel.
Please reopen in case problem is not related to ABI problems.