• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

fail2ban page never comes up

tkalfaoglu

Silver Pleskian
When I click on tools&Settings and click on the fail2ban link, it waits for at least a minute and then gives me a nginx timeout.. Any ideas what I should check to see why it hangs?

Thanks! -tugut
 
Any results of troubleshooting? Have you tried restart fail2ban service manually and check errors in /var/log/fail2ban.log at least?
 
I'm having this same issue on at least of my plesk VPS's, and I haven't found a straightforward solution yet.
I've found this thread which appears to have a fix but it requires totally uninstalling and reinstalling fail2ban, but it'd appear there's possible additional issues with doing so and all jails have to be reconfigured.
http://talk.plesk.com/threads/plesk-12-0-18-update-68-and-fail2ban-0-9-3-problem.335183/

Any word from the Plesk team when this issue might be solved via a microupdate? It's obviously a recurring issue/confirmed issue that was recently created.

Thanks,

KalinC
 
Last edited:
Kalin,

Assuming that this isn't your issue (https://kb.odin.com/en/122407) and that you're running into the known third party fail2ban repository update problem, the solution to address it for now is relatively well documented. Removing and re-installing won't get you very far unless you remove the repository that is causing the 0.9.3 version or exclude Fail2Ban from it.

For the moment the best workaround would be to uninstall fail2ban, exclude it from the offending repository (or exclude it), and then re-install it using the Plesk-sanctioned version. You're absolutely right that it's a bit arduous since you'll have to reconfigure jails/custom filters but it's at least by using the current supported working solution, it'll start working for you.

To paraphrase UFHH01 from a previous post:

- First make a backup: mkdir /etc/fail2ban.backup && cp /etc/fail2ban /etc/fail2ban.backup
- Now remove fail2ban: /usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --remove-component fail2ban
- Then either remove the repository that is updating fail2ban or exclude it
- Finally re-install fail2ban using the Plesk-sanctioned version: /usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component fail2ban

You should see that on re-installation, fail2ban loads without the hiccups that you've been seeing and the timeout shouldn't be an issue anymore. One downside to this is that the Plesk package doesn't contain much in the way of filters and jails out of the box but that's what the backup is for.

Good luck and please share your results!
 
We're now confirming this new bug on multiple systems. The reason we found is that it's the suspected issue blocking one of our clients from their site at a single location.
I tried disabling certain jails, then all jails, but the issue remains. The 'Banned IP Addresses' tab simply will not load (times out) if the fail2ban service is running. If I stop it completely I can get the tab.

KalinC
 
Back
Top