Bug 523003
| Summary: | Unhandled exception on load .ks file | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pavel Alexeev <pahan> |
| Component: | system-config-kickstart | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | clumens |
| 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: | 2009-09-14 19:32:02 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: | |||
This will be fixed in the next build of system-config-kickstart. Thanks for the bug report. |
Description of problem: When I try load one of predefined ks-file (in this ixample /usr/share/spin-kickstarts/fedora-livecd-xfce-de_CH.ks) system-config-kickstart fails wit this message: Component: system-config-kickstart Summary: TB99d205c4 basic.py:236:applyKickstart:KeyError: 'sg-latin1-nodeadkeys' Traceback (most recent call last): File "/usr/share/system-config-kickstart/kickstartGui.py", line 315, in on_activate_open self.applyKickstart() File "/usr/share/system-config-kickstart/kickstartGui.py", line 339, in applyKickstart self.basic_class.applyKickstart() File "/usr/share/system-config-kickstart/basic.py", line 236, in applyKickstart self.keyboard_combo.entry.set_text(self.keyboard_dict[self.ks.keyboard.keyboard][0]) KeyError: 'sg-latin1-nodeadkeys' Local variables in innermost frame: lang: Italian (Switzerland) ksLang: de_DE self: <basic.basic instance at 0xa2a69cc> Version-Release number of selected component (if applicable): # rpm -qa '*kickstart*' system-config-kickstart-2.7.22-1.fc11.noarch spin-kickstarts-0.11.4-1.fc11.noarch pykickstart-1.54-1.fc11.noarch How reproducible: Always