[Bug 537239] New: fail2ban fails to start with existing socket file

http://bugzilla.novell.com/show_bug.cgi?id=537239 Summary: fail2ban fails to start with existing socket file Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Network AssignedTo: lchiquitto@novell.com ReportedBy: lmuelle@novell.com QAContact: qa@suse.de CC: detlef@die-mafia.de Found By: --- Existing socket files are not removed by while the system startup like it is the case for lock files for example. The greylistd already has a workaround to address such a kind of issue. For fail2ban it would look like: # a cleanup workaround, since /etc/init.d/boot.local removes only # regular files, and not sockets socket=/var/run/fail2ban/fail2ban.sock if test -e $socket; then if ! lsof -n $socket &>/dev/null; then rm $socket fi fi We might even consider this as a general bug report for the base system. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 User detlef@die-mafia.de added comment http://bugzilla.novell.com/show_bug.cgi?id=537239#c1 --- Comment #1 from Detlef Reichelt <detlef@die-mafia.de> 2009-09-07 10:59:06 MDT --- Patch is upstream since Dec 2008 ;) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 User lchiquitto@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=537239#c2 Leonardo Chiquitto <lchiquitto@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED Platform|Other |All --- Comment #2 from Leonardo Chiquitto <lchiquitto@novell.com> 2009-09-15 15:26:08 MDT --- I'll take a look. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 User lchiquitto@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=537239#c3 --- Comment #3 from Leonardo Chiquitto <lchiquitto@novell.com> 2009-09-16 16:30:16 MDT --- I updated fail2ban to version 0.8.4 in my home project but I had no time to test it and check if the bug is fixed (it should be according to the change log). If anyone wants to give it a try, it's now published in: http://download.opensuse.org/repositories/home:/leonardocf/ I'll submit it later if everything is OK. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 Lars Müller <lmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Found By|--- |Development OS/Version|Other |openSUSE 11.2 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 http://bugzilla.novell.com/show_bug.cgi?id=537239#c4 --- Comment #4 from Leonardo Chiquitto <lchiquitto@novell.com> 2009-11-26 16:08:22 UTC --- Request id 25158 submitted. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 http://bugzilla.novell.com/show_bug.cgi?id=537239#c5 --- Comment #5 from Leonardo Chiquitto <lchiquitto@novell.com> 2009-12-23 19:14:55 UTC --- SR was accepted but the package was not forwarded to Factory yet. Those who want to test it can grab it from the security repository: http://download.opensuse.org/repositories/security/ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 http://bugzilla.novell.com/show_bug.cgi?id=537239#c6 Leonardo Chiquitto <lchiquitto@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Future 11.3 --- Comment #6 from Leonardo Chiquitto <lchiquitto@novell.com> 2010-01-13 10:36:09 UTC --- Fail2Ban 0.8.4 is now available on Factory and should fix this problem. Please reopen if needed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 http://bugzilla.novell.com/show_bug.cgi?id=537239#c7 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:11.2:33110 --- Comment #7 from Swamp Workflow Management <swamp@suse.com> 2010-05-11 12:38:14 UTC --- Update released for: fail2ban Products: openSUSE 11.2 (i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=537239 https://bugzilla.novell.com/show_bug.cgi?id=537239#c8 Lars Müller <lmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|Network |Network Version|Factory |Final Resolution|FIXED | AssignedTo|lchiquitto@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 11.2 |openSUSE 11.4 Target Milestone|Future 11.3 |Final --- Comment #8 from Lars Müller <lmuelle@novell.com> 2011-04-01 16:43:16 CEST --- The issue is back with openSUSE 11.4. While the package change references the ID of this report the suggested workaround from the initial comment isn't part of the fail2ban init script. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=537239 https://bugzilla.novell.com/show_bug.cgi?id=537239#c9 Leonardo Chiquitto <lchiquitto@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED CC| |lchiquitto@novell.com AssignedTo|bnc-team-screening@forge.pr |lchiquitto@novell.com |ovo.novell.com | --- Comment #9 from Leonardo Chiquitto <lchiquitto@novell.com> 2011-04-08 13:34:29 UTC --- I'll check. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=537239 https://bugzilla.novell.com/show_bug.cgi?id=537239#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-11-23 18:00:09 CET --- This is an autogenerated message for OBS integration: This bug (537239) was mentioned in https://build.opensuse.org/request/show/93348 Factory / fail2ban -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=537239 https://bugzilla.novell.com/show_bug.cgi?id=537239#c11 --- Comment #11 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-11-25 16:00:09 CET --- This is an autogenerated message for OBS integration: This bug (537239) was mentioned in https://build.opensuse.org/request/show/93663 11.4 / fail2ban https://build.opensuse.org/request/show/93664 12.1 / fail2ban https://build.opensuse.org/request/show/93665 11.4 / fail2ban -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=537239 https://bugzilla.novell.com/show_bug.cgi?id=537239#c12 Leonardo Chiquitto <lchiquitto@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #12 from Leonardo Chiquitto <lchiquitto@suse.com> 2011-11-30 11:11:43 UTC --- This is now fixed on openSUSE:Factory and 12.1. An updated was also submitted to 11.4 (waiting for it to be accepted). Sorry that it took so long. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=537239 http://bugzilla.novell.com/show_bug.cgi?id=537239#c13 --- Comment #13 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (537239) was mentioned in https://build.opensuse.org/request/show/39174 11.2:Test / fail2ban -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com