$ ruby -dw `which onevm` show 15<br>----- Some output cut ----<br>Exception `Errno::ECONNREFUSED&#39; at /usr/lib/ruby/1.8/net/http.rb:560 - Connection refused - connect(2)<br>Error: Unknown error<br>/usr/lib/one/ruby/one.rb:317: warning: instance variable @db not initialized<br>

<br>Hmm... I&#39;d seen a connection refused error before while trying to create a vm, and the solution there was to restart opennebula, even though it appeared everything is already running.  <br>$ sudo /etc/init.d/opennebula restart<br>

$ onevm show 15<br>VID            : 15<br>UID            : 0                   <br>STATE          : ACTIVE              <br>LCM STATE      : BOOT                <br>DEPLOY ID      :                     <br>MEMORY         : 0<br>

CPU            : 0                   <br>LAST POLL      : 0                   <br>START TIME     : 06/03 14:00:47      <br>STOP TIME      : 12/31 19:00:00      <br>NET TX         : 0                   <br>NET RX         : 0                   <br>

<br>....: Template :....<br>    CPU             : 0.1                 <br>    DISK            : READONLY=no,SOURCE=/home/michael/one-templates/ttylinux.img,TARGET=hda<br>    FEATURES        : ACPI=no             <br>    MEMORY          : 64                  <br>

    NAME            : ttylinux            <br>    NIC             : BRIDGE=br0,IP=10.15.2.100,MAC=00:03:0a:0f:02:64,NETWORK=priv,VNID=1<br><br><br>So it looks like was the casue of that unknown error.<br><br>I noticed that the Ubuntu package for OpenNebula has version 1.2.  It seems like 1.4 will be much better.  So I&#39;m going to try installing OpenNebula Express.  It looks like that installation method will go a lot smoother.<br>

<br>Thanks for the help anyways,<br>    --Michael Brown<br><br><div class="gmail_quote">On Wed, Jun 9, 2010 at 5:35 AM, Tino Vazquez <span dir="ltr">&lt;<a href="mailto:tinova@fdi.ucm.es">tinova@fdi.ucm.es</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Michael,<br>
<br>
Could you send us the ouput of:<br>
<br>
$ ruby -dw `which onevm show 15<br>
<br>
Regards,<br>
<br>
-Tino<br>
<font color="#888888"><br>
--<br>
Constantino Vázquez, Grid &amp; Virtualization Technology<br>
Engineer/Researcher: <a href="http://www.dsa-research.org/tinova" target="_blank">http://www.dsa-research.org/tinova</a><br>
DSA Research Group: <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a><br>
Globus GridWay Metascheduler: <a href="http://www.GridWay.org" target="_blank">http://www.GridWay.org</a><br>
OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
On Fri, Jun 4, 2010 at 3:35 PM, Michael Brown &lt;<a href="mailto:mbrown1413@gmail.com">mbrown1413@gmail.com</a>&gt; wrote:<br>
&gt; Here&#39;s another symptom of the problem:<br>
&gt;<br>
&gt; $ onevm show 15<br>
&gt; Error: Unknown error<br>
&gt;<br>
&gt; I ran all of the scripts on the hypervisor at /tmp/ne_im_scripts without any<br>
&gt; errors.<br>
&gt;<br>
&gt; --Michael Brown<br>
&gt;<br>
&gt; On Fri, Jun 4, 2010 at 8:50 AM, Michael Brown &lt;<a href="mailto:mbrown1413@gmail.com">mbrown1413@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m using the tm_ssh driver.  I pretty much followed these tutorials:<br>
&gt;&gt;<br>
&gt;&gt; <a href="https://help.ubuntu.com/community/OpenNebula" target="_blank">https://help.ubuntu.com/community/OpenNebula</a><br>
&gt;&gt; <a href="http://www.opennebula.org/documentation:rel1.4:vmg" target="_blank">http://www.opennebula.org/documentation:rel1.4:vmg</a><br>
&gt;&gt;<br>
&gt;&gt; --Michael Brown<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Jun 3, 2010 at 4:44 PM, Keith Hudgins &lt;<a href="mailto:keith@cloudscaling.com">keith@cloudscaling.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; What tm driver are you using? The path to vm deployment is a little<br>
&gt;&gt;&gt; different depending on how the vm image arrives at the vm host.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Jun 3, 2010 at 11:18 AM, Michael Brown &lt;<a href="mailto:mbrown1413@gmail.com">mbrown1413@gmail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt; I didn&#39;t have passwordless sudo set up.  I just set that up, and now I<br>
&gt;&gt;&gt; &gt; can<br>
&gt;&gt;&gt; &gt; do a command such as this without prompt:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; $ sudo -u oneadmin ssh 10.15.1.3 &quot;sudo virsh list&quot;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I still can&#39;t get a vm out of the boot state though.  Still no errors<br>
&gt;&gt;&gt; &gt; from<br>
&gt;&gt;&gt; &gt; OpenNebula and no logs from libvirt.  How does OpenNebula determine<br>
&gt;&gt;&gt; &gt; when a<br>
&gt;&gt;&gt; &gt; vm is done booting?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Thanks,<br>
&gt;&gt;&gt; &gt;    --Michael Brown<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Thu, Jun 3, 2010 at 1:21 PM, Keith Hudgins &lt;<a href="mailto:keith@cloudscaling.com">keith@cloudscaling.com</a>&gt;<br>
&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Here&#39;s two things to check: first, can the oneadmin user SSH to your<br>
&gt;&gt;&gt; &gt;&gt; kvm<br>
&gt;&gt;&gt; &gt;&gt; host without a password? If so, make sure virsh is available via sudo<br>
&gt;&gt;&gt; &gt;&gt; without a password<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; On Jun 3, 2010 8:38 AM, &quot;Michael Brown&quot; &lt;<a href="mailto:mbrown1413@gmail.com">mbrown1413@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I&#39;m having a problem with starting up a vm.  I&#39;m using the OpenNebula<br>
&gt;&gt;&gt; &gt;&gt; Ubuntu packages for both OpenNebula and the KVM hypervisor.  I&#39;m<br>
&gt;&gt;&gt; &gt;&gt; trying to<br>
&gt;&gt;&gt; &gt;&gt; get the ttylinux example working.  The vm gets stuck in the &quot;boot&quot;<br>
&gt;&gt;&gt; &gt;&gt; state.<br>
&gt;&gt;&gt; &gt;&gt; Here is what I&#39;ve tried so far:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I&#39;ve looked through the mailing list archives.  I found some similar<br>
&gt;&gt;&gt; &gt;&gt; problems, but I couldn&#39;t find a solution.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I set ONE_MAD_DEBUG=1.  Everything looks normal in the logs though, no<br>
&gt;&gt;&gt; &gt;&gt; errors.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I tried running the image manually with KVM on the host.  The image<br>
&gt;&gt;&gt; &gt;&gt; seems<br>
&gt;&gt;&gt; &gt;&gt; to run fine.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I tried running &quot;virsh list&quot; on the hypervisor.  Nothing gets listed.<br>
&gt;&gt;&gt; &gt;&gt; I<br>
&gt;&gt;&gt; &gt;&gt; tried to look in the libvirt logs also, but the /var/log/libvirt/qemu/<br>
&gt;&gt;&gt; &gt;&gt; directory was empty.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Thanks in advance,<br>
&gt;&gt;&gt; &gt;&gt;    --Michael Brown<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; Users mailing list<br>
&gt;&gt;&gt; &gt;&gt; <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
&gt;&gt;&gt; &gt;&gt; <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
&gt; <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>