Bug 440272
| Summary: | Summary: TB471250f2 grabber.py:1200:_do_grab:IOError: [Errno 2] No such file or directory: '//var/cache/yum/rhel-x86_64-client-5/headers/tzdata-2007k-2.el5.noarch.hdr' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Kevin Ryan <kevin.ryan> | ||||
| Component: | yum | Assignee: | Miroslav Suchý <msuchy> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | BaseOS QE Security Team <qe-baseos-security> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.2 | ||||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-11-26 13:25:30 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: | |||||||
| Attachments: |
|
||||||
|
Description
Kevin Ryan
2008-04-02 15:51:21 UTC
Created attachment 300081 [details]
Software Updater core dump
I could not reproduce it. It seams that directory /var/cache/yum/rhel-x86_64-client-5/headers do not exists, which confuse the code. Since _getFile is called with variable "local" already set by yum, it should be probably yum responsibility to check the path exists. Will check From yum changelog:
2008-11-18 Seth Vidal <skvidal>
* yum/yumRepo.py: yes, umm, if you do need to get headers for some
crack reason (like checking for potential file conflicts) then you
need to make the header dir
It has been fixed in yum-3.2.21 (but not tracked under BZ)
|