Xen/KVM Virtualization Management Application
  • 日本語
  • English

Karesansui Users


No Such KeyMap

Added by Anonymous 715 days ago

I was trying to change the VNC settings for a VM and got the following message on save:

ERROR: Bad Request [400]
No such VNC Keymap [en-us].


Replies

Comment

RE: No Such KeyMap - Added by Taizo ITO 711 days ago

Hi,

Which hypervisor do you use? Xen or kvm ?
Is there 'en-us' file in keymap directories ?

kvm: /usr/share/kvm/keymaps
Xen: /usr/share/xen/qemu/keymaps

Thanks.

Comment

RE: No Such KeyMap - Added by Anonymous 710 days ago

KVM

$ ls -l /usr/share/kvm/keymaps/en-us
rw-r-r-- 1 root root 609 Feb 4 15:22 /usr/share/kvm/keymaps/en-us

Comment

RE: No Such KeyMap - Added by Taizo ITO 710 days ago

Hi,

Thank you very much for your reply.
Sorry, it's just bug. The attached patch makes it work.

root# cd /opt/karesansui/lib/python
root# patch -p1 < ./0001-BUGFIX.patch

Thanks.

0001-BUGFIX.patch - fixed no such vnc keymap error. (2.6 KB)

Reply