Bug 426887 - 20071220 liveinst traceback UnboundLocalError: 'style' after entering luks key
Summary: 20071220 liveinst traceback UnboundLocalError: 'style' after entering luks key
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-28 00:31 UTC by Charles R. Anderson
Modified: 2007-12-28 20:23 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-28 20:23:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
anaconda dump (68.34 KB, text/plain)
2007-12-28 00:31 UTC, Charles R. Anderson
no flags Details

Description Charles R. Anderson 2007-12-28 00:31:09 UTC
Description of problem:
Unhandled exception after typing in luks encryption key on live install from
20071220 i686 CD.

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

How reproducible:
always

Steps to Reproduce:
1. liveinst
2. Remove all partitions on selected drives and create default layout
3. Select "Encrypt system"
4. Click Next
5. Enter passphase, Confirm passphrase
6. Click OK
7. Traceback
  
Actual results:

anaconda None exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/gui.py", line 797, in __init__
    self.dialog = gtk.MessageDialog(mainWindow, 0, style, buttons, text)
  File "/usr/lib/anaconda/gui.py", line 667, in run
    type = "error")
  File "/usr/lib/anaconda/gui.py", line 1119, in getLuksPassphrase
    rc = d.run()
  File "/usr/lib/anaconda/iw/autopart_type.py", line 59, in getNext
    thepass = self.intf.getLuksPassphrase(self.partitions.autoEncryptPass)
  File "/usr/lib/anaconda/gui.py", line 1196, in nextClicked
    rc = self.currentWindow.getNext ()
UnboundLocalError: local variable 'style' referenced before assignment

Comment 1 Charles R. Anderson 2007-12-28 00:31:09 UTC
Created attachment 290462 [details]
anaconda dump

Comment 2 Jeremy Katz 2007-12-28 20:23:06 UTC
Fixed in git. Thanks for the report


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