bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-21 14:32 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From laforge@netfilter.org 2006-04-21 14:32 MET ------- Thanks, fixed in Committed revision 6586. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 00:28 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From kaber@trash.net 2006-04-22 00:28 MET ------- This doesn't seem right - why does it return -1? -1 means -EPERM, this is definitely not right for invalid arguments. I also couldn't find anything returning -EPERM for an invalid argument, so it seems something is simply doing "return -1" instead of returning a proper error code. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 00:28 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From kaber@trash.net 2006-04-22 00:28 MET ------- This doesn't seem right - why does it return -1? -1 means -EPERM, this is definitely not right for invalid arguments. I also couldn't find anything returning -EPERM for an invalid argument, so it seems something is simply doing "return -1" instead of returning a proper error code. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:06 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From kaber@trash.net 2006-04-22 03:06 MET ------- Daniel, do you have the MARK target compiled in? I think the problem originates in check_match(), it does try_and_request_module(xt_find_match, ...) and returns the return code from either xt_find_match() (PTR_ERR) or request_module (modprobe exit status). modprobe returns 1 if it can't find the module, which I think is what causes this error. Unfortunately I can't trigger it, so I'm not absolutely sure about this theory. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:06 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From kaber@trash.net 2006-04-22 03:06 MET ------- Daniel, do you have the MARK target compiled in? I think the problem originates in check_match(), it does try_and_request_module(xt_find_match, ...) and returns the return code from either xt_find_match() (PTR_ERR) or request_module (modprobe exit status). modprobe returns 1 if it can't find the module, which I think is what causes this error. Unfortunately I can't trigger it, so I'm not absolutely sure about this theory. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:06 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaber@trash.net -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:06 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaber@trash.net -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:49 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From p167v76dkmomieumt9aoacs372@dgd.no-ip.com 2006-04-22 03:49 MET ------- Created an attachment (id=227) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=227&action=view) strace -xx -s 65535 iptables -A INPUT -j MARK --set-mark 1 -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:49 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From p167v76dkmomieumt9aoacs372@dgd.no-ip.com 2006-04-22 03:49 MET ------- Created an attachment (id=227) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=227&action=view) strace -xx -s 65535 iptables -A INPUT -j MARK --set-mark 1 -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:50 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From p167v76dkmomieumt9aoacs372@dgd.no-ip.com 2006-04-22 03:50 MET ------- (From update of attachment 227) I do not have the match compiled in; I attached the strace output. The -1 is from setsockopt's return value. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:50 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From p167v76dkmomieumt9aoacs372@dgd.no-ip.com 2006-04-22 03:50 MET ------- (From update of attachment 227) I do not have the match compiled in; I attached the strace output. The -1 is from setsockopt's return value. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:58 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From kaber@trash.net 2006-04-22 03:58 MET ------- Created an attachment (id=228) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=228&action=view) fix And there we have it :) errno is overwritten by the return value of setsockopt. Can you try this patch? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 03:58 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From kaber@trash.net 2006-04-22 03:58 MET ------- Created an attachment (id=228) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=228&action=view) fix And there we have it :) errno is overwritten by the return value of setsockopt. Can you try this patch? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 04:05 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From p167v76dkmomieumt9aoacs372@dgd.no-ip.com 2006-04-22 04:05 MET ------- (In reply to comment #7)> Created an attachment (id=228)--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=228&action=view) [edit]> fix > > And there we have it :) errno is overwritten by the return value of setsockopt. > > Can you try this patch? >Yes, this patch fixes it; the output is now "iptables: Invalid argument". My patch probably needs to be reverted, since it's now useless. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 04:05 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 ------- Additional Comments From p167v76dkmomieumt9aoacs372@dgd.no-ip.com 2006-04-22 04:05 MET ------- (In reply to comment #7)> Created an attachment (id=228)--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=228&action=view) [edit]> fix > > And there we have it :) errno is overwritten by the return value of setsockopt. > > Can you try this patch? >Yes, this patch fixes it; the output is now "iptables: Invalid argument". My patch probably needs to be reverted, since it's now useless. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 04:06 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From kaber@trash.net 2006-04-22 04:06 MET ------- Thanks for testing, I'll revert it and apply this one instead. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
bugzilla-daemon@bugzilla.netfilter.org
2006-Apr-22 04:06 UTC
[Bug 460] Unknown error 4294967295
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From kaber@trash.net 2006-04-22 04:06 MET ------- Thanks for testing, I'll revert it and apply this one instead. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Possibly Parallel Threads
- [Bug 448] IPv6 conntrack does not work on a tunnel interface
- [Bug 467] iptables is complaining with bogus unknown error 18446744073709551615
- [Bug 447] iptables doesn't support multiple times the same match in one rule
- [Bug 511] Premature ip_conntrack timer expiry on 3+ window size advertisements
- [Bug 479] tunnel0 and br0