Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 196418

Summary: pup windows frozen while downloading
Product: [Fedora] Fedora Reporter: Tom Horsley <horsley1953>
Component: pirutAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: bryan.w.bell, katzj
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-11 22:24:14 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:
Bug Depends On:    
Bug Blocks: 150224    

Description Tom Horsley 2006-06-23 05:25:26 UTC
Description of problem:

Been experimenting with FC6t1, and finally found a subset of updates
it didn't complain about dependency errors on, but once it started the
update and put up the "Downloading packages" dialog with the progress bar,
the windows froze. It never indicated any progress or refreshed any window
while doing the (extremely long) downloads. Only by running a network
monitor or looking at the /var/cache/yum directories could I tell anything
was happening.

This was all immediately following an install off the DVD, so the versions
of software involved are whatever was shipped with FC6t1.

Comment 1 Bryan Bell 2006-06-25 16:54:46 UTC
Does the same thing happen with FC5?, I noticed that the progress bar for pirut
an d pup only updates  when a package finishes downloading(this is because they
didn't use multithreading for the progress bar so it blocks on the download). 

Comment 2 Tom Horsley 2006-06-25 19:43:42 UTC
Don't know. I suppose I could give it a try next time I update my FC5
system (but I normally use yumex on FC5 and would on FC6 as well if only
it worked :-).

Comment 3 Jeremy Katz 2006-06-26 00:50:34 UTC
Multithreading isn't the only answer here... we should be getting proper
callbacks so that we can do updates without needing a thread.  I'll look into
what's going wrong on the download side.

Comment 4 Jeremy Katz 2006-09-11 22:24:14 UTC
Callbacks weren't being set up properly in yum, fixed in yum cvs