Bug 240948 - Anaconda traceback during kickstart install
Summary: Anaconda traceback during kickstart install
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC7Blocker
TreeView+ depends on / blocked
 
Reported: 2007-05-23 09:35 UTC by Roderick Johnstone
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-05-27 19:28:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.