Advertisement
Guest User

Yocto_warrior_fail2ban

a guest
Jan 12th, 2024
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. root@mp1som:~# ls -al /usr/bin/python3*
  2. lrwxrwxrwx 1 root root 9 Jan 4 17:00 /usr/bin/python3 -> python3.7
  3. -rwxr-xr-x 2 root root 5544 Jan 4 17:00 /usr/bin/python3.7
  4. -rwxr-xr-x 2 root root 5544 Jan 4 17:00 /usr/bin/python3.7m
  5. -rwxr-xr-x 1 root root 1916 Jan 4 17:00 /usr/bin/python3.7m-config-lib
  6.  
  7. root@mp1som:~# systemctl start fail2ban
  8. Job for fail2ban-server.service failed because the control process exited with error code.
  9. See "systemctl status fail2ban-server.service" and "journalctl -xe" for details.
  10.  
  11. root@mp1som:~# systemctl status fail2ban
  12. [[0;1;31m●[[0m fail2ban-server.service - LSB: Start/Stop fail2ban
  13. Loaded: loaded (/etc/init.d/fail2ban-server; generated)
  14. Active: [[0;1;31mfailed[[0m (Result: exit-code) since Fri 2024-01-12 17:27:10 UTC; 13s ago
  15. Docs: man:systemd-sysv-generator(8)
  16. Process: 12156 ExecStart=/etc/init.d/fail2ban-server start [[0;1;31m(code=exited, status=2)[[0m
  17.  
  18. Jan 12 17:27:10 mp1som systemd[1]: Starting LSB: Start/Stop fail2ban...
  19. Jan 12 17:27:10 mp1som fail2ban-server[12156]: /etc/init.d/fail2ban-server: /etc/init.d/functions: line 134: syntax er
  20. ror: unexpected "(" (expecting "done")
  21. Jan 12 17:27:10 mp1som systemd[1]: [[0;1;39m[[0;1;31m[[0;1;39mfail2ban-server.service: Control process exited, code=ex
  22. ited, status=2/INVALIDARGUMENT[[0m
  23. Jan 12 17:27:10 mp1som systemd[1]: [[0;1;39m[[0;1;31m[[0;1;39mfail2ban-server.service: Failed with result 'exit-code'.
  24. [[0m
  25. Jan 12 17:27:10 mp1som systemd[1]: [[0;1;31m[[0;1;39m[[0;1;31mFailed to start LSB: Start/Stop fail2ban.[[0m
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement