Bug 182500

Summary: anaconda crashed install second disc
Product: [Fedora] Fedora Reporter: David Jensen <djensen>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-23 03:43:11 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 David Jensen 2006-02-22 21:47:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

Description of problem:
I have tried installing FC5 R3 both as an upgrade and as a new installation and the installer crashed at the beginning of the second disc.

The screen said that it was installing xorg-x11-drivers-7.0.3.i386 (0 bytes) when the crash occurred.

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


How reproducible:
Always

Steps to Reproduce:
1. Start install on machine
2. Get to end of first disc or beginning of second disc
3. Watch anaconda crash
  

Actual Results:  Crash and dump

Expected Results:  It should have continued installing.

Additional info:

Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 1253, in handleRenderCallback
    self.currentWindow.renderCallback()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 245, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib/anaconda/gui.py", line 951, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 146, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 217, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/backend.py", line 160, in doInstall
    backend.doInstall(intf, id, instPath)
  File "/usr/lib/anaconda/yuminstall.py", line 901, in doInstall
    self.ayum.run(self.instLog, cb, intf)
  File "/usr/lib/anaconda/yuminstall.py", line 425, in run
    self.populateTs(keepold=0)
  File "/usr/lib/anaconda/yuminstall.py", line 482, in populateTs
    self.downloadHeader(txmbr.po)
  File "/usr/lib/anaconda/yuminstall.py", line 546, in downloadHeader
    yum.YumBase.downloadHeader(self, po)
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 708, in downloadHeader
    cache=repo.http_caching != 'none',
  File "/usr/lib/python2.4/site-packages/yum/repos.py", line 625, in get
    http_headers=headers,
  File "/usr/lib/python2.4/site-packages/urlgrabber/mirror.py", line 414, in urlgrab
    return self._mirror_try(func, url, kw)
  File "/usr/lib/python2.4/site-packages/urlgrabber/mirror.py", line 400, in _mirror_try
    return func_ref( *(fullurl,), **kwargs )
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 618, in urlgrab
    return self._retry(opts, retryfunc, url, filename)
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 547, in _retry
    return apply(func, (opts,) + args, {})
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 606, in retryfunc
    fo._do_grab()
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 920, in _do_grab
    block = self.read(bs)
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 987, in read
    self._fill_buffer(amt)
  File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 967, in _fill_buffer
    new = self.fo.read(readamount)
  File "/usr/lib/python2.4/site-packages/urlgrabber/byterange.py", line 148, in read
    rslt = self.fo.read(size)
IOError: [Errno 5] Input/output error

Local variables in innermost frame:
self: <closed file '/mnt/source/Fedora/RPMS/system-config-soundcard-1.2.16-1.noarch.rpm', mode 'rb' at 0xb4a17d10>
size: 8192

[more available upon request]

Comment 1 Jeremy Katz 2006-02-22 21:52:52 UTC
This generally means you have a bad CD, although we should be checking the
error.  Did you runm ediacheck on your CDs?

Comment 2 David Jensen 2006-02-22 23:41:54 UTC
I appear to have a flakey CD (thermal?) hardware problem. I rechecked my 
discs. Discs that had been passed by mediacheck a first time are showing up as 
failures the next time. 

Thanks.