Bug 1466334

Summary: virsh domdisplay not working with listen type=socket
Product: [Community] Virtualization Tools Reporter: Christophe Fergeau <cfergeau>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: libvirt-maint, rbalakri
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-29 13:10:03 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:

Description Christophe Fergeau 2017-06-29 12:54:52 UTC
I have
    <graphics type='spice'>
      <listen type='socket' socket='/tmp/foo'/>
    </graphics>
set for one of my VMs, and virsh domdisplay tells me
errorĀ :No graphical display found

I'd expect to get something like spice+unix:///tmp/foo in this case.
The same error is reported with listen type='none' but I'm not sure if something could be reported in this case (No graphical display is not correct though, so error message might need improving).

Comment 1 Christophe Fergeau 2017-06-29 13:10:03 UTC
Haha sorry I ialready filed that a long time ago and forgot :)

*** This bug has been marked as a duplicate of bug 1336720 ***