-
Notifications
You must be signed in to change notification settings - Fork 12
'python-iptables: match "state" already registered' on AWS Linux #286
Comments
This also impacts the
|
This appears to affect Debian too:
|
ldx/python-iptables#282 we can try the hacks and workarounds given there. Or think of smth else. |
The commit chruss2/python-iptables@282c790 which fixes the crash is not in
I would prefer 3. because this way we most probably avoid breaking other components which use python-iptables. But If it turns out impossible then try 2. 1. is a fallback. On Amazon Linux it should be enough to just build the rpm from Github source, not from pip, which is also obsolete. All of this will work provided that the fixing commit does the job, of course. |
Since the fix is already in python-iptables upstream repo, we can expect it to be released with the next version of the package. So, as a temporary solution it's enough to monkey-patch a couple of methods with this bug. See my PR: #289 |
I received the following error on AWS Linux today:
The text was updated successfully, but these errors were encountered: