Hello,
I'm seeing the below errors in elevate-cpanel.log. Will this be an issue when trying to update to Almalinux?
They look to be related to CentOS system components.
/etc/yum.repos.d/yum.system.repo
/etc/yum.repos.d/yum.sourcedns.repo
Thanks
I'm seeing the below errors in elevate-cpanel.log. Will this be an issue when trying to update to Almalinux?
They look to be related to CentOS system components.
Code:
264 package(s) installed from unsupported YUM repo 'system-base' from /etc/yum.repos.d/yum.system.repo
55 package(s) installed from unsupported YUM repo 'system-updates-released' from /etc/yum.repos.d/yum.system.repo
Unsupported YUM repo enabled 'system-extras' without packages installed from /etc/yum.repos.d/yum.system.repo, these will be disabled before ELevation
4 package(s) installed from unsupported YUM repo 'stable-generic' from /etc/yum.repos.d/yum.sourcedns.repo
11 package(s) installed from unsupported YUM repo 'stable-arch' from /etc/yum.repos.d/yum.sourcedns.repo
10 package(s) installed from unsupported YUM repo 'stable-noarch' from /etc/yum.repos.d/yum.sourcedns.repo
*** Elevation Blocker detected: ***
One or more enabled YUM repo are currently unsupported and have installed packages.
You should disable these repositories and remove packages installed from them
before continuing the update.
Code:
name=CentOS-$releasever - $basearch - Base (Production system packages)
baseurl=http://syspackages.sourcedns.com/packages/mirrors/centos/7/os/$basearch/
gpgcheck=1
priority=3
[system-updates-released]
name=CentOS-$releasever - $basearch - Released Updates (Production system packages)
baseurl=http://syspackages.sourcedns.com/packages/mirrors/centos/7/updates/$basearch/
gpgcheck=1
priority=3
[system-extras]
name=CentOS-$releasever - $basearch - Extras (Production system packages)
baseurl=http://syspackages.sourcedns.com/packages/mirrors/centos/7/extras/$basearch/
gpgcheck=1
priority=3
Code:
[stable-generic]
name= Stable Generic Packages
baseurl=http://syspackages.sourcedns.com/packages/stable/generic/noarch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/packages.pub.key
priority=2
[stable-arch]
name= Stable Arch Specific Packages
baseurl=http://syspackages.sourcedns.com/packages/stable/centos/7/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/packages.pub.key
priority=2
[stable-noarch]
name= Stable Distro Specific Non-Architecture Specific Packages
baseurl=http://syspackages.sourcedns.com/packages/stable/centos/7/noarch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/packages.pub.key
priority=2