[Bug 460] Unknown error 4294967295
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Sat Apr 22 03:06:29 CEST 2006
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=460
------- Additional Comments From kaber at 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.
More information about the netfilter-buglog
mailing list