Bug 625759
Summary: | yum is unable to download an rpm of 2.9GB returns negative file size -1286380771 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Grant Williamson <grant_williamson> |
Component: | yum | Assignee: | James Antill <james.antill> |
Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | ||
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-08-20 13:23:06 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Grant Williamson
2010-08-20 11:28:46 UTC
I can get the rpm to download with a little hack, with an errors since the checksum fails since "file size" does not match. But the md5sum is good. i.e. gunzip primary.xml.gz Change the size package/installed/archive to blank <size package="" installed="" archive=""/> find the size/sha256 sum of the file and modify the results in repomd.xml ls -l primary.xml ; sha256sum primary.xml ; gzip primary.xml ; ls -l primary.xml.gz ; sha256sum primary.xml.gz yumdownloader ibm-winxp-kvm-3.01 Loaded plugins: refresh-packagekit, rhnplugin This system is not registered with RHN. RHN support will be disabled. ibm-winxp-kvm-3.01-1-1.noarch.rpm | 2.8 GB 01:16 ftp://blah/ibm-winxp-kvm-3.01-1-1.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. Could not download/verify pkg ibm-winxp-kvm-3.01-1-1.noarch: failure: ibm-winxp-kvm-3.01-1-1.noarch.rpm from kvm: [Errno 256] No more mirrors to try. Something does not seem to parse the size correctly. *** This bug has been marked as a duplicate of bug 612409 *** |