Failed to update package with up2date(MD5 digest error)
Problem Description
===============
error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(fad38f573b66fea36f818ef71c2c6bfc) != (272c113499f93fabbbc604fb5171e3be)
xorg-x11-6.8.2-1.0.1.EL.63. An error has occurred:
Analysis
---------------------
A earlier package download may have been stopped or aborted in some way. An invalid RPM package file fragment is present in the up2date staging area(/var/spool/up2date).
Solution
=============
Remove the offending RPM package fragment from the up2date staging area in the /var/spool/up2date directory. In our example:
- # cd /var/spool/up2date
- # /bin/rm -f *.rpm
- # /usr/sbin/up2date -u
error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(fad38f573b66fea36f818ef71c2c6bfc) != (272c113499f93fabbbc604fb5171e3be)
xorg-x11-6.8.2-1.0.1.EL.63. An error has occurred:
Analysis
---------------------
A earlier package download may have been stopped or aborted in some way. An invalid RPM package file fragment is present in the up2date staging area(/var/spool/up2date).
Solution
=============
Remove the offending RPM package fragment from the up2date staging area in the /var/spool/up2date directory. In our example:
- # cd /var/spool/up2date
- # /bin/rm -f *.rpm
- # /usr/sbin/up2date -u
0