Bug 1067147
Summary: | Race condition with firewalld.service resulting in host inaccessible | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vladislav Grigoryev <vg.aetera> | ||||
Component: | fail2ban | Assignee: | Thomas Woerner <twoerner> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 20 | CC: | Axel.Thimm, jonathan.underwood, jpopelka, orion, twoerner, vg.aetera, vonsch | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | fail2ban-0.9-2.fc20 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-05-24 23:29:40 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Vladislav Grigoryev
2014-02-19 19:45:25 UTC
What is locking netfilter in this machine? Created attachment 865768 [details]
System log
Full system log after reboot:
# LANG=C journalctl -l --since '2014-02-15 18:59:19' --until '2014-02-15 19:00:00' >journal-20140215.log
There are two services adding firewall rules at the same time. This results in both services failing. I would suggest to add "After: firewalld.service" to the fail2ban service. Then this will not happen. Having two or more services adding firewall rules at the same time is not a good idea at all. You do not know what the result will be in the end. (In reply to ArcFi from comment #0) > '...' failed: iptables: Resource temporarily unavailable. I've also seen this from time to time - in some pre-releases of Fedora. (In reply to Thomas Woerner from comment #3) > I would suggest to add "After: firewalld.service" > to the fail2ban service. Thanks. Looks like that resolves the issue. Reassign to fail2ban package and rename to "Race condition with firewalld.service"? fail2ban-0.9-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/fail2ban-0.9-2.fc20 Package fail2ban-0.9-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing fail2ban-0.9-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6419/fail2ban-0.9-2.fc20 then log in and leave karma (feedback). fail2ban-0.9-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |