Bug 516178 - yum leaves many tmpfiles
Summary: yum leaves many tmpfiles
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: python-urlgrabber
Version: rawhide
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
Assignee: James Antill
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-07 08:00 UTC by Mamoru TASAKA
Modified: 2014-01-21 23:10 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-08-07 15:08:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Result after executing yum clean all (7.27 KB, text/plain)
2009-08-07 08:00 UTC, Mamoru TASAKA
no flags Details

Description Mamoru TASAKA 2009-08-07 08:00:36 UTC
Created attachment 356626 [details]
Result after executing yum clean all

Description of problem:
Just executing # yum clean all leaves many undeleted
tmpfiles under /tmp.

Version-Release number of selected component (if applicable):
yum-3.2.23-13.fc12.noarch

How reproducible:
100%

Steps to Reproduce:
1. yum clean all
2.
3.
  
Actual results:
Many tmpfiles are left undeleted under /tmp, see attached

Comment 1 seth vidal 2009-08-07 15:08:50 UTC
okay. This isn't yum but a python-urlgrabber 'bug'. urlgrabber switched to using tempfiles for urlopen() calls - but I had forgotten how often yum does that for parsing the repo files. So i've reverted that one in particular and am going back to storing the files in memory. Not b/c of the mess of putting tmpfiles on the system but b/c it will be constantly writing tiny files that then immediately get discarded.


so this is reassigned to python-urlgrabber and closed upstream. I'll make a new release of it shortly.

thanks


Note You need to log in before you can comment on or make changes to this bug.