Announcement

Collapse
No announcement yet.

List of CloudLinux versions with corresponding uname results??!!

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

  • List of CloudLinux versions with corresponding uname results??!!

    I have a VM on which the ludicrous result of uname -r is 3.10.0-962.3.2.lve1.5.38.el7.x86_64 and I guess Im just supposed to know through some idiotic form of osmosis that it is CloudLinux Version 7.8! If not for cPanel, I would have no freaking idea how to decipher that! Yes, I know the first part is the Linux kernel!

    Is there a list anywhere on the planet that actually shows uname results WITH the corresponding CloudLinux version numbers so I can actually know which version is on a particular VM?

    I have been searching the Internet for hours and am extremely frustrated that such a simple thing has to be treated like a freaking state secret! Nobody has any information anywhere I can find! Why does it have to be like this??!!

  • #2
    I guess no list exists for CL even though several exist for RHEL.

    At the very least, one CAN use hostnamectl to see the current CL version in addition to the kernel version.

    Comment


    • #3
      Technically uname -r does do this for you
      lve in the kernel information tells you its CloudLinux
      el7 in the kernel information tells you its 7

      But

      Code:
      hostnamectl
      also provides the information more easily readable.

      Comment

      Working...
      X