kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.08k stars 365 forks source link

Guest console does not respond to keyboard #1307

Closed JoseGoncalves closed 4 years ago

JoseGoncalves commented 4 years ago

After install Kimichi 3.0 in my host machine, my guest consoles appear properly but stop responding to any keystrokes. I'm using as a host a Debian 10 distribution.

I've tested accessing Kimchi with latest versions of Chrome and Firefox.

I use a Portuguese keymap that I setup with virsh edit <domain> command in this way:

<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='pt'>
  <listen type='address' address='127.0.0.1' />
</graphics>

I've tested to remove the keymap parameter (leave the default) just to see if the console responds to any key, but without success.

What can I do more to debug this issue?

JoseGoncalves commented 4 years ago

Found the problem. To start accepting keystrokes it's required to previously click on the VNC window.