dzamanakos

Well-Known Member
Feb 15, 2014
79
6
58
Larisa / Greece
cPanel Access Level
Root Administrator
Hi,
at some point, cant tell exactly when, the system stopped updating.

a part of /usr/local/cpanel/scripts/upcp output is :

[20140215.185330] [19793] --> Running transaction check
[20140215.185330] [19793] ---> Package rrdtool.x86_64 0:1.4.7-1.el5.rf will be an update
[20140215.185330] [19793] --> Processing Dependency: ruby for package: rrdtool-1.4.7-1.el5.rf.x86_64
[20140215.185330] [19793] ---> Package ttmkfdir.x86_64 0:3.0.9-32.1.el6 will be installed
[20140215.185333] [19793] --> Finished Dependency Resolution
[20140215.185333] [19793] Error: Package: rrdtool-1.4.7-1.el5.rf.x86_64 (rpmforge)
[20140215.185333] [19793] Requires: ruby
[20140215.185333] [19793] You could try using --skip-broken to work around the problem
[20140215.185335] [19793] You could try running: rpm -Va --nofiles --nodigest
[20140215.185335] [19793] checkyum version 21.1
[20140215.185336] 28% complete
[20140215.185336] - Processing command `/usr/local/cpanel/scripts/sysup`
[20140215.185337] [19809] All Needed RPMS are installed.
[20140215.185337] 29% complete

an it continues until reinstalling whm..


the end of yum update command is :

---> Package xorg-x11-fonts-Type1.noarch 0:7.2-9.1.el6 will be installed
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.2-9.1.el6.noarch
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.2-9.1.el6.noarch
--> Running transaction check
---> Package rrdtool.x86_64 0:1.4.7-1.el5.rf will be an update
--> Processing Dependency: ruby for package: rrdtool-1.4.7-1.el5.rf.x86_64
---> Package ttmkfdir.x86_64 0:3.0.9-32.1.el6 will be installed
--> Finished Dependency Resolution
Error: Package: rrdtool-1.4.7-1.el5.rf.x86_64 (rpmforge)
Requires: ruby
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

and stops there.
i've run the /scripts/installruby and completes.


the output of ruby --version command is :
ruby 1.8.7 (2013-06-27 patchlevel 374) [x86_64-linux]

any thoughts?
Thanks in advance,
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Error: Package: rrdtool-1.4.7-1.el5.rf.x86_64 (rpmforge)
It looks like you are using a non-standard YUM repository (rpmforge). Are you using this repo for a specific package? If not, you may want to consider removing it and then running "yum update" again.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
It's actually the default repo list from the Operating System, not cPanel. Here is an example for CentOS:

CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
CentOS-Vault.repo
Thank you.