<div dir="ltr"><br clear="all">When trying to run a first time (Run Once) VM install, the vm session fails to start. When we look into the libvirtd.log on the host, we find the following error:<br><br>virDomainGraphicsDefParseXML:6566 : internal error unknown spice channel name ain<br>
<br>in the lines right above message, contained in the xmlDESC we find the following snippet:<br><br>                &lt;channel type=&quot;spicevmc&quot;&gt;<br>                        &lt;target name=&quot;com.redhat.spice.0&quot; type=&quot;virtio&quot;/&gt;<br>
                &lt;/channel&gt;<br>                &lt;graphics autoport=&quot;yes&quot; keymap=&quot;en-us&quot; listen=&quot;0&quot; passwd=&quot;*****&quot; passwdValidTo=&quot;1970-01-01T00:00:01&quot; port=&quot;-1&quot; tlsPort=&quot;-1&quot; type=&quot;spice&quot;&gt;<br>
                        &lt;channel mode=&quot;secure&quot; name=&quot;ain&quot;/&gt;<br>                        &lt;channel mode=&quot;secure&quot; name=&quot;nputs&quot;/&gt;<br>                        &lt;channel mode=&quot;secure&quot; name=&quot;ursor&quot;/&gt;<br>
                        &lt;channel mode=&quot;secure&quot; name=&quot;layback&quot;/&gt;<br>                        &lt;channel mode=&quot;secure&quot; name=&quot;ecord&quot;/&gt;<br>                        &lt;channel mode=&quot;secure&quot; name=&quot;isplay&quot;/&gt;<br>
                        &lt;channel mode=&quot;secure&quot; name=&quot;sbredir&quot;/&gt;<br>                        &lt;channel mode=&quot;secure&quot; name=&quot;martcard&quot;/&gt;<br>                &lt;/graphics&gt;<br>
<br><br><br>It looks to us that the xml may be malformed due to the seemingly first character missing in the channel names.<br><br>Does this make any sense to anyone?<br><br><br>On master:<br>Ovirt-engine   3.3.0-0.2.master.20130313215708<br>
<br>On node:<br>qemu-kvm 1.2.2-7.fc18<br>vdsm-xmlrpc 4.10.3-10.fc18<br>libvirt-daemon 0.10.2.3-1.fc18<br><br><br><br>------------------------------------------<br>Tom Rogers<br>
</div>