[virt-tools-list] SOLVED: virt-manager SPICE console over ssh

Ian Pilcher arequipeno at gmail.com
Mon Feb 15 17:56:18 UTC 2016


I knew this rang a bell ...

The problem was that the SPICE server was configured to listen on the
wildcard address (0.0.0.0).

     <graphics type='spice' autoport='yes' listen='0.0.0.0'>
       <listen type='address' address='0.0.0.0'/>
     </graphics>

Getting rid of the listen address makes things work.

     <graphics type='spice' autoport='yes'/>

-- 
========================================================================
Ian Pilcher                                         arequipeno at gmail.com
-------- "I grew up before Mark Zuckerberg invented friendship" --------
========================================================================




More information about the virt-tools-list mailing list