Issue
CloudLinux Manager does not load with the following error:
The received data is wrong. Contact support for resolution.
/bin/bash: /usr/share/l.v.e-manager/utils/cloudlinux-cli.py:
/opt/cloudlinux/venv/bin/python3: bad interpreter: No such file or directory
Environment
- CloudLinux Manager
Solution
- Check that the
/opt/cloudlinux/venv/bin/python3
exists on the server:
# ls /opt/cloudlinux/venv/bin/python3
ls: cannot access '/opt/cloudlinux/venv/bin/python3': No such file or directory - (Re)install the package owning that file:
# yum reinstall cloudlinux-venv
# yum install cloudlinux-venv
Cause
Missing file
Comments
0 comments
Please sign in to leave a comment.