When I try to create a new KVM VM x86_64, os variant Ubuntu Hardy, it
fails at the end with this message:
Error setting up graphics device:list index out of range
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/create.py", line 640, in
finish
guest._graphics_dev = virtinst.VirtualGraphics
(type=virtinst.VirtualGraphics.TYPE_VNC)
File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 207, in
__init__
self.set_keymap(keymap)
File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 219, in
set_keymap
val = util.default_keymap()
File "/usr/lib/python2.5/site-packages/virtinst/util.py", line 293, in
default_keymap
kt = s.split('"')[1]
IndexError: list index out of range
What could be wrong here? I'm using virt-manager 0.6.0, libvirt 0.4.6,
python-virtinst 0.400.0 on Mandriva Linux 2009.0 x86_64.
--
Frederik Himpe