• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question How to make plesk use Python 3 for fail2ban?

itsTyrion

New Pleskian
Dear Staff team/fellow users,

is it possible to start fail2ban using python3?
Python 2.x has reached EOL a full year ago.
I know that fail2ban supports Python 3.2+, but I can't find a setting to use that
 
fail2ban/fail2ban is where you need to deposit that request. (Plesk does not write this piece of software)
But according to Migrate to python3 · Issue #2690 · fail2ban/fail2ban it's not planned to migrate fail2ban to python3 anyway, at least not in the foreseeable future
That's just not true.
1610455938392.png
1610456007357.png1610456025221.png
As seen in the screenshots, it's running on Python 3.9.1;
The question was not "Does it work with Python 3?", but "How do I tell Plesk that it should not use a Python version that is 1 year EOL?" (Title edited to make it fully clear)
 
Even if that is the case, you are still in the wrong place here.
The fail2ban package is provided by your OS vendor and if this one does use python2, then you need to talk to CentOS, Ubuntu, Debian or whatever you are using.

If you are bold, you can try to change the shebang line in the file /usr/bin/fail2ban-server yourself (from #!/usr/bin/python2 to #!/usr/bin/python3) and see what happens
Of course this will be without any support from either Plesk nor your OS vendor and whenever there will be an update for the fail2ban package, this file and with it the shebang line, will get overwritten.
 
Back
Top