-
Hi, the bug #968423 seems still to be unresolved. I compiled the module in 9.3 SuSE with 2.6.11.4-21.10 kernel and:
iptables-p2p 0.3.0a initialized
Unable to handle kernel NULL pointer dereference at virtual address 00000023
...
EIP is at ipt_register_match+0x1c/0x40 [ip_tables]
...
Call Trace:
[<f8e9b021>] init+0x21/0x23 [ipt_p2p]
[<c0131736>] sys_init_module+0x106/0x190.
2006-01-30 21:11:45 UTC by zlisiecki
-
I noticed this as well. I ended up commenting out line 25
in kernel/main.c. No problems compiling or using the module.
2006-01-13 00:19:15 UTC by nobody
-
Most p2p transfers are stopped - bear share, kazaa ...
- but limewire is not.
port blockiing is ineffective - limewire switches ports.
2005-11-29 03:47:49 UTC by tarvid
-
Logged In: YES
user_id=1011928
Have a look at my fix in the Patches section. It fixes
compilation, but leaves a couple of symbols undefined (and
thus the module can't be loaded).
It gets it closer to working, anyway.
http://sourceforge.net/tracker/index.php?func=detail&aid=1173952&group_id=96453&atid=614831.
2005-03-31 11:16:39 UTC by midg3t
-
Logged In: YES
user_id=1011928
The spaces in that were collapsed which effectively
destroyed the diff. See attached diff.
2005-03-31 10:11:14 UTC by midg3t
-
Not sure when iptables introduced the revision value
into struct iptables_match, but whenever it was, it
caused iptables-p2p compilation to die.
The fix is unbelievably easy -- see diff below. Note
that you'll probably need to use -p1 to cull the first
directory level.
--- iptables-p2p-0.3.0a/iptables/libipt_p2p.c
2004-02-29 10:53:13.000000000 +1000
+++...
2005-03-31 09:42:57 UTC by midg3t
-
Trying to compile iptables-p2p-0.3.0a with iptables-1.3.1 (kernel 2.4.29) I get this errors:
make -C iptables
make[1]: Entering directory /usr/src/iptables-p2p-0.3.0a/iptables'
gcc -O2 -Wall -DIPTABLES_VERSION=\"1.3.1\" -I../common -c -o libipt_p2p.o libipt_p2p.c
libipt_p2p.c:75: warning: initialization makes integer from pointer without a cast
libipt_p2p.c:75: error...
2005-03-30 14:24:33 UTC by blaza-pl
-
Hi everybody, I'm having problems compiling iptables-p2p-0.3.0a under
a RedHat based system with kernel 2.4.20-18.7.
I get the following error:
----------------------------------------------------------------------------
make -C iptables
make[1]: Entering directory `/root/iptables-p2p-0.3.0a/iptables'
gcc -O2 -Wall -DIPTABLES_VERSION=\"1.2.5\" -I../common -c -o libipt_p2p.o...
2005-03-24 02:45:20 UTC by jarkor
-
Hello.
I'm trying to compile iptables-p2p-0.3.0 on slackware 9.1 kernel 2.4.24 and I'm stuck with these message:
libipt_p2p.c:292: warning: `struct ipt_ip' declared inside parameter list
libipt_p2p.c:293: conflicting types for `save'
libipt_p2p.c:60: previous declaration of `save'
libipt_p2p.c: In function `save':
libipt_p2p.c:294: dereferencing pointer to incomplete type
libipt_p2p.c...
2005-03-03 22:45:40 UTC by kta75
-
i download iptable-p2p from cvs an now compiles, but when a try to inser th module i recive this error:
debian:/home/metroplex/programas/cvs/iptables-p2p/kernel# insmod ipt_p2p.ko
insmod: error inserting 'ipt_p2p.ko': -1 Unknown symbol in module
any idea?.
2005-03-02 19:05:57 UTC by metroplex_cl