<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 21, 2016 at 5:19 PM, Nicolas Ecarnot <span dir="ltr"><<a href="mailto:nicolas@ecarnot.net" target="_blank">nicolas@ecarnot.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF"><span class="gmail-">
<div>Le 21/09/2016 à 16:11, Yaniv Kaul a
écrit :<br>
</div>
<blockquote type="cite">
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Sep 21, 2016 at 5:07 PM,
Nicolas Ecarnot <span dir="ltr"><<a href="mailto:nicolas@ecarnot.net" target="_blank">nicolas@ecarnot.net</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF"><span>
<div>Le 21/09/2016 à 15:49, Yaniv Kaul a écrit :<br>
</div>
<blockquote type="cite">
<div dir="ltr">Adding the Lago devel mailing list.
<div><br>
</div>
<div>The download is the reposync phase - which
seems to be OK, but then the connection means
that for some reason Lago is not serving those
RPMs (8585 is the port it should be listening
to).</div>
<div>Can you share some logs?</div>
</div>
</blockquote>
<br>
</span><a href="http://pastebin.com/nsDFZhuE" target="_blank">http://pastebin.com/nsDFZhuE</a></div>
</blockquote>
<div><br>
</div>
<div><br>
</div>
<div>Perhaps something with the Firewall?</div>
</div>
</div>
</div>
</blockquote>
<br></span>
I had no idea whether to keep it or not.<br>
I already disabled selinux after having realized it lead to a read
only root file system.<br>
<br>
About the issue above, no being able to reach some random port would
indeed be caused by the firewall, so I'll give it a try.</div></blockquote><div><br></div><div>During RPM installation it should add the relevant rule to the firewalld, btw:</div><div>if which firewall-cmd &>/dev/null; then</div><div> firewall-cmd --reload</div><div> firewall-cmd --permanent --zone=public --add-service=ovirtlago</div><div> firewall-cmd --reload</div><div>fi</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><span class="gmail-"><br>
<br>
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div><br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF"><br>
<br>
One thing to note : when trying to run again the same
command ("./run_suite.sh basic_suite_3.6"), the script
is breaking when trying to create the lago network :<br>
<br>
* Create network lago_basic_suite_3_6_lago: <br>
libvirt: error : internal error: Network is already in
use by interface 8938-930e31b<br>
</div>
</blockquote>
<div><br>
</div>
<div>Right - you did not clean the previous run:</div>
<div><br>
</div>
<div>lagocli --prefix-path
./deployment-basic_suite_3.6/<wbr>current cleanup <br>
</div>
</div>
</div>
</div>
</blockquote>
<br></span>
Nope, I already tried that before answering.<br>
Eventually, it did the trick to run :<br>
# ip link set 8938-930e31b down<br>
<br>
After the next run, no more NIC issue, but back to the
<a href="http://192.168.200.1:8585" target="_blank">192.168.200.1:8585</a> problem.<br>
<br>
I'm going to disable the FW.<br>
Stay tuned.<br>
<br>
Nicolas ECARNOT<div><div class="gmail-h5"><br>
<br>
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div><br>
</div>
<div>Y.</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF"> * Create network
lago_basic_suite_3_6_lago: ERROR (in 0:00:00)<br>
# Start nets: ERROR (in 0:00:00)<br>
@ Start Prefix: ERROR (in 0:00:00)<br>
Error occured, aborting<br>
Traceback (most recent call last):<br>
File "/usr/lib/python2.7/site-packa<wbr>ges/lago/cmd.py",
line 691, in main<br>
cli_plugins[args.verb].do_run(<wbr>args)<br>
File "/usr/lib/python2.7/site-packa<wbr>ges/lago/plugins/cli.py",
line 180, in do_run<br>
self._do_run(**vars(args))<br>
File "/usr/lib/python2.7/site-packa<wbr>ges/lago/utils.py",
line 488, in wrapper<br>
return func(*args, **kwargs)<br>
File "/usr/lib/python2.7/site-packa<wbr>ges/lago/utils.py",
line 499, in wrapper<br>
return func(*args, prefix=prefix, **kwargs)<br>
File "/usr/lib/python2.7/site-packa<wbr>ges/lago/cmd.py",
line 255, in do_start<br>
prefix.start(vm_names=vm_names<wbr>)<br>
File "/usr/lib/python2.7/site-packa<wbr>ges/lago/prefix.py",
line 958, in start<br>
self.virt_env.start(vm_names=v<wbr>m_names)<br>
File "/usr/lib/python2.7/site-packa<wbr>ges/lago/virt.py",
line 170, in start<br>
net.start()<br>
File "/usr/lib/python2.7/site-packa<wbr>ges/lago/virt.py",
line 339, in start<br>
self.libvirt_con.networkCreate<wbr>XML(self._libvirt_xml())<br>
File "/usr/lib64/python2.7/site-pac<wbr>kages/libvirt.py",
line 4209, in networkCreateXML<br>
if ret is None:raise libvirtError('virNetworkCreate<wbr>XML()
failed', conn=self)<br>
libvirtError: internal error: Network is already in use
by interface 8938-930e31b<br>
<br>
<br>
<br>
<br>
<br>
I tried to ifdown this interface, but that does not seem
to be enough.<span><br>
<br>
<br>
<blockquote type="cite">
<div dir="ltr">
<div>TIA,</div>
<div>Y.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Sep 21, 2016 at
4:25 PM, Nicolas Ecarnot <span dir="ltr"><<a href="mailto:nicolas@ecarnot.net" target="_blank">nicolas@ecarnot.net</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello
Yaniv,<br>
<br>
Following your recommendation, I install a new
bare metal host, installed F24, then followed
the lago.readthedoc web site.<br>
<br>
When running ./run_suite.sh basic_suite_3.6 ,
things seems to go right (downloading...) for
a while, then begin some errors about
accessing <a href="http://192.168.200.1:8585" rel="noreferrer" target="_blank">192.168.200.1:8585</a><br>
<br>
May you tell me where would be the best place
to ask some help about Lago ? (IRC, mailing
list, e-mail... ?)<br>
<br>
Best regards,<span><font color="#888888"><br>
<br>
-- <br>
Nicolas ECARNOT<br>
</font></span></blockquote>
</div>
<br>
</div>
</blockquote>
<br>
<p><br>
</p>
</span><span><font color="#888888">
<pre cols="72">--
Nicolas ECARNOT
</pre>
</font></span></div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
<br>
<p><br>
</p>
</div></div><span class="gmail-HOEnZb"><font color="#888888"><pre cols="72">--
Nicolas ECARNOT
</pre>
</font></span></div>
</blockquote></div><br></div></div>