Bug 712468

Summary: KeyError: 'C'
Product: [Fedora] Fedora Reporter: Arun S A G <sagarun>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 15CC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: anaconda_trace_hash:c6cad19779b9a23bcf657140ab5b87eb4fbea633cb0240cacdb1436f0be62697
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-10 18:10:34 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:
Attachments:
Description Flags
Attached traceback automatically from anaconda. none

Description Arun S A G 2011-06-10 17:47:39 UTC
The following was filed automatically by anaconda:
anaconda 15.31 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/snack.py", line 193, in setCurrent
    self.w.listboxSetCurrent(self.item2key[item])
  File "/usr/lib/python2.7/site-packages/snack.py", line 798, in ListboxChoiceWindow
    l.setCurrent (default)
  File "/usr/lib/python2.7/site-packages/pyanaconda/textw/language_text.py", line 49, in __call__
    height = height, help = "lang")
  File "/usr/lib/python2.7/site-packages/pyanaconda/text.py", line 553, in run
    rc = win(self.screen, instance)
  File "/usr/sbin/anaconda", line 925, in <module>
    anaconda.intf.run(anaconda)
KeyError: 'C'

Comment 1 Arun S A G 2011-06-10 17:47:47 UTC
Created attachment 504176 [details]
Attached traceback automatically from anaconda.

Comment 2 Arun S A G 2011-06-10 18:01:55 UTC
I tried to invoke anaconda using liveinst -C command in runlevel 3. The setup is part of custom spin i created for personal use.

Comment 3 Arun S A G 2011-06-10 18:03:26 UTC
Its not 'liveinst -C'. The command is 'liveinst -T'

Comment 4 Chris Lumens 2011-06-10 18:10:34 UTC
liveinst is only supported in the graphical installer.  We have no code to support running it in text mode, and I'm surprised you got that far.