Bug 638523
Summary: | virt-install sets keymap, breaks keyboards | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Marko Myllynen <myllynen> | |
Component: | python-virtinst | Assignee: | Cole Robinson <crobinso> | |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 6.0 | CC: | dallan, ftaylor, gspurgeon, kxiong, mhideo, zpeng | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
* virt-install would put keymap into the generated xml file causing qemu internal keymaps to be used resulting in the possiblity of broken keyboards. This update fixes the default keymap for qemu and ensures correct operation of the -k option. (BZ#638523)
|
Story Points: | --- | |
Clone Of: | ||||
: | 704471 (view as bug list) | Environment: | ||
Last Closed: | 2011-05-19 13:42:57 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 704471 |
Description
Marko Myllynen
2010-09-29 09:07:17 UTC
Fixed upstream now: http://hg.fedorahosted.org/hg/python-virtinst/rev/2bde513dcd9e Latest QEMU works best when no keymap is specified, since gtk-vnc supports a QEMU extension which makes manual keymap unnecessary. This also fixes -k none brokenness. Fix built in python-virtinst-0.500.5-1.el6 Verified with libvirt-0.8.7-1.el6.x86_64 and python-virtinst-0.500.5-1.el6 1.Run /usr/bin/virt-install --connect qemu:///system --name m2-test-3 --ram 768 --cdrom /root/Downloads/RHEL5.5-Server-20100322.0-i386-DVD.iso --os-type linux --disk path=/root/test1,size=8 --vnc --noreboot --debug 2. Look at the output log Wed, 19 Jan 2011 16:42:47 DEBUG Generated install XML: .... <input type='mouse' bus='ps2'/> <graphics type='vnc' port='-1'/> <console type='pty'/> ... Wed, 19 Jan 2011 16:42:47 DEBUG Generated install XML: .... <input type='mouse' bus='ps2'/> <graphics type='vnc' port='-1'/> <console type='pty'/> No keymap is generated when not setting -k option. Verification is passed. verified this bug with: Linux localhost.localdomain 2.6.32-130.el6.x86_64 #1 SMP Tue Apr 5 19:58:31 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux python-virtinst-0.500.5-3.el6.noarch libvirt-0.8.7-17.el6.x86_64 passed. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: * virt-install would put keymap into the generated xml file causing qemu internal keymaps to be used resulting in the possiblity of broken keyboards. This update fixes the default keymap for qemu and ensures correct operation of the -k option. (BZ#638523) An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0636.html |