Bug 947020
Summary: | virt-manager can't display guest if using unix sockets | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | zhe peng <zpeng> | ||||
Component: | virt-manager | Assignee: | Martin Kletzander <mkletzan> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.0 | CC: | calestyo, codong, cwei, dallan, lcui, mjenner, mkletzan, mzhan, tzheng, zpeng, zsong | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | virt-manager-0.10.0-8.el7 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-06-13 11:34:38 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
zhe peng
2013-04-01 08:32:44 UTC
Any plans to implement this? Would be quite reasonable, from a security POV. Any plans to support UNIX sockets with SPICE? virt-viewer and virt-manager are two separate things. If it was working in virt-viewer it should be still working, but I don't know about virt-manager having the support. Do I understand correctly that you want to have the support for vnc with unix sockets? Or does it mean that you just want to make sure virt-manager adds proper configuration in order to display the guest? I guess this would be nice to have. SPICE supports UNIX sockets, but I'm not sure about it's support in qemu and libvirt. virt-manager support vnc with unix sockets on rhel6.4&rhel6.5 Is this function removed on rhel7? You're right, sorry for the confusion. virt-manager supports vnc unix sockets. What is the error you see in the 'console' tab? Created attachment 831983 [details]
virt-manager log
virt-manager show in console:
"Graphical console is not yet active for guest"
attachment is full log from /root/.virt-manager/virt-manager.log
Thanks. Upstream fix is: commit 79196cdfcf8f2ac58c87074c326ca3237f84dca6 Author: Cole Robinson <crobinso> Date: Sun Oct 6 15:30:01 2013 -0400 console: Fix console_active() logic Retest it with virt-manager-0.10.0-8.el7, see the following info just as bug mentioned: [root@localhost ~]# grep vnc_auto_unix_socket /etc/libvirt/qemu.conf vnc_auto_unix_socket = 1 [root@localhost ~]# virsh dumpxml rhel6_01 | grep -A5 "input type" <input type='mouse' bus='ps2'/> <graphics type='vnc' socket='/var/lib/libvirt/qemu/rhel6_01.vnc'> <listen type='address' address='127.0.0.1'/> </graphics> <sound model='ich6'> <alias name='sound0'/> virt-manager and virt-viewer could open & see the guest on RHEL7, so, set the status as "VERIFIED" This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |