Version-Release number of selected component: fail2ban-server-0.10.3.1-2.fc28 Additional info: reporter: libreport-2.9.5 cmdline: /usr/bin/python /usr/bin/fail2ban-server -b -s /var/run/fail2ban/fail2ban.sock -p /var/run/fail2ban/fail2ban.pid -x crash_function: module exception_type: ImportError executable: /usr/bin/fail2ban-server interpreter: python2-2.7.15-2.fc28.x86_64 kernel: 4.17.11-200.fc28.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: fail2ban-server:34:<module>:ImportError: No module named fail2ban.client.fail2banserver Traceback (most recent call last): File "/usr/bin/fail2ban-server", line 34, in <module> from fail2ban.client.fail2banserver import exec_command_line, sys ImportError: No module named fail2ban.client.fail2banserver Local variables in innermost frame: __copyright__: 'Copyright (c) 2004-2008 Cyril Jaquier, 2012-2014 Yaroslav Halchenko, 2014-2016 Serg G. Brester' __license__: 'GPL' __builtins__: <module '__builtin__' (built-in)> __file__: '/usr/bin/fail2ban-server' __author__: 'Fail2Ban Developers' __name__: '__main__' __package__: None __doc__: '\nFail2Ban reads log file that contains password failure report\nand bans the corresponding IP addresses using firewall rules.\n\nThis tool starts/stops fail2ban server or does client/server communication\nto change/read parameters of the server or jails.\n\n'
Created attachment 1481641 [details] File: backtrace
Created attachment 1481642 [details] File: cgroup
Created attachment 1481643 [details] File: cpuinfo
Created attachment 1481644 [details] File: environ
Created attachment 1481645 [details] File: mountinfo
Created attachment 1481646 [details] File: namespaces
Created attachment 1481647 [details] File: open_fds
# head -1 /usr/bin/fail2ban-server #!/usr/bin/python3 -s fail2ban is a python3 application - running it with python2 is not going to work.