Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 568334 - anaconda 13.31 exception report - KeyError: 'cleardiskssel'
Summary: anaconda 13.31 exception report - KeyError: 'cleardiskssel'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:2f56da851d35d2aed...
: 573148 573572 (view as bug list)
Depends On:
Blocks: F13Beta, F13BetaBlocker
TreeView+ depends on / blocked
 
Reported: 2010-02-25 13:08 UTC by James Laska
Modified: 2013-09-02 06:45 UTC (History)
16 users (show)

Fixed In Version: anaconda-13.33-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 598493 (view as bug list)
Environment:
Last Closed: 2010-03-18 14:40:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (deleted)
2010-02-26 08:26 UTC, Tomasz Torcz
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-03-11 23:58 UTC, Stephen Cuppett
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-03-15 00:07 UTC, Eugene Kanter
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-03-20 16:32 UTC, Robert Lightfoot
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-03-23 00:56 UTC, Robert Lightfoot
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-03-23 01:16 UTC, Robert Lightfoot
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-03-23 01:44 UTC, Robert Lightfoot
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-05-10 18:34 UTC, James Laska
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-05-11 03:51 UTC, He Rui
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-05-13 07:02 UTC, He Rui
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-05-13 07:08 UTC, He Rui
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-05-27 22:48 UTC, Chris Miller
no flags Details
Attached traceback automatically from anaconda. (deleted)
2010-06-04 00:07 UTC, Brian Lane
no flags Details

Description James Laska 2010-02-25 13:08:29 UTC
Accidentally misfiled by python-meh.  For full traceback, see attachment#396217 [details]

