
On Sun, Sep 15, 2013 at 1:37 PM, Dan Kenigsberg wrote:
This means you still have spice in your xml. That's ok, but then, to test my theory you'd need to chgrp your spice private key as well. Could you do that?
ah... I only deleted the spice channel... so now it works. [root@tekkaman ~]# virsh undefine testvm2 Please enter your authentication name: virshuser Please enter your password: Domain testvm2 has been undefined [root@tekkaman ~]# vi /tmp/testvm2.xml cancelled the spice graphics line
<graphics type='spice' autoport='yes'/>
[root@tekkaman ~]# virsh define /tmp/testvm2.xml Please enter your authentication name: virshuser Please enter your password: Domain testvm2 defined from /tmp/testvm2.xml [root@tekkaman ~]# virsh start testvm2 Please enter your authentication name: virshuser Please enter your password: Domain testvm2 started [root@tekkaman ~]# virsh list --all Please enter your authentication name: virshuser Please enter your password: Id Name State ---------------------------------------------------- 11 testvm2 running Gianluca