Question
When deploying CloudLinux, you receive the following error preventing the installation from completing.
error: clcommon: get_lve_version: Can`t open file /proc/lve/list
error: Failed dependencies:
Answer
This will appear when the server is not running an LVE kernel or LVE is not installed. Running uname with the -r switch will display the running kernel. LVE kernels will show "lve" in the uname output.
[root@server ~]cPs# uname -r
4.18.0-372.19.1.lve.el8.x86_64
[root@server ~]cPs#
If the server is not running an LVE kernel, reboot the server into an LVE kernel.
If the server is running an LVE kernel, install LVE.
yum install lvemanager