Hello Justin,<div><br></div><div>thanks a lot for your response.</div><div>I spent some hours on the IRC channel to find out the problem.</div><div><br></div><div>And, in the end, it seems is impossible for OZ project to build an RHEV image if it&#39;s installed in a virtual machine (I created a VM with aeolus to test it out).</div>

<div><br></div><div>Anyway, here the rpm output about my environment:</div><div><br></div><div><div>[root@aeolus ~]# rpm -qa | egrep &quot;aeolus|audrey|configure|conductor|imagefactory|iwhd|libvirt|oz&quot; | sort</div>
<div>
aeolus-all-0.10.4-1.fc17.noarch</div><div>aeolus-conductor-0.10.4-1.fc17.noarch</div><div>aeolus-conductor-daemons-0.10.4-1.fc17.noarch</div><div>aeolus-conductor-doc-0.10.4-1.fc17.noarch</div><div>aeolus-configure-2.6.1-1.fc17.noarch</div>

<div>imagefactory-1.1.1-1.fc17.noarch</div><div>imagefactory-jeosconf-ec2-fedora-1.1.1-1.fc17.noarch</div><div>imagefactory-jeosconf-ec2-rhel-1.1.1-1.fc17.noarch</div><div>iwhd-1.5-1.fc17.x86_64</div><div>libproxy-mozjs-0.4.7-4.fc17.x86_64</div>

<div>libvirt-0.9.11.5-3.fc17.x86_64</div><div>libvirt-client-0.9.11.5-3.fc17.x86_64</div><div>libvirt-daemon-0.9.11.5-3.fc17.x86_64</div><div>libvirt-daemon-config-network-0.9.11.5-3.fc17.x86_64</div><div>libvirt-daemon-config-nwfilter-0.9.11.5-3.fc17.x86_64</div>

<div>libvirt-python-0.9.11.5-3.fc17.x86_64</div><div>mozilla-filesystem-1.9-7.fc17.x86_64</div><div>oz-0.9.0-1.fc17.noarch</div><div>rubygem-aeolus-cli-0.5.0-1.fc17.noarch</div><div>rubygem-aeolus-image-0.5.0-1.fc17.noarch</div>

<div>totem-mozplugin-3.4.3-1.fc17.x86_64</div><div><br></div><div><br></div><div>Marco</div><br><div class="gmail_quote">On Fri, Oct 12, 2012 at 11:56 AM, Justin Clift <span dir="ltr">&lt;<a href="mailto:jclift@redhat.com" target="_blank">jclift@redhat.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 12/10/2012, at 7:12 PM, Marco Mornati wrote:<br>
&gt; Hello guys,<br>
&gt;<br>
&gt; I&#39;ve installed Aeolus to test with my RHEV (oVirt in reality ;)) and I was following the step-by-step guide to use it (the aeolus site is excellent for this!!).<br>
&gt;<br>
&gt; But I&#39;ve a problem running the image builder step. I&#39;ve created the Fedora Template, like in the example, but Image build failed and, on the log, I can find a connection problem (I think):<br>
&gt;<br>
&gt; 2012-10-12 09:56:30,643 INFO oz.Guest.FedoraGuest thread(a236ac0d) Message: Cleaning up guest named factory-build-a236ac0d-c2fe-4daa-b8f9-dbdee4fa3e22<br>
&gt; 2012-10-12 09:56:30,646 INFO oz.Guest.FedoraGuest thread(a236ac0d) Message: Cleaning up after install<br>
&gt; 2012-10-12 09:56:30,660 DEBUG imgfac.builders.BaseBuilder.Fedora_rhevm_Builder thread(a236ac0d) Message: Exception caught in ImageFactory<br>
&gt; 2012-10-12 09:56:30,960 DEBUG imgfac.builders.BaseBuilder.Fedora_rhevm_Builder thread(a236ac0d) Message: Traceback (most recent call last):<br>
&gt;   File &quot;/usr/lib/python2.7/site-packages/imgfac/builders/Fedora_rhevm_Builder.py&quot;, line 66, in build_image<br>
&gt;     self.build_upload(build_id)<br>
&gt;   File &quot;/usr/lib/python2.7/site-packages/imgfac/builders/Fedora_rhevm_Builder.py&quot;, line 113, in build_upload<br>
&gt;     libvirt_xml = guest.install(self.app_config[&quot;timeout&quot;])<br>
&gt;   File &quot;/usr/lib/python2.7/site-packages/oz/Guest.py&quot;, line 1516, in install<br>
&gt;     return self._do_install(timeout, force, 0)<br>
&gt;   File &quot;/usr/lib/python2.7/site-packages/oz/Guest.py&quot;, line 1497, in _do_install<br>
&gt;     dom = self.libvirt_conn.createXML(xml, 0)<br>
&gt;   File &quot;/usr/lib64/python2.7/site-packages/libvirt.py&quot;, line 2420, in createXML<br>
&gt;     if ret is None:raise libvirtError(&#39;virDomainCreateXML() failed&#39;, conn=self)<br>
&gt; libvirtError: Unable to read from monitor: Connection reset by peer<br>
&gt;<br>
&gt; But I could make connection to RHEV-M during the user/credential step. Any help on this is welcome!!<br>
<br>
</div></div>Sure.  As a first step before anything else, would you be able to grab the version numbers<br>
of Aeolus pieces for us?  This one-liner should spit out a list:<br>
<br>
  $ rpm -qa | egrep &quot;aeolus|audrey|configure|conductor|imagefactory|iwhd|libvirt|oz&quot; | sort<br>
<br>
As a quick next test, please try building an image again, but this time using the (well tested)<br>
template file here:<br>
<br>
  <a href="https://github.com/aeolus-incubator/templates/blob/master/web_servers/Apache/fedora-16/apache_httpd_f16.xml" target="_blank">https://github.com/aeolus-incubator/templates/blob/master/web_servers/Apache/fedora-16/apache_httpd_f16.xml</a><br>


<br>
Saying that &quot;just in case&quot;.  The Fedora 15 template that&#39;s in the Aeolus Getting Started Guide used to<br>
work, but I do remember suddenly having issues out of nowhere with Fedora 15 a while ago.<br>
<br>
If the above apache_httpd_f16.xml template works, then it&#39;s not a problem with your setup. :)<br>
(and we&#39;d better change our example pronto)<br>
<br>
Ok to test?<br>
<br>
Regards and best wishes,<br>
<br>
Justin Clift<br>
<br>
<br>
&gt; Thanks<br>
&gt; Marco<br>
&gt; _______________________________________________<br>
&gt; aeolus-users mailing list<br>
&gt; <a href="mailto:aeolus-users@lists.fedorahosted.org">aeolus-users@lists.fedorahosted.org</a><br>
&gt; <a href="https://lists.fedorahosted.org/mailman/listinfo/aeolus-users" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/aeolus-users</a><br>
<br>
--<br>
Aeolus Community Manager<br>
<a href="http://www.aeolusproject.org" target="_blank">http://www.aeolusproject.org</a><br>
<br>
</blockquote></div><br></div>