Bug 723345 - Rescue mode fails - TypeError: progressWindow() takes exactly 4 arguments (6 given)
Summary: Rescue mode fails - TypeError: progressWindow() takes exactly 4 arguments (6 ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: AcceptedBlocker
Depends On:
Blocks: F16Alpha, F16AlphaBlocker
TreeView+ depends on / blocked
 
Reported: 2011-07-19 20:12 UTC by James Laska
Modified: 2013-09-02 06:57 UTC (History)
6 users (show)

Fixed In Version: anaconda-16.13-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-04 01:13:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James Laska 2011-07-19 20:12:29 UTC
Description of problem:

Failure during rescue mode while scanning system partitions.

Version-Release number of selected component (if applicable):
 * anaconda-16.12-1

How reproducible:


Steps to Reproduce:
1. Follow steps outlined in test case at http://fedoraproject.org/wiki/QA:Testcase_Anaconda_rescue_mode
  
Actual results:

                                                                                                Original exception was:
                                                                                                                       Traceback (most recent call last):
                                                                                                                                                           File "/tmp/updates/anaconda", line 806, in <module>
                               anaconda.dispatch.run()
                                                        File "/tmp/updates/pyanaconda/dispatch.py", line 294, in run
                                                                                                                        self.anaconda.intf.run(self.anaconda)
                                                                                                                                                               File "/tmp/updates/pyanaconda/rescue.py", line 139, in run
                                          self.anaconda.dispatch.dispatch()
                                                                             File "/tmp/updates/pyanaconda/dispatch.py", line 338, in dispatch
                                                                                                                                                  self.dir = self.steps[self.step].target(self.anaconda)
                       File "/tmp/updates/pyanaconda/rescue.py", line 321, in doRescue
                                                                                          storage.storageInitialize(anaconda)
                                                                                                                               File "/tmp/updates/pyanaconda/storage/__init__.py", line 116, in storageInitialize
                                  storage.reset()
                                                   File "/tmp/updates/pyanaconda/storage/__init__.py", line 448, in reset
                                                                                                                             100, 0.03, pulse=True)
                                                                                                                                                   TypeError: progressWindow() takes exactly 4 arguments (6 given)


Expected results:

No traceback

Additional info:

 * Impacts F16 Alpha criteria "The rescue mode of the installer must start successfully and be able to detect and mount an existing default installation "

Comment 1 Tim Flink 2011-07-21 16:27:27 UTC
I think this pretty clearly impacts the provided criterion - +1 alpha blocker

Comment 2 Tim Flink 2011-07-22 20:56:39 UTC
Discussed at the 2011-07-22 blocker bug review review meeting. We agreed that this hits the following alpha release criteria and have accepted it as a Fedora 16 alpha blocker bug.

The rescue mode of the installer must start successfully and be able to detect and mount an existing default installation

Comment 3 James Laska 2011-07-29 13:04:53 UTC
Tested and confirmed fix in anaconda-16.14-1.  We can move this to VERIFIED once that package lands in the branched compose.

Comment 4 James Laska 2011-07-29 18:07:00 UTC
(In reply to comment #3)
> Tested and confirmed fix in anaconda-16.14-1.  We can move this to VERIFIED
> once that package lands in the branched compose.

Correction, I'll move to VERIFIED, and we can CLOSE once a TC1 branch compose is available

Comment 5 Adam Williamson 2011-08-04 00:48:19 UTC
James: can you confirm the fix in TC1 and close this? Thanks.

Comment 6 Adam Williamson 2011-08-04 01:13:51 UTC
Confirmed I was able to start rescue mode in TC1. Closing. Re-open if a problem remains, James. thanks!


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