Bug 127153
| Summary: | error spew on socket.error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | GeoffLeach <geoffleach.gl> |
| Component: | yum | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-07-03 13:02:06 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: | |||
This is typical yum behavior from a newtwork and/or server problem. Assuming transient behavior, reopen if not. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040518 Firefox/0.8 Description of problem: The following suggests the possibility of errors in handling of an error. Downloading Packages Getting kernel-2.6.6-1.435.2.3.i686.rpm kernel-2.6.6-1.435.2.3.i6 0% | | 24 kB 03:20 ETA Traceback (most recent call last): File "/usr/bin/yum", line 30, in ? yummain.main(sys.argv[1:]) File "/usr/share/yum/yummain.py", line 339, in main clientStuff.download_packages(tsInfo) File "/usr/share/yum/clientStuff.py", line 1212, in download_packages checkfunc=(rpmUtils.checkRpmMD5, (), {'urlgraberror':1})) File "/usr/share/yum/clientStuff.py", line 1327, in grab bandwidth, conf.retries, retrycodes, checkfunc) File "/usr/share/yum/urlgrabber.py", line 237, in retrygrab progress_obj, throttle, bandwidth) File "/usr/share/yum/urlgrabber.py", line 343, in urlgrab _do_grab(filename, fo, progress_obj, raw_throttle) File "/usr/share/yum/urlgrabber.py", line 387, in _do_grab block = fo.read(bs) File "/usr/share/yum/keepalive.py", line 235, in read s = self._rbuf + self._raw_read(amt) File "/usr/lib/python2.3/httplib.py", line 409, in read s = self.fp.read(amt) File "/usr/lib/python2.3/socket.py", line 301, in read data = self._sock.recv(recv_size) socket.error: (104, 'Connection reset by peer') Version-Release number of selected component (if applicable): yum-2.0.7-1.1 How reproducible: Always Steps to Reproduce: 1.you -y update 2. 3. Actual Results: given above Expected Results: update package Additional info: Fri Jul 2 12:12 PM, should that matter On retry, Downloading Packages error: rpmts_HdrFromFdno: headerRead failed: hdr blob(967649): BAD, read returned 48696 Damaged RPM /var/cache/yum/updates-released/packages/kernel-2.6.6-1.435.2.3.i686.rpm, removing. Getting kernel-2.6.6-1.435.2.3.i686.rpm kernel-2.6.6-1.435.2.3.i6 0% | | 24 kB 02:56 ETA Looks like its hung at this point.