Bug 240948
| Summary: | Anaconda traceback during kickstart install | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roderick Johnstone <rmj> |
| Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jarod |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-05-27 19:28:24 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150226 | ||
Still seems to fail in the same way with todays rawhide that contains anaconda-11.2.0.63-2.i386.rpm. Works fine if I remove the "lang" statement from the kickstart file, except that it prompts me for the language. This is related to the locale stuff I'm currently looking at... Will be fixed with rhpl-208 Will try to reproduce this in the morning... This should be fixed in current rawhide and F7rc2. All of my kickstart-based testing has completed successfully. Please retest and confirm. If the problem persists, feel free to reopen this bug. |
Description of problem: Running a kickstart install gives traceback from anaconda. Version-Release number of selected component (if applicable): Current rawhide How reproducible: Every time Steps to Reproduce: 1. Run a kickstart install 2. 3. Actual results: Traceback from Anaconda, finishing with (copied by hand): if os.environ["LANG"].find("UTF") != -1 or os.environ["LANG"].find("utf") != -1 File "/usr/lib/python2.5/UserDict.py, line 22, in __getitem__ raise KeyError(key) KeyError: 'LANG' Expected results: Rawhide is installed. Additional info: Kickstart file contains: lang en_GB.UTF-8 This worked fine with the F7 test4 install. I have also tried with: lang en_GB and it gives the same error.