(In reply to comment #12)
> tried to update a F13RC installation in text mode with 13.28 which seems to
> have x-server issues with radeon RV630.  Got traceback after selecting update
> and OK.    

(In reply to comment #13)
> Created an attachment (id=396217) [details]
> Attached traceback automatically from anaconda.    

anaconda 13.31 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/text.py", line 597, in run
    (file, classNames) = stepToClasses[step]
  File "/usr/bin/anaconda", line 1191, in <module>
    anaconda.intf.run(anaconda)
KeyError: 'cleardiskssel'

Local variables in innermost frame:
nextWindow: UpgradeExamineWindow.UpgradeExamineWindow
win: <UpgradeExamineWindow.UpgradeExamineWindow instance at 0xb5a22aac>
self: <text.InstallInterface object at 0xb59fd7cc>
args: <__main__.Anaconda object at 0xb70c81cc>
rc: 0
anaconda: <__main__.Anaconda object at 0xb70c81cc>
instance: <__main__.Anaconda object at 0xb70c81cc>
classNames: ('UpgradeExamineWindow',)
lastrc: 0
file: upgrade_text
loaded: <module 'UpgradeExamineWindow' from '/usr/lib/anaconda/textw/upgrade_text.py'>
step: cleardiskssel
found: (<open file '/usr/lib/anaconda/textw/upgrade_text.py', mode 'U' at 0xb5950750>, '/usr/lib/anaconda/textw/upgrade_text.py', ('.py', 'U', 1))
foo: findinstall
instLang: <language.Language object at 0xb5a09b6c>

Comment 1 Chris Lumens 2010-02-25 15:03:02 UTC
Does updates=http://clumens.fedorapeople.org/568334.img fix this?

Comment 2 James Laska 2010-02-25 15:38:26 UTC
(In reply to comment #1)
> Does updates=http://clumens.fedorapeople.org/568334.img fix this?    

             ┌───────────────┤ System to Upgrade ├────────────────┐             
             │                                                    │             
             │ There seem to be one or more existing Linux        │             
             │ installations on your system.                      │             
             │                                                    │             
             │ Please choose one to upgrade, or select 'Reinstall │             
             │ System' to freshly install your system.            │             
             │                                                    │             
             │    Reinstall System                                │             
             │    Fedora 12 (/dev/mapper/vg_test1110-lv_root)     │             
             │                                                    │             
             │         ┌────┐                  ┌──────┐           │             
             │         │ OK │                  │ Back │           │             
             │         └────┘                  └──────┘           │             
             │                                                    │             
             │                                                    │             
             └────────────────────────────────────────────────────┘             

              ┌──────┤ Upgrade Boot Loader Configuration ├───────┐              
              │                                                  │              
              │ The installer has detected the GRUB boot loader  │              
              │ currently installed on /dev/vda.                 │              
              │                                                  │              
              │       (*) Update boot loader configuration       │              
              │          ( ) Skip boot loader updating           │              
              │     ( ) Create new boot loader configuration     │              
              │                                                  │              
              │         ┌────┐                 ┌──────┐          │              
              │         │ OK │                 │ Back │          │              
              │         └────┘                 └──────┘          │              
              │                                                  │              
              │                                                  │              
              └──────────────────────────────────────────────────┘              

Indeed it does, thanks.

Comment 3 Tomasz Torcz 2010-02-26 08:26:26 UTC
Created attachment 396494 [details]
Attached traceback automatically from anaconda.

Comment 4 Stephen Cuppett 2010-03-11 23:58:03 UTC
Created attachment 399508 [details]
Attached traceback automatically from anaconda.

Comment 5 Eugene Kanter 2010-03-15 00:07:40 UTC
Created attachment 400080 [details]
Attached traceback automatically from anaconda.

Comment 6 Chris Lumens 2010-03-15 14:20:26 UTC
*** Bug 573148 has been marked as a duplicate of this bug. ***

Comment 7 Chris Lumens 2010-03-15 16:03:12 UTC
*** Bug 573572 has been marked as a duplicate of this bug. ***

Comment 8 James Laska 2010-03-18 14:40:43 UTC
Confirmed fix exists in anaconda-13.35 for both Graphical and Text upgrades.

Comment 9 Robert Lightfoot 2010-03-20 16:32:24 UTC
Created attachment 401463 [details]
Attached traceback automatically from anaconda.

Comment 10 Robert Lightfoot 2010-03-23 00:56:21 UTC
Created attachment 401895 [details]
Attached traceback automatically from anaconda.

Comment 11 Robert Lightfoot 2010-03-23 01:16:19 UTC
Created attachment 401897 [details]
Attached traceback automatically from anaconda.

Comment 12 Robert Lightfoot 2010-03-23 01:44:23 UTC
Created attachment 401905 [details]
Attached traceback automatically from anaconda.

Comment 13 James Laska 2010-05-10 18:34:44 UTC
Created attachment 412924 [details]
Attached traceback automatically from anaconda.

Comment 14 He Rui 2010-05-11 03:51:59 UTC
Created attachment 413036 [details]
Attached traceback automatically from anaconda.

Comment 15 He Rui 2010-05-13 07:02:48 UTC
Created attachment 413649 [details]
Attached traceback automatically from anaconda.

Comment 16 He Rui 2010-05-13 07:08:57 UTC
Created attachment 413651 [details]
Attached traceback automatically from anaconda.

Comment 17 He Rui 2010-05-13 07:13:12 UTC
(In reply to comment #16)
> Created an attachment (id=413651) [details]
> Attached traceback automatically from anaconda.      

It happens when upgrading to create new bootloader config in text-mode 
-- KeyError: 'bootloader' Please refer to bug 580378.

Comment 20 Chris Miller 2010-05-27 22:48:23 UTC
Created attachment 417416 [details]
Attached traceback automatically from anaconda.

Comment 21 James Laska 2010-06-01 13:56:30 UTC
Chris Miller (cjm): Thanks for the bug report!  It turns out that your issue maybe slightly different.  I've filed bug#598493 (and cc'd you to that report) to track the issue further.

Comment 22 Brian Lane 2010-06-04 00:07:18 UTC
Created attachment 421073 [details]
Attached traceback automatically from anaconda.


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