Bug 170227

Summary: yum network timeouts too panicky for diallup connection
Product: [Fedora] Fedora Reporter: davidbrightly
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 4CC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: ???
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-09 16:44:19 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 davidbrightly 2005-10-09 16:41:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.8) Gecko/20050513 Epiphany/1.6.1

Description of problem:
yum repeatedly timing out connections to mirror sites during temporary network  congestion.  See attached log.  Download of primary.xml.gz via web browser successful in this period.  Can work around by setting throttle=4k.  Network timeout not a user-settable option.


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

How reproducible:
Sometimes

Steps to Reproduce:
1. create network congestion 
2. clear yum cache
3. yum install evolution-2.4.0-2.i386
  

Actual Results:  see attached log

Expected Results:  primary.xml.gz  successfully downloaded

Additional info:

Fedora Core 4, 400MHz AMD K6,  192M RAM, 56kb dialup line, UK Sunday afternoon.            Am attempting to pursue Evolution bug http://bugzilla.gnome.org/show_bug.cgi?id=318293 but not meeting much success!

Comment 1 Ignacio Vazquez-Abrams 2005-10-09 16:44:19 UTC
yum allows you to set the timeout length. See "man 5 yum.conf" for more details.

Comment 2 Ignacio Vazquez-Abrams 2005-10-09 17:15:47 UTC
Interesting, it's not in the yum 2.3.2-7 man page for yum.conf. Anyways just put
"timeout=XX" in /etc/yum.conf where XX is the desired timeout in seconds.