Hi !
I'm working how to sys admin of one server with cpanel and cloudlinux, i have a little of experience management this servers however later of apply some updates the php selector shows this message:
I tried solve this problem reinstalling the php group, but this problem cointinue.
Could someone help me to solve it ?
Thanks =)
I'm working how to sys admin of one server with cpanel and cloudlinux, i have a little of experience management this servers however later of apply some updates the php selector shows this message:
The received data is wrong. Contact support for resolution. Traceback (most recent call last):
File "/usr/share/l.v.e-manager/utils/cloudlinux-cli-user.py", line 16, in
cloudlinux_cli.main()
File "/usr/share/l.v.e-manager/utils/libcloudlinux.py", line 187, in main
endpoint()
File "/usr/share/l.v.e-manager/utils/libcloudlinux.py", line 494, in cl_selector
self.check_php_selector_user_availablility()
File "/usr/share/l.v.e-manager/utils/libcloudlinux.py", line 508, in check_php_selector_user_availablility
import cagefsctl
File "/usr/share/cagefs/cagefsctl.py", line 73, in
import cagefs_without_lve_lib
File "/usr/share/cagefs/cagefs_without_lve_lib.py", line 47, in
sentry_client = init_sentry_client(
^^^^^^^^^^^^^^^^^^^
File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clsentry/__init__.py", line 29, in init_sentry_client
sentry = UserlandClient(dsn, release=release)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clsentry/client.py", line 41, in __init__
tags=self._get_user_tags(),
^^^^^^^^^^^^^^^^^^^^^
File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clsentry/client.py", line 75, in _get_user_tags
'Cloudlinux edition': get_cl_edition_readable(),
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clcommon/lib/cledition.py", line 250, in get_cl_edition_readable
with open(CL_EDITION_FILE_FOR_USERS, 'r') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/opt/cloudlinux/cl_edition'
File "/usr/share/l.v.e-manager/utils/cloudlinux-cli-user.py", line 16, in
cloudlinux_cli.main()
File "/usr/share/l.v.e-manager/utils/libcloudlinux.py", line 187, in main
endpoint()
File "/usr/share/l.v.e-manager/utils/libcloudlinux.py", line 494, in cl_selector
self.check_php_selector_user_availablility()
File "/usr/share/l.v.e-manager/utils/libcloudlinux.py", line 508, in check_php_selector_user_availablility
import cagefsctl
File "/usr/share/cagefs/cagefsctl.py", line 73, in
import cagefs_without_lve_lib
File "/usr/share/cagefs/cagefs_without_lve_lib.py", line 47, in
sentry_client = init_sentry_client(
^^^^^^^^^^^^^^^^^^^
File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clsentry/__init__.py", line 29, in init_sentry_client
sentry = UserlandClient(dsn, release=release)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clsentry/client.py", line 41, in __init__
tags=self._get_user_tags(),
^^^^^^^^^^^^^^^^^^^^^
File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clsentry/client.py", line 75, in _get_user_tags
'Cloudlinux edition': get_cl_edition_readable(),
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/cloudlinux/venv/lib64/python3.11/site-packages/clcommon/lib/cledition.py", line 250, in get_cl_edition_readable
with open(CL_EDITION_FILE_FOR_USERS, 'r') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/opt/cloudlinux/cl_edition'
Could someone help me to solve it ?
Thanks =)
Comment