Fail2ban не хотят запускать сервер

В зависимости от того, что у других людей могут быть пальцы в Вашей базе данных..., другая возможность состоит в том, что у кого-то есть задание или хранимая процедура или часть кода, который является:

Disabling the trigger 
Performing an action 
Enabling the trigger 
(however it fails somewhere before the enable)

- или -

Disabling the trigger
Performing an action
NOT enabling the trigger

Можно хотеть сделать быстрый поиск через код и sprocs/jobs для названия триггера, чтобы видеть, делает ли кто-то что-то вроде этого.

3
задан 2 December 2016 в 23:13
1 ответ

I guess your fail2ban server closed unexpectedly (may be killed?). Check /var/run/fail2ban/fail2ban.sock file. Remove if exist and run fail2ban with command below:

sudo service fail2ban start

OR

sudo systemctl start fail2ban.service

OR ELSE

sudo fail2ban-client start

considering to which is supported with OS you are using.

Also you may try to run another instance of fail2ban. Before you run fail2ban, check for service with ps ax | grep fail2ban. If service is not running, then you can safely start service.

9
ответ дан 3 December 2019 в 04:59

Теги

Похожие вопросы