CentOS Linux Changing

Wait, that’s no the first kill:
What was CoreOS and CoreOS container Linux ded, owned by BreadHat.

And now CentOS.

  • We are accelerating support for cPanel on Ubuntu LTS, and expect to deliver a production-ready version in late 2021.

Found a leaked video clip from cPanel’s engineering department when they got that email without much deliberation.

Wonder how long until Plesk absorbs cPanel…

5 Likes

I never understood why so many prefer Ubuntu for servers, instead of plain Debian. (I get it if it’s about LTS.) Maybe somehow corporate support/backing by Canonical plays a role, but I find Debian to be easier to maintain and also upgrade between major versions.
(Uhm, maybe I’m derailing this thread.)

2 Likes

LOL Yes it’s a huge task to accomplish within 1yr for production grade release. Though we don’t know how far along in development they already were before the announcement :slight_smile:

So, end of the next Year, we got a CentOS experimental version + CPanel experimental version, gg.

Spun up CentOS 7.9, CentOS 8.3, Debian 10, Oracle 8.3 and Ubuntu 20.04 guest LXD containers to play with to see what’s what overtime :slight_smile:

lxc list
+----------+---------+---------------------+----------------------------------------------+-----------+-----------+
|   NAME   |  STATE  |        IPV4         |                     IPV6                     |   TYPE    | SNAPSHOTS |
+----------+---------+---------------------+----------------------------------------------+-----------+-----------+
| centos79 | RUNNING | 10.10.10.93 (eth0)  | fd42:c19:1dbf:b8d7:216:3eff:fe16:7dfb (eth0) | CONTAINER | 0         |
+----------+---------+---------------------+----------------------------------------------+-----------+-----------+
| centos80 | RUNNING | 10.10.10.101 (eth0) | fd42:c19:1dbf:b8d7:216:3eff:fe64:cf6d (eth0) | CONTAINER | 0         |
+----------+---------+---------------------+----------------------------------------------+-----------+-----------+
| debian10 | RUNNING | 10.10.10.19 (eth0)  | fd42:c19:1dbf:b8d7:216:3eff:fef8:ede (eth0)  | CONTAINER | 0         |
+----------+---------+---------------------+----------------------------------------------+-----------+-----------+
| oracle80 | RUNNING | 10.10.10.7 (eth0)   | fd42:c19:1dbf:b8d7:216:3eff:fefc:8d02 (eth0) | CONTAINER | 0         |
+----------+---------+---------------------+----------------------------------------------+-----------+-----------+
| ubuntu20 | RUNNING | 10.10.10.131 (eth0) | fd42:c19:1dbf:b8d7:216:3eff:feec:546f (eth0) | CONTAINER | 0         |
+----------+---------+---------------------+----------------------------------------------+-----------+-----------+
lxc exec ubuntu20 -- cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS"

lxc exec ubuntu20 -- cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.1 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.1 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
lxc exec debian10 -- cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

lxc exec debian10 -- cat /etc/debian_version
10.7
lxc exec centos79 -- cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

lxc exec centos79 -- cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
lxc exec centos80 -- cat /etc/redhat-release
CentOS Linux release 8.3.2011

lxc exec centos80 -- cat /etc/os-release
NAME="CentOS Linux"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
lxc exec oracle80 -- cat /etc/oracle-release
Oracle Linux Server release 8.3

lxc exec oracle80 -- cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="8.3"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="8.3"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Oracle Linux Server 8.3"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:8:3:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 8"
ORACLE_BUGZILLA_PRODUCT_VERSION=8.3
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=8.3