Announcement

Collapse
No announcement yet.

Why the name CentOS 7.3 is not changing to ClouldLinux in cPanel?

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

  • Why the name CentOS 7.3 is not changing to ClouldLinux in cPanel?

    Why the name CentOS 7.3 is not changing to ClouldLinux in cPanel as i see the tutorial if done installing the cloudlinux, it will be change to CloudLinux.

    Please help, im new to vps and cloudlinux

  • #2
    Hello,

    This is a known cPanel bug. They are already working on it. For you reference - CPANEL-12657 is a bug ID in cPanel bug tracking system.

    To fix it please perform the following 2 commands:

    Code:
    cp /usr/local/cpanel/whostmgr/docroot/templates/menu/topframe.tmpl /usr/local/cpanel/whostmgr/docroot/templates/menu/topframe.tmpl.bak
    Code:
    sed -i s/[\% whm_variables.BASEOS \%]/CLOUDLINUX 7.3 x86_64/g /usr/local/cpanel/whostmgr/docroot/templates/menu/topframe.tmpl
    You can check kernel version from console with following command:

    Code:
    uname -r
    Kernel should be like this:

    3.10.0-427.36.1.lve1.4.44.el7.x86_64

    Comment

    Working...
    X