Bug 240948

Summary: Anaconda traceback during kickstart install
Product: [Fedora] Fedora Reporter: Roderick Johnstone <rmj>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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    

Description Roderick Johnstone 2007-05-23 09:35:34 UTC
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.

Comment 1 Roderick Johnstone 2007-05-24 15:12:24 UTC
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.

Comment 2 Jeremy Katz 2007-05-24 16:59:05 UTC
This is related to the locale stuff I'm currently looking at...

Comment 3 Jeremy Katz 2007-05-24 20:34:29 UTC
Will be fixed with rhpl-208

Comment 4 Jarod Wilson 2007-05-24 22:29:46 UTC
Will try to reproduce this in the morning...

Comment 5 Will Woods 2007-05-27 19:28:24 UTC
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.