-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 14.04: no keyboard in console #602
Comments
I've observed this too. When I used wireshark to examine the VNC stream I saw XenCenter opening multiple simultaneous VNC connections to the same console. My theory is that regular qemu doesn't support this and it has been worked around in the XenServer qemu patch queue. I think XenCenter's VNC client should be fixed to multiplex everything down a single connection. |
I also tried the development snapshots: The CentOS 6 December vesions hat xen 4.4.1 and console was not working correctly too. But now, version 2015-02-05 works fine: Do they use another branch of xapi/xen? |
Currently xenserver.org builds use a different version of Xen and qemu. My theory is that a patch in the xenserver.org qemu patch queue is fixing the keyboard. I think @euanh was investigating whether buildroot could -- at least optionally -- use the exact same version of Xen and qemu as xenserver.org. So far we've stuck to whatever the distro provides, but this isn't perfect (clearly). The longer term goal is to replace the xenserver.org ad-hoc build and packaging scripts with the buildroot ones. I think we're making progress -- both buildroot and xenserver.org's trunk snapshots are now using the [xenserver/planex] tool to build RPMs (via mock) for a large subset of the packages. |
I built and installed xenserver-core with buildroot 9cbc74f on Ubuntu 14.04 amd64.
Then did a simple test setup: LVM Local Storage, NFS ISO Storage, Windows 7 VM (one 64 bit, one 32 bit), separate Windows 7 Client with XenCenter.
Install went fine but while using I found some issues:
If I open a console of a VM in XenCenter 6.5 (also tried 6.2.2) mouse is working but keyboard not.
Everytime I press a key similar sequence of events like this happen:
If I use OpenXenManager keyboard works. Does OpenXenManager send keys in a different way than XenCenter?
Because of other limitations OpenXenManager has it would be nice If keyboard works in XenCenter too.
The text was updated successfully, but these errors were encountered: