0

Ajenti not starting on Ubuntu 20.04

Waylen fa 2 anys 0

The install is fine, but when inputting the command sudo systemctl status ajenti or seeing if the service is running, it says " ajenti.service: start operation timed out. Terminating." I used to have icecast2 running on port 8000, but since turned off the daemon and nothing else is running on that port. Running  ajenti-panel -v freezes the terminal, such is the case when running the systemctl status command as well. When force-closing ajenti-panel -v I am left with:
Traceback (most recent call last):
File "/opt/ajenti/bin/ajenti-panel", line 9, in
import aj
File "/opt/ajenti/lib/python3.8/site-packages/aj/__init__.py", line 3, in
import platform as pyplatform
File "/usr/lib/python3.8/platform.py", line 137, in
_component_re = re.compile(r'([0-9]+|[._+-])')
File "/usr/lib/python3.8/re.py", line 252, in compile
return _compile(pattern, flags)
File "/usr/lib/python3.8/re.py", line 304, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/lib/python3.8/sre_compile.py", line 768, in compile
code = _code(p, flags)
File "/usr/lib/python3.8/sre_compile.py", line 604, in _code
_compile_info(code, p, flags)
File "/usr/lib/python3.8/sre_compile.py", line 555, in _compile_info
charset = _get_charset_prefix(pattern, flags)
File "/usr/lib/python3.8/sre_compile.py", line 500, in _get_charset_prefix
flags = _combine_flags(flags, add_flags, del_flags)
File "/usr/lib/python3.8/sre_compile.py", line 67, in _combine_flags
if add_flags & TYPE_FLAGS:
KeyboardInterrupt" 

If that means anything. Any help is apperiecated