Displaying 2 results from an estimated 2 matches for "ipt_so_get_info".
2019 Feb 17
7
[Bug 1323] New: failure to run on kernels with certian kconfig options set
...Priority: P5
Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: mthode at mthode.org
I have not narrowed it down yet, but have been able to narrow it down to
differing kconfigs.
stracing gives me this failure
getsockopt(4, SOL_IP, IPT_SO_GET_INFO, 0x7fff867b2ba0, [84]) = -1 ECHILD (No
child processes)
and this when working
getsockopt(4, SOL_IP, IPT_SO_GET_INFO,
"nat\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [84]) = 0
I'll attach kconfigs, and straces
--
You are receiving this mail because:
You are wat...
2018 Mar 16
0
[Bug 1235] New: Error Message "Memory allocation problem" using hashlimit match
...es: Memory allocation
problem."
since "--hashlimit-name" is used to compose a state-filename within
/proc/net/ipt_hashlimit without any further subdirectories, a useful hint
should be printed out, rather than dying with that error.
relevant lines of strace are:
getsockopt(4, SOL_IP, IPT_SO_GET_INFO,
"filter\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [84]) = 0
getsockopt(4, SOL_IP, IPT_SO_GET_ENTRIES,
"filter\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [34176]) = 0
setsockopt(4, SOL_IP, IPT_SO_SET_REPLACE,
"filter\0\0\0\0\0\0\0\0\0\0\0\0\0\0\...