E Sysup: Needed system RPMs were not installed: xz, yum-utils

Tymsah

Well-Known Member
Apr 6, 2007
151
0
166
cPanel Access Level
Root Administrator
Hi,

how can i fix tihs issue ?

E Sysup: Needed system RPMs were not installed: xz, yum-utils

regards,



Code:
[2015-11-22 06:00:16 +0200] Testing if rpm_is_working RPM is installed
[2015-11-22 06:00:16 +0200] package rpm_is_working is not installed
[2015-11-22 06:00:16 +0200] Testing if it's possible to install a simple RPM
[2015-11-22 06:00:16 +0200] Preparing... ##############################
####################
[2015-11-22 06:00:16 +0200] rpm_is_working ##################################################
[2015-11-22 06:00:17 +0200] Switching to version '11.52.0.24' of updatenow to perform sync.
[2015-11-22 06:00:17 +0200] checkyum version 22.3
[2015-11-22 06:00:22 +0200] checkyum version 22.3
[2015-11-22 06:00:23 +0200] Loaded plugins: fastestmirror
[2015-11-22 06:00:23 +0200] Loading mirror speeds from cached hostfile
[2015-11-22 06:00:24 +0200] * rpmforge: ftp.fi.muni.cz
[2015-11-22 06:00:25 +0200] Excluding Packages in global exclude list
[2015-11-22 06:00:27 +0200] Finished
[2015-11-22 06:00:27 +0200] Setting up Install Process
[2015-11-22 06:00:28 +0200] No package xz available.
[2015-11-22 06:00:28 +0200] No package yum-utils available.
[2015-11-22 06:00:29 +0200] Nothing to do
[2015-11-22 06:00:29 +0200] Prelinking shared libraries and binaries: /usr/sbin/prelink -av -mR
[2015-11-22 06:00:41 +0200] checkyum version 22.3
[2015-11-22 06:00:43 +0200] E Sysup: Needed system RPMs were not installed: xz, yum-utils
[2015-11-22 06:00:43 +0200] ***** FATAL: Cannot proceed. Needed system RPMs were not installed.
[2015-11-22 06:00:43 +0200] The Administrator will be notified to review this output when this script completes
=> Log closed Sun Nov 22 06:00:43 2015
[2015-11-22 06:00:43 +0200] 17% complete
[2015-11-22 06:00:43 +0200] E Running `/usr/local/cpanel/scripts/updatenow --upcp --log=/var/cpanel/updatelogs/update.1448164801.log` failed, exited with code 18 (signal = 0)
 
Last edited by a moderator:

Tymsah

Well-Known Member
Apr 6, 2007
151
0
166
cPanel Access Level
Root Administrator
Hi,

[email protected] [~]# yum clean all
Loaded plugins: fastestmirror
Cleaning up Everything
Cleaning up list of fastest mirrors
[email protected] [~]# yum install yum-utils
Loaded plugins: fastestmirror
Determining fastest mirrors
* rpmforge: apt.sw.be
extra | 2.4 kB 00:00
extra/primary_db | 6.2 kB 00:00
rpmforge | 1.9 kB 00:00
rpmforge/primary_db | 7.0 MB 00:08
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package yum-utils available.
Nothing to do
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

RPMForge is not a standard YUM repo. Are you using it for a specific package?

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
No, it's a third-party REPO that's typically installed manually (unless your provider included it). You may want to remove it from the /etc/yum.repos.d/ location and then run "yum clean all" before attempting to update your packages through "yum update".

Thank you.