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: yumAssignee: 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 Flags
Software Updater core dump none

Description Kevin Ryan 2008-04-02 15:51:21 UTC
Description of problem:
Component: Software Updater (/usr/sbin/pup) crashes.

Version-Release number of selected component (if applicable):


How reproducible:
starting /usr/sbin/pup via directory, or tool bar, gives consistent result:
crash.

Steps to Reproduce:
1. cd /usr/sbin/; ./pup
2. or launch from tool bar
3.
  
Actual results:
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'

Expected results:
Absence of crashing.

Additional info:

Comment 1 Kevin Ryan 2008-04-02 15:51:21 UTC
Created attachment 300081 [details]
Software Updater core dump

Comment 3 Miroslav Suchý 2009-11-26 11:26:43 UTC
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

Comment 4 Miroslav Suchý 2009-11-26 13:25:30 UTC
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)