Page 1 of 1

install fail2ban

Posted: Thu Jan 08, 2015 8:06 pm
by sennevb
i followed the documentation to install it

only have 1 problem:

Code: Select all

chkconfig fail2ban on

Code: Select all

command not found
I googled , chkconfig seems not available anymore, wich command do i use then??

Re: install fail2ban

Posted: Thu Jan 08, 2015 8:48 pm
by Joop
Did you have fail2ban correctly installed?

Re: install fail2ban

Posted: Thu Jan 08, 2015 10:05 pm
by joem
Run this and then try running your command,

Code: Select all

sudo apt-get install chkconfig

Re: install fail2ban

Posted: Fri Jan 09, 2015 5:44 pm
by sennevb
joem wrote:Run this and then try running your command,

Code: Select all

sudo apt-get install chkconfig
Package 'chkconfig' has no installation candidate

Re: install fail2ban

Posted: Fri Jan 09, 2015 5:45 pm
by sennevb
Joop wrote:Did you have fail2ban correctly installed?
i read something that chkconfig isnt used anymore in ubuntu

Re: install fail2ban

Posted: Fri Jan 09, 2015 6:46 pm
by joem
sennevb wrote:
Joop wrote:Did you have fail2ban correctly installed?
i read something that chkconfig isnt used anymore in ubuntu

No they dont support ckconfig anymore you should be able to install it tho. Check this out http://askubuntu.com/questions/221293/w ... -in-ubuntu

Re: install fail2ban

Posted: Fri Jan 16, 2015 3:10 pm
by imperio
sennevb,
your problem is solved ?

Re: install fail2ban

Posted: Fri Jan 16, 2015 7:47 pm
by sennevb
yes, thanks