Centos7 countly status error
Centos 7 error after install
Python 3.6.12
pip 9.0.1
* countly.service - countly-supervisor Loaded: loaded (/etc/systemd/system/countly.service; enabled; vendor preset: disabled) Active: failed (Result: start-limit) since Wed 2022-01-12 19:22:13 UTC; 34s ago Docs: http://count.ly Process: 11370 ExecStart=/usr/bin/supervisord --nodaemon --configuration /root/countly/bin/config/supervisord.conf (code=exited, status=203/EXEC) Main PID: 11370 (code=exited, status=203/EXEC)Jan 12 19:22:13 instance-2 systemd[1]: countly.service: main process exited, code=exited, status=203/EXECJan 12 19:22:13 instance-2 systemd[1]: Unit countly.service entered failed state.Jan 12 19:22:13 instance-2 systemd[1]: countly.service failed.Jan 12 19:22:13 instance-2 systemd[1]: countly.service holdoff time over, scheduling restart.Jan 12 19:22:13 instance-2 systemd[1]: Stopped countly-supervisor.Jan 12 19:22:13 instance-2 systemd[1]: start request repeated too quickly for countly.serviceJan 12 19:22:13 instance-2 systemd[1]: Failed to start countly-supervisor.Jan 12 19:22:13 instance-2 systemd[1]: Unit countly.service entered failed state.Jan 12 19:22:13 instance-2 systemd[1]: countly.service failed.
Comments
Hello Vitaliy,
Thank you for reporting this issue, we missed EOL of pip for Python 2.x and CentOS 7 installation will work with Python 3.x after this PR merged: https://github.com/Countly/countly-server/pull/2321.
Please sign in to leave a comment.