Open caraco1968 opened 1 year ago
I'm also having issues with 'ul', 'ul_auto', and 'hgdedi' repo's.
[ERROR] 1 package(s) installed from unsupported YUM repo 'ul_auto' from /etc/yum.repos.d/ul_auto.repo [ERROR] 2 package(s) installed from unsupported YUM repo 'ul' from /etc/yum.repos.d/ul.repo [ERROR] 7 package(s) installed from unsupported YUM repo 'hgdedi' from /etc/yum.repos.d/dedi.repo
UL_hostgator_repo.noarch 1.1-2.el6 @ul cpanel_addon_WPC.noarch 1.4-7 @ul eig-wpinstall.noarch 1.0.0-92 @ul_auto ESO-utils.noarch 1.2-387.el7 @hgdedi eig-upcp_control.noarch 1.0.0-13.el8 @hgdedi eigid.noarch 1.0.0-26.el6 @hgdedi hg-dedi-firewall.noarch 1.0.0-19.el7 @hgdedi hg-dedi-firewall-cpanel-plugin.noarch 1.0.0-19.el7 @hgdedi postupcp-dedi.x86_64 1.0.0-71.el7 @hgdedi sys-snap.noarch 1.0.3-6 @hgdedi
ul is on the top of our list to review for support in the coming month.
Any updates?
@toddr I'm also having same issues with these repos. Do you have any updates or workaround you could share?
[ERROR] 7 package(s) installed from unsupported YUM repo 'hgdedi' from /etc/yum.repos.d/dedi.repo
[ERROR] 1 package(s) installed from unsupported YUM repo 'ul_auto' from /etc/yum.repos.d/ul_auto.repo
[ERROR] 2 package(s) installed from unsupported YUM repo 'ul' from /etc/yum.repos.d/ul.repo
These are the installed packages from the repos
# yum list installed | grep -E '@hgdedi|@ul_auto|@ul'
ESO-utils.noarch 1.2-411.el7 @hgdedi
UL_hostgator_repo.noarch 1.1-2.el6 @ul
cpanel_addon_WPC.noarch 1.4-7 @ul
eig-upcp_control.noarch 1.0.0-13.el8 @hgdedi
eig-wpinstall.noarch 1.0.0-92 @ul_auto
eigid.noarch 1.0.0-26.el6 @hgdedi
hg-dedi-firewall.noarch 1.0.0-19.el7 @hgdedi
hg-dedi-firewall-cpanel-plugin.noarch 1.0.0-19.el7 @hgdedi
postupcp-dedi.x86_64 1.0.0-71.el7 @hgdedi
sys-snap.noarch 1.0.3-6 @hgdedi
I remove the packages of 'dedi' and 'ul' with yum and started the elevate process. I'm now blocked on stage 4 because of 'dedi' package. Apparently the 'dedi' repository not exist on the version 8 of CentOS in this website.
I was able to successfully elevate to AlmaLinux 8 by removing the packages and disabling the unsupported repositories
I was able to successfully elevate to AlmaLinux 8 by removing the packages and disabling the unsupported repositories
It's the same for me. I removed the package in '/etc/yum.repos.d/dedi.repo' and concluded the elevate process. At the moment nothing seems wrong.
I was able to successfully elevate to AlmaLinux 8 by removing the packages and disabling the unsupported repositories
same here, for anyone else wondering what/how
yum-config-manager --disable hgdedi
if that doesn't work, do this:
cd /
cat /etc/yum.repos.d/dedi.repo
this is just to check you have the repo and verify the issue
vim /etc/yum.repos.d/dedi.repo
i
then change enabled to 0
press esc
:wq
/scripts/elevate-cpanel --continue
on my server, it suggests running the following command
cleanup for kernels
/usr/bin/rpm -e kernel-3.10.0-1160.119.1.el7.x86_64
cleanup for packages
yum -y remove mysql-shell-8.0.38-1.el7.x86_64 mysql-communi ty-libs-8.0.38-1.el7.x86_64 mysql-community-client-8.0.38-1.el7.x86_64 mysql-community-client-plugins-8.0.38-1.el7.x86_64 cpanel bluehost_theme-3.0-46.el7.noarch alt-openssl-libs-1.0.2k-2.el7.cloudlinux.10.x86_64 tclx-8.4.0-22.el7.x86_64 alt-libssh2-1.8.0-2.e17.x86_64 mysql-community-libs-compat-8.0.38-1.e17.x86_64
elevate-cpanel will continue to block if you have packages installed from disabled repos. Ultimately for leapp to be successful, the goal is to remove the packages provided by ul while it upgrades from 7-->8
We're working with newfold on this soon.