Update fails to 11.40.1.9 from 11.40.0.29.

toyama

Member
Jun 17, 2011
21
1
53
Hello,

When you run the "Upgrade to Latest Version", fail to update during the downloading the RPM file.

It has been found that it is error that is out to md5 of cpanel-clamav-0.98-4.cp1140.x86_64.rpm does not exist in the /usr/local/cpanel/tmp/rpm_downloads/httpupdate.cpanel.net_RPM_11.40_centos_6_x86_64.md5
To exist in the http://httpupdate.cpanel.net/RPM/11.40/centos/6/x86_64/rpm.md5 that is its base.
Will it solve what if.

--------
[20140124.180304] Detected version '11.40.0.29' from version file.
[20140124.180304] Using mirror '216.12.197.42' for host 'httpupdate.cpanel.net'.
[20140124.180304] Target version set to '11.40.1.9'
[20140124.180304] Checking license
[20140124.180305] License file check complete
[20140124.180305] Checking that the RPM DB is OK...
- snip -
[20140124.181517] cpanel-pango-1.28.0-2.cp1136.x86_64.rpm already downloaded
[20140124.181517] cpanel-php53-XML-Util-1.2.1-3.cp1136.noarch.rpm already downloaded
[20140124.181517] ***** FATAL: No md5 data for cpanel-clamav-0.98-4.cp1140.x86_64.rpm
[20140124.181517] The Administrator will be notified to review this output when this script completes
[20140124.181517] ***** FATAL: Error staging RPM files: Died at /usr/local/cpanel/scripts/updatenow.static-cpanelsync line 13830.
[20140124.181517] see How to Fix RPM Installation Failures in WHM for more information
[20140124.181517] The Administrator will be notified to review this output when this script completes
[20140124.181517] E Detected events which require user notification during updatenow. Will send iContact the log
--------

Thanks
 

cPanelMichael

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

Could you try removing this specific mirror to rule it out as the cause of the problem? You can do this by running the following command:

Code:
sed -i '/216.12.197.42/d' /root/.HttpRequest/httpupdate.cpanel.net
Then, run another cPanel update to see if it completes successfully.

Thank you.