Bug 446608 - Traceback from firstboot module
Summary: Traceback from firstboot module
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-keyboard
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Lubomir Rintel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 447737 449271 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-15 10:53 UTC by Tim Waugh
Modified: 2008-06-28 12:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-22 11:48:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
system-config-keyboard-traceback.patch (617 bytes, patch)
2008-05-15 10:53 UTC, Tim Waugh
no flags Details | Diff

Description Tim Waugh 2008-05-15 10:53:30 UTC
Description of problem:
While installing a Fedora 9 system with kickstart I saw this traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/firstboot/interface.py", line 274, in
createScreens
    module.createScreen()
  File "/usr/share/firstboot/modules/keyboard.py", line 148, in createScreen
    if not self.kbd.beenset:
AttributeError: 'NoneType' object has no attribute 'beenset'

Version-Release number of selected component (if applicable):
system-config-keyboard-1.2.15-2.fc9

How reproducible:
Not sure.

Patch attached.

Comment 1 Tim Waugh 2008-05-15 10:53:30 UTC
Created attachment 305465 [details]
system-config-keyboard-traceback.patch

Comment 2 Lubomir Rintel 2008-05-15 12:12:43 UTC
Thanks for the report and the patch, committed in upstream SVN.
I will fix this only for Rawhide, unless you have objections against that.

Comment 3 Tim Waugh 2008-05-15 13:21:48 UTC
No objections -- it's not really something that's useful post-release anyway. 
Anyone using 'firstboot --reconfig' in a kickstart can always do:

%post
patch <<"EOF"
+++ ...
--- ...
@@ ...
...
EOF

with the patch in comment #1, as it's very small.

Comment 4 Lubomir Rintel 2008-05-22 10:37:59 UTC
*** Bug 447737 has been marked as a duplicate of this bug. ***

Comment 5 Lubomir Rintel 2008-05-22 11:48:21 UTC
Fixed in rawhide now.

Comment 6 Lubomir Rintel 2008-06-28 12:18:51 UTC
*** Bug 449271 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.