Bug#690548: iptables: invalid size 40 (kernel) != (user) 48 on yeelong because kernel is 64 bits, iptables 32 bits

2019-08-20 Thread Fabio Pedretti
There is a related patch in iptables git: http://git.netfilter.org/iptables/commit/?id=64e88114437072b29bed8aae9eb04ed5e773708f -- Informativa sulla Privacy: http://www.unibs.it/node/8155

Bug#690548: iptables: invalid size 40 (kernel) != (user) 48 on yeelong because kernel is 64 bits, iptables 32 bits

2012-11-03 Thread Jan Engelhardt
On IRC I have heard that MIPS has multiple ABIs; as far as modern Linux is concerned, I think you may be running into: o32, n32, n64. Your kernel is probably n64 (and its compat companion is n32), but your iptables is o32. Can you check with the file(1) utility and/or readelf(1)? -- To

Bug#690548: iptables: invalid size 40 (kernel) != (user) 48 on yeelong because kernel is 64 bits, iptables 32 bits

2012-11-03 Thread xdrudis
On Sat, Nov 03, 2012 at 04:17:20PM +0100, Jan Engelhardt wrote: On IRC I have heard that MIPS has multiple ABIs; as far as modern Linux is concerned, I think you may be running into: o32, n32, n64. Your kernel is probably n64 (and its compat companion is n32), but your iptables is o32.

Bug#690548: iptables: invalid size 40 (kernel) != (user) 48 on yeelong because kernel is 64 bits, iptables 32 bits

2012-11-02 Thread xdrudis
On Thu, Nov 01, 2012 at 03:03:09AM +0100, Jan Engelhardt wrote: IIRC this also occured to the ARM guys. The kernel parts support zero or one compat format, and one native format, which depends on the compiler options used. i386 kernel: native=i386 compat=NONE amd64 kernel: native=amd64

Bug#690548: iptables: invalid size 40 (kernel) != (user) 48 on yeelong because kernel is 64 bits, iptables 32 bits

2012-10-31 Thread Jan Engelhardt
[ 26.096000] x_tables: ip_tables: limit.0 match: invalid size 40 (kernel) != (user) 48 The problem seems to be that the linux kernel is 64 bits [...] Iptables as packaged is a 32 bits mipsel executable, and seems to have some data structures that include 32 bits pointers or something that

Bug#690548: iptables: invalid size 40 (kernel) != (user) 48 on yeelong because kernel is 64 bits, iptables 32 bits

2012-10-15 Thread Xavi Drudis Ferran
Package: iptables Version: 1.4.14-3 Severity: important Tags: patch Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I changed the hard disk of my Lemote Yeeloong laptop, and tried reinstalling debian wheezy on it. I