Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. To uninstall CloudLinux, do:
  2.  
  3. $ wget -O cldeploy https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
  4. $ sh cldeploy -c
  5.  
  6. Now you have converted back to CentOS and it is the time to install kernel.
  7.  
  8. To delete CloudLinux kernel, run:
  9.  
  10. rpm -e --nodeps kernel-2.6.32-673.26.1.lve1.4.27.el6.x86_64
  11.  
  12. To install new CentOS kernel once you deleted CloudLinux kernel, type yum install kernel.
  13.  
  14. If yum says that the latest kernel is already installed, it is OK.
  15.  
  16. Please check your bootloader configuration before rebooting the system.
  17.  
  18. To remove unused kmods and lve libs run:
  19.  
  20. yum remove lve kmod*lve*
  21.  
  22. Kernel package and related LVE packages should be deleted and the required kernel will be installed.
  23.  
  24. Before the reboot, the following command should be executed for restoring Apache and httpd.conf without mod_hostinglimits:
  25.  
  26. For EasyApache 3:
  27.  
  28. /scripts/easyapache --build
  29.  
  30. For EasyApache 4:
  31.  
  32. /usr/local/bin/ea_install_profile --install /etc/cpanel/ea4/profiles/cpanel/default.json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement