Bug 446608

Summary: Traceback from firstboot module
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: system-config-keyboardAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: fedora, mikethepsych
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-22 11:48:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
system-config-keyboard-traceback.patch none

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. ***