The system detected an error during the cPanel & WHM version change from “11.60.0.36” to “11.62.0.8

Feb 9, 2017
12
0
51
Egypt
cPanel Access Level
Root Administrator
The system detected an error during the cPanel & WHM version change from “11.60.0.36” to “11.62.0.8”, which prevented the updatenow process from completing normally.
Code:
Review the attached log for further details.
[2017-02-09 16:07:44 +0100] Testing if it's possible to install a simple RPM
[2017-02-09 16:07:44 +0100] Preparing... ########################################
[2017-02-09 16:07:44 +0100] Updating / installing...
[2017-02-09 16:07:44 +0100] rpm_is_working-1.0-0 ########################################
[2017-02-09 16:07:45 +0100] Switching to version '11.62.0.8' of updatenow to perform sync.
[2017-02-09 16:07:45 +0100] checkyum version 22.3
[2017-02-09 16:07:46 +0100] checkyum version 22.3
[2017-02-09 16:07:47 +0100] Loaded plugins: fastestmirror, universal-hooks
[2017-02-09 16:07:49 +0100] E http://dev.centos.org/centos/7/testing/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
[2017-02-09 16:07:49 +0100] E Trying other mirror.
[2017-02-09 16:07:49 +0100] Loading mirror speeds from cached hostfile
[2017-02-09 16:07:49 +0100] * remi-safe: rpms.remirepo.net
[2017-02-09 16:07:49 +0100] No package redhat-rpm-config available.
[2017-02-09 16:07:49 +0100] E Error: Nothing to do
[2017-02-09 16:07:49 +0100] E (XID zrfjjj) The system failed to execute yum with the arguments “-y -c /etc/yum.conf install redhat-rpm-config --disablerepo=epel” because of an error: The “/usr/bin/yum” command (process 19980) reported error number 1 when it ended. :http://dev.centos.org/centos/7/testing/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
[2017-02-09 16:07:49 +0100] Trying other mirror.
[2017-02-09 16:07:49 +0100] To address this issue please refer to the below knowledge base article
[2017-02-09 16:07:49 +0100] [Errno 14] yum fails with HTTP/HTTPS Error 404 - Red Hat Customer Portal
[2017-02-09 16:07:49 +0100] If above article doesn't help to resolve this issue please create a bug on My View - CentOS Bug Tracker
[2017-02-09 16:07:49 +0100] Error: Nothing to do
[2017-02-09 16:07:49 +0100] checkyum version 22.3
[2017-02-09 16:07:50 +0100] E Sysup: Needed system RPMs were not installed: redhat-rpm-config
[2017-02-09 16:07:50 +0100] ***** FATAL: Cannot proceed. Needed system RPMs were not installed.
[2017-02-09 16:07:50 +0100] The Administrator will be notified to review this output when this script completes
=> Log closed Thu Feb 9 16:07:50 2017
Please help me
 
Last edited by a moderator:
Feb 9, 2017
12
0
51
Egypt
cPanel Access Level
Root Administrator
yes , but same problem

see:

Code:
[[email protected] ~]# yum update
Loaded plugins: fastestmirror, universal-hooks
EA4                                                      | 2.9 kB     00:00
http://dev.centos.org/centos/7/testing/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

[Errno 14] yum fails with HTTP/HTTPS Error 404 - Red Hat Customer Portal

If above article doesn't help to resolve this issue please create a bug on My View - CentOS Bug Tracker



 One of the configured repositories failed (CentOS-7 - Base),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Disable the repository, so yum won't use it by default. Yum will then
        just ignore the repository until you permanently enable it again or use
        --enablerepo for temporary usage:

            yum-config-manager --disable base

     4. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=base.skip_if_unavailable=true

failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
http://dev.centos.org/centos/7/testing/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

[[email protected] ~]#
 
Last edited by a moderator:
Feb 9, 2017
12
0
51
Egypt
cPanel Access Level
Root Administrator
now error

Code:
[[email protected] ~]# yum update
Loaded plugins: fastestmirror, universal-hooks
EA4                                                      | 2.9 kB     00:00
http://dev.centos.org/centos/7/testing/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

[Errno 14] yum fails with HTTP/HTTPS Error 404 - Red Hat Customer Portal

If above article doesn't help to resolve this issue please create a bug on My View - CentOS Bug Tracker



 One of the configured repositories failed (CentOS-7 - Base),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Disable the repository, so yum won't use it by default. Yum will then
        just ignore the repository until you permanently enable it again or use
        --enablerepo for temporary usage:

            yum-config-manager --disable base

     4. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=base.skip_if_unavailable=true

failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
http://dev.centos.org/centos/7/testing/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
[[email protected] ~]# yum clean all
Loaded plugins: fastestmirror, universal-hooks
Cleaning repos: EA4 base epel extras remi remi-safe updates
Cleaning up everything
[[email protected] ~]# yum install yum-utils
Loaded plugins: fastestmirror, universal-hooks
EA4                                                      | 2.9 kB     00:00
http://dev.centos.org/centos/7/testing/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

[Errno 14] yum fails with HTTP/HTTPS Error 404 - Red Hat Customer Portal

If above article doesn't help to resolve this issue please create a bug on My View - CentOS Bug Tracker



 One of the configured repositories failed (CentOS-7 - Base),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Disable the repository, so yum won't use it by default. Yum will then
        just ignore the repository until you permanently enable it again or use
        --enablerepo for temporary usage:

            yum-config-manager --disable base

     4. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=base.skip_if_unavailable=true

failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
http://dev.centos.org/centos/7/testing/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

This looks like an issue with your system package manager (YUM) as opposed to the cPanel software. However, feel free to open a support ticket using the link in my signature so we can take a closer look and verify that's the case. You can post the ticket number here so we can update this thread with the outcome.

Thank you.