Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-16 Thread Yaroslav Halchenko
On Sun, 15 Feb 2015, Orion Poplawski wrote: > On 02/14/2015 03:43 PM, Yaroslav Halchenko wrote: > > On Sat, 07 Feb 2015, Orion Poplawski wrote: > >>> As I saied, uninstall fail2ban, delete /ect/fail2ban, than reinstall the > >>> epel package, and tell me what you have in /etc/fail2ban. > >>> Yo

Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-15 Thread Orion Poplawski
On 02/14/2015 03:43 PM, Yaroslav Halchenko wrote: > > On Sat, 07 Feb 2015, Orion Poplawski wrote: > >>> As I saied, uninstall fail2ban, delete /ect/fail2ban, than reinstall the >>> epel package, and tell me what you have in /etc/fail2ban. >>> You should have nothing apart the action.d folder. > >>>

Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-14 Thread Yaroslav Halchenko
On Sat, 07 Feb 2015, Orion Poplawski wrote: > > As I saied, uninstall fail2ban, delete /ect/fail2ban, than reinstall the > > epel package, and tell me what you have in /etc/fail2ban. > > You should have nothing apart the action.d folder. > > As I saied, the package is broken. > The files are in

Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-08 Thread Davide Perini
at the end after a yum history sync yum clean all it seems that the packages installed all the files needed correctly. I can ban SSH, finally, but other filters doesn't work. Take in mind that I use fail2ban since years and I never had this problems. this is my jail.conf entry [roundcube] enabl

Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-07 Thread Orion Poplawski
On 02/07/2015 02:26 PM, Davide Perini wrote: > If you have all the files in /etc/fail2ban means that you installed > fail2ban previously than this package. > The latest 0.9.1-2 package does not bring those files. > > As I saied, uninstall fail2ban, delete /ect/fail2ban, than reinstall the > epel pa

Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-07 Thread Davide Perini
Hi, I'm using iptables on CentOS 7. Is there a guide where to see how to upgrade from 0.8 to 0.9? It seems that many things has changed and my current configuration isn't good now. The EPEL package I downloaded seems to be broken too. If I "yum install fail2ban*" the archives downloaded lacks al

Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-06 Thread David Highley
"Davide Perini wrote:" You did not provide any information about what your running this on. If the host is using firewalld you might need to use this action file, firewallcmd-new. > > When I start fail2ban I can see this error now: > > Feb 06 22:10:21 netstar.acme.org fail2ban.actions[850]: NOT

Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-06 Thread Yaroslav Halchenko
On Fri, 06 Feb 2015, Davide Perini wrote: > When I start fail2ban I can see this error now: > Feb 06 22:10:21 netstar.acme.org fail2ban.actions[850]: NOTICE > [ssh-iptables] Unban xx.xx.xx.xx > Feb 06 22:10:21 netstar.acme.org fail2ban.action[850]: ERROR iptables -D > fail2ban-SSH -s xx.xx.xx.

Re: [Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-06 Thread Davide Perini
When I start fail2ban I can see this error now: Feb 06 22:10:21 netstar.acme.org fail2ban.actions[850]: NOTICE [ssh-iptables] Unban xx.xx.xx.xx Feb 06 22:10:21 netstar.acme.org fail2ban.action[850]: ERROR iptables -D fail2ban-SSH -s xx.xx.xx.xx -j -- stdout: '' Feb 06 22:10:21 netstar.acme.org

[Fail2ban-users] Fail2ban 0.9.1 does not ban anymore

2015-02-06 Thread Davide Perini
Hi, I'm experiencing some problems after the update to the fail2ban 0.9.1... Initially I had problem starting fail2ban due to the error described here: https://github.com/fail2ban/fail2ban/issues/851 than I edited my filtersystemd.py as suggested in that post and I was able to start fail2ban suc