Closed GoogleCodeExporter closed 9 years ago
There are two possible causes for this problem:
1. Your kernel does not support "dmesg"
and/or
2. Your kernel does not support the netfilter LOG target
Unfortunately, there is nothing I can don on DroidWall to make the logs work...
:(
You can try to issue the "dmesg" command on a terminal to see if it is
supported...
Sorry if I can't help you much.
Original comment by rodrigo...@gmail.com
on 12 Sep 2011 at 8:28
Thank you for the response. My kernel *does* support "dmesg". I just
tried *dmesg
| grep <various strings>* in a terminal session and my device returned all
related messages just fine.
Can you please at least tell me if you think the "no such file or directory"
/lib/ errors are related to this log failure issue?
Original comment by xallara...@gmail.com
on 12 Sep 2011 at 9:03
Hello, so the most probable cause is that the netfilter LOG target is not
supported.
You can probably confirm this by using the "show rules" menu on DroidWall...
look for a "LOG" target on the rules output (there will probably be none on
your device).
The errors you described do not affect DroidWall's behavior. In fact, they
occur on most devices...
They happen because iptables attempt to do a modprobe on every call (and
DroidWall calls iptables many times, so this causes many errors to be output.)
Original comment by rodrigo...@gmail.com
on 13 Sep 2011 at 12:41
Original issue reported on code.google.com by
xallara...@gmail.com
on 12 Sep 2011 at 8:13