Scott Greczkows

Well-Known Member
Feb 5, 2004
65
1
158
I am preparing to upgrade to AlmaUnix froom CentOS 7 and when running the test I am getting the following 3 errors (ok 2 errors and 1 Warning)

Here they are...

* 06-11:28:12 (3425) [ERROR] 2 package(s) installed from unsupported YUM repo 'ul' from /etc/yum.repos.d/ul.repo
* 06-11:28:12 (3425) [ERROR] 1 package(s) installed from unsupported YUM repo 'ul_webhostbox' from /etc/yum.repos.d/UL_webhostbox.repo
* 06-11:28:12 (2638) [WARN] Unknown error while checking blockers: Wide character in syswrite at /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/Log/Log4perl/Appender/File.pm line 306.

* 06-11:28:12 (692) [WARN] Please fix the detected issues before performing the elevation process.
How can I tell what the 2 packages are that are installed from repo 'ul' ?
Same question for the 'ul_webhostbox'

I have searched and can not find anything on the ul or ul_webhostbox repos, so I am not sure what they have installed or if they are needed. How do I clear these errors?

On the warning, is that something I need to worry about as that seems part of cpanel's perl setup.

Thanks for any help anyone can shed.

Scott
 

ServerHealers

Well-Known Member
Sep 21, 2015
100
57
78
India
cPanel Access Level
Root Administrator
To list the packages installed from those repositories, run these commands:

yum list installed | grep @ul
yum list installed | grep @UL_webhostbox
Once you get the packages installed from those repos, you might get some idea on what it could be. Probably, it could be a 3rd party plugin installed on your cPanel server.
 

Scott Greczkows

Well-Known Member
Feb 5, 2004
65
1
158
Thanks here is what I have found... but I can't figure out what they are or if they are needed.


UL_webhostbox_repo.noarch 1.1-2.el6 @ul
cpanel_addon_WPC.noarch 1.4-5 @ul_webhostbox
eig-wpinstall.noarch 1.0.0-86 @ul
 

ServerHealers

Well-Known Member
Sep 21, 2015
100
57
78
India
cPanel Access Level
Root Administrator
I believe it is an addon plugin installed on your cPanel server from a 3rd party provider. I'm not sure which plugin is this, but you might be able to see it listed under the Manage Plugins interface in the WHM panel there (could be a WordPress manager related plugin).