xindervella / droidwall

Automatically exported from code.google.com/p/droidwall
0 stars 0 forks source link

"FIX ME! implement getprotobyname()" error #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Applying rules on wildfire with stock android-2.1-update1 and S-OFF I receive:

iptables v1.4.7
FIX ME! implement getprotobyname() bionic/libc/bionic/stubs.c:372
iptables: No chain/target/match by that name.

Original issue reported on code.google.com by laurento...@gmail.com on 7 Mar 2011 at 5:04

GoogleCodeExporter commented 8 years ago
Actually, the "FIX ME!" is not the important part... this is just a message 
from iptables 1.4.7 that don't mean anything useful.

Your real problem is the "iptables: No chain/target/match by that name"

The details about this error can found on the FAQ: 
http://code.google.com/p/droidwall/wiki/FAQ

Sorry, but there is nothing I can do :(

Original comment by rodrigo...@gmail.com on 7 Mar 2011 at 9:50

GoogleCodeExporter commented 8 years ago
ok... any chance to push that required module?

Original comment by laurento...@gmail.com on 8 Mar 2011 at 11:38

GoogleCodeExporter commented 8 years ago
This is unfortunately not possible.
The kernel validates the object's "magic cookie" before loading it. This means 
that in order to load a kernel object it must be compiled specifically for your 
kernel.

Original comment by rodrigo...@gmail.com on 8 Mar 2011 at 2:38