Announcement

Collapse
No announcement yet.

Uninstall LVE cPanel Plugin for End-User

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Uninstall LVE cPanel Plugin for End-User

    Hello,

    How to uninstall/remove lve-cpanel-plugin ?

    Thanks.

  • #2
    Try running yum remove lve-cpanel-plugin
    If that doesn remove everything follow it up with: /scripts/upcp

    Comment


    • #3
      Hello
      I have been installed the Cloud Linux 7.8 on my server, but Cloud Linux live manager has some problem with kernel
      I already reboot the server for a few times but still has the same issue
      Reboot your system to update the kernel.
      If this message is displayed after reboot, please contact support
      Please advise us what we need to do to solve it

      Comment


      • #4
        > Hello
        > I have been installed the Cloud Linux 7.8 on my server, but Cloud Linux live manager has some problem with kernel
        > I already reboot the server for a few times but still has the same issue
        > Reboot your system to update the kernel.
        > If this message is displayed after reboot, please contact support
        > Please advise us what we need to do to solve it

        Hello Frank,
        In this case, you need to check if the Cloud Linux kernel is installed:

        Code:
        rpm -qa| grep kernel| sort
        To distinguish from others - lve will appear in the package name, for example: kernel-3.10.0-962.3.2.lve1.5.28.el7.x86_64
        If the kernel is installed, you need to configure grub (/etc/grub2.conf) so that the Cloud Linux kernel appears first in the list. And it will be used by default after server reboot:

        Code:
        # grubby --default-kernel
        If you have any other questions, feel free to ask here. Thank you for contacting us.

        Comment

        Working...
        X