[et-mgmt-tools] list index out of range when running virt-install

Cole Robinson crobinso at redhat.com
Mon Jan 12 22:18:24 UTC 2009


Nerijus Baliunas wrote:
> On Mon, 12 Jan 2009 15:44:43 -0500 Cole Robinson <crobinso at redhat.com> wrote:
> 
>>>   File "/usr/lib/python2.5/site-packages/virtinst/util.py", line 296, in default_keymap
>>>     kt = s.split('"')[1]
>>> IndexError: list index out of range
>>>
>>> Assuming it's something with my locale, I tried to set LANG=en_US LC_ALL=en_US LC_CTYPE=en_US
>>> but it didn't help. I changed line 296 from kt = s.split('"')[1] to kt = s.split('"')[0] and
>>> I was able to start install.
>> Hmm, this should be fixed with current upstream. Just to be sure,
>> what does 'cat /etc/sysconfig/keyboard' give?
> 
> KEYTABLE=mgltb-lat7
> 
> But it is last modified in Apr 2000, I used it then for setting console.
> 

Yeah, current upstream is smart enough not to choke on that, so this
will be fixed with the next release.

Thanks,
Cole




More information about the et-mgmt-tools mailing list