Bug 186761 - Unhandled exception which retrying read of a possibly corrupted package
Summary: Unhandled exception which retrying read of a possibly corrupted package
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 5
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
: 187483 187646 187796 188397 188538 188890 200060 200062 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-26 06:11 UTC by Eric Raymond
Modified: 2007-11-30 22:11 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-27 16:33:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Eric Raymond 2006-03-26 06:11:47 UTC
Description of problem:

Traceback (most recent call last):
File "/usr/lib/anaconda/gui.py", line 1253, in handleRenderCallback
  self.currentWindow.renderCallback()
File "/usr/lib/anaconda/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 162, in doinstall
  backend.doinstall(intf, id, InstPath)
File "/usr/lib/anaconda/yuminstall.py", line 993, in doinstall
  self.ayum.run(self.instLog, cb, intf, id)
File "/usr/lib/anaconda/yuminstall.py", line 451, in run
  self._run(instLog, cb, intf)
File "/usr/lib/anaconda/yuminstall.py", line 459, in _run
  self.runTransaction(cb=cb)
File "/usrt/lib/python2.4/site-packages/yum/__init__.py", line 414, in
runTransaction
  errors = self.ts.run(cb.callback, '')
File "/usr/lib/anaconda/yuminstall.py", line 131, in callback
  fn = self.method.getRPMFilename(os.path.basename(path), getcd(po), None)
File "/usr/lib/anaconda/image.py", line 180. in getRPMFilename
  timer.stop()
AttributeError: 'NoneType' object has no attribute 'stop'

Local variables in innermost frame:
callback: None
self: <image.CdromInstallMethod instance at 0xb7acb06c>
mediano: 2
timer: None
Filename: xscreensaver-extras-4.24-1.1.i386.rpm


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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Chris Lumens 2006-03-31 15:59:49 UTC
*** Bug 187483 has been marked as a duplicate of this bug. ***

Comment 2 Chris Lumens 2006-04-03 19:05:11 UTC
*** Bug 187646 has been marked as a duplicate of this bug. ***

Comment 3 Chris Lumens 2006-04-03 19:07:39 UTC
*** Bug 187796 has been marked as a duplicate of this bug. ***

Comment 4 Chris Lumens 2006-04-10 15:32:06 UTC
*** Bug 188397 has been marked as a duplicate of this bug. ***

Comment 5 Chris Lumens 2006-04-11 15:15:42 UTC
*** Bug 188538 has been marked as a duplicate of this bug. ***

Comment 6 Chris Lumens 2006-04-13 13:45:07 UTC
*** Bug 188890 has been marked as a duplicate of this bug. ***

Comment 7 Andre Robatino 2006-04-14 03:06:32 UTC
  I filed bug #187615 which is similar, and was closed since the anacdump.txt
file made it look like a hardware problem.  However, it's not the RAM or CD
drive, since we tried replacing these.  And it's not the media, since the discs
were bought online and are the mass-produced type, which are relatively stable,
and pass mediacheck both before and after the failed install attempts.  And the
same machine installed FC4 successfully on the first try after multiple failed
attempts to install FC5 (each failing on the first install CD, only a fraction
of the way through).  I suspect that what's really going on is a kernel bug
causing what looks like a hardware problem.

Comment 8 Chris Lumens 2006-07-25 13:34:08 UTC
*** Bug 200060 has been marked as a duplicate of this bug. ***

Comment 9 Chris Lumens 2006-07-25 13:36:17 UTC
*** Bug 200062 has been marked as a duplicate of this bug. ***


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