Bug 530739 - system-config-kickstart produces traceback when invoked with "--generate"
Summary: system-config-kickstart produces traceback when invoked with "--generate"
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-kickstart
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 536900 573478 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-10-24 17:14 UTC by Ken Nelson
Modified: 2010-03-14 23:45 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-10-26 15:52:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Proposed patch for this bz (374 bytes, patch)
2009-10-24 17:34 UTC, Ken Nelson
no flags Details | Diff

Description Ken Nelson 2009-10-24 17:14:08 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090911 Fedora/3.5.3-1.fc12 Firefox/3.5.3

[knelson@gypsy mnt]$ system-config-kickstart --generate /tmp/ken.ks
Traceback (most recent call last):
  File "/usr/bin/system-config-kickstart", line 66, in <module>
    useCliMode(value)
  File "/usr/bin/system-config-kickstart", line 41, in useCliMode
    import profileSystem
  File "/usr/share/system-config-kickstart/profileSystem.py", line 28, in <module>
    from system_config_keybard import keyboard
ImportError: No module named system_config_keybard


Reproducible: Always

Steps to Reproduce:
1.type system-config-kickstart --generate /tmp/filename
2.
3.
Actual Results:  
Produces the previously mentioned traceback.

Expected Results:  
A ks file generated per the invocation.

in /usr/share/system-config-kickstart/profileSystem.py, 
change this line:
    from system_config_keybard import keyboard
to read
    from system_config_keyboard import keyboard

This appears to be a simple typo.

Comment 1 Ken Nelson 2009-10-24 17:34:31 UTC
Created attachment 365964 [details]
Proposed patch for this bz

I'm very new at all this. Someday, may my talent match my enthusiasm.

Comment 2 Chris Lumens 2009-10-26 15:52:17 UTC
Yeah that's exactly right.  Thanks for the patch.  I'll include this in the next build of system-config-kickstart, which should make it into F12.

Comment 3 Chris Lumens 2009-11-11 19:52:03 UTC
*** Bug 536900 has been marked as a duplicate of this bug. ***

Comment 4 Chris Lumens 2010-03-14 23:45:27 UTC
*** Bug 573478 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.