Hi Christoph,<br><br>We are aware of the top command bug, see [1] if you are interested in the ticket.<br><br>As for the iptables configuration, we are still improving the documentation and some requirements and configurations are not as detailed as they should.<br>

<br>Some of the networking features have to be activated editing /etc/one/oned.conf<br>I believe you just need to uncomment this hook:<br><br> <span style="font-family: courier new,monospace;">VM_HOOK = [</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">     name      = "firewall",</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">     on        = "RUNNING",</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">     command   = "vnm/firewall",</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">     arguments = "on $TEMPLATE",</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">     remote    = "yes" ]</span><br><br>And restart OpenNebula with one stop; one start<br><br>Best regards,<br>Carlos.<br><br>[1] <a href="http://dev.opennebula.org/issues/747">http://dev.opennebula.org/issues/747</a><br clear="all">

<span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px">--<br>Carlos Martín, MSc<br>Project Major Contributor<br><span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span> - The Open Source Toolkit for Cloud Computing<br>

<a href="http://www.opennebula.org/" style="color:rgb(42, 93, 176)" target="_blank">www.<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span>.org</a> | <a href="mailto:cmartin@opennebula.org" style="color:rgb(42, 93, 176)" target="_blank">cmartin@<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">opennebula</span>.org</a></span><br>


<br><br><div class="gmail_quote">On Wed, Jul 27, 2011 at 2:00 PM, Christoph Raible <span dir="ltr"><<a href="mailto:c.raible@science-computing.de">c.raible@science-computing.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Am <a href="tel:27.07.2011%2011" value="+12707201111" target="_blank">27.07.2011 11</a>:14, schrieb Héctor Sanjuán:<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Christoph,<br>
<br>
it seems the ruby gem 'sequel' is not present in your system. This gem<br>
is needed by the monitoring system (requirements in [1], also seems you<br>
are missing sqlite3), which is used by Sunstone (requirements in [2]).<br>
<br>
You can install the missing dependencies manually issuing 'gem install...'.<br>
<br>
Also, in order to assure that you have all the dependencies necessary<br>
for OpenNebula in general, we recommend to use the 'install_gems' script<br>
[3], which will try to install all the ruby gems for you in their<br>
correct versions.<br>
<br>
For Scientific linux, this means however that you will need to install<br>
the packages listed in the doc manually before the script can proceed to<br>
install the gems.<br>
<br>
Don't hesitate to write back if you have more questions,<br>
<br>
Hector<br>
<br>
[1]<br>
<a href="http://opennebula.org/documentation:rel3.0:acctd_conf#requirements_installation" target="_blank">http://opennebula.org/<u></u>documentation:rel3.0:acctd_<u></u>conf#requirements_installation</a><br>
<br>
[2]<br>
<a href="http://opennebula.org/documentation:rel3.0:sunstone#requirements_installation" target="_blank">http://opennebula.org/<u></u>documentation:rel3.0:sunstone#<u></u>requirements_installation</a><br>
<br>
[3]<br>
<a href="http://opennebula.org/documentation:rel3.0:ignc#ruby_libraries_requirements_front-end" target="_blank">http://opennebula.org/<u></u>documentation:rel3.0:ignc#<u></u>ruby_libraries_requirements_<u></u>front-end</a><br>


<br>
<br>
<br>
<br>
<br>
El 27/07/11 10:21, Christoph Raible escribió:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi @all,<br>
<br>
I got the following error on Starting sunstone-server with<br>
OpenNebula 3.0 Beta1.<br>
<br>
<a href="http://pastebin.com/SdBJZSc5" target="_blank">http://pastebin.com/SdBJZSc5</a><br>
<br>
<br>
My System is a 64-Bit Scientific Linux 6.0<br>
Selinux  disabled<br>
iptables disabled<br>
One networkinterface as bridge<br>
<br>
<br>
Following Gems are installed:<br>
   daemons (1.1.4)<br>
   eventmachine (0.12.10)<br>
   json (1.5.3)<br>
   mkrf (0.2.3)<br>
   nokogiri (1.5.0)<br>
   rack (1.3.2)<br>
   rake (0.9.2, 0.8.7)<br>
   sinatra (1.2.6)<br>
   thin (1.2.11)<br>
   tilt (1.3.2)<br>
<br>
and my sunstone-server.conf is configured so:<br>
<br>
<a href="http://pastebin.com/4bjn1bqX" target="_blank">http://pastebin.com/4bjn1bqX</a><br>
<br>
<br>
I hope someone can help me with my problem...<br>
I need the Sunstone server for an article in the linux-admin magazin<br>
(Germany ;)  )<br>
<br>
<br>
<br>
Regards<br>
Chr.Raible<br>
</blockquote>
<br>
<br>
</blockquote>
<br></div></div>
Hi Thanks for your help.<br>
<br>
With those informations and all gems, sunstone and monitoring system works fine :)<br>
<br>
Now I found two other "errors/bug" (don't know how to describe ;) )<br>
<br>
The "onevm top" command doesn't refresh the status of the VMs. When I start creation of an VM and switch to the top overview, the status is always on pending state...<br>
<br>
The second bug is that the IP-Table configurtaion doesn't work. I insert the following Option to the NIC section:<br>
<br>
  ICMP = drop<br>
<br>
But after creation of the VM I can ping those VM.<br>
oneadmin has rights to add an delete iptable rules and has also full sudo rights...<br>
<br>
Has anyone an idea? Or is this just not implemented in the Beta?<br>
<br>
Thank an best regards,<br><font color="#888888">
<br>
Christoph</font><div class="im"><br>
<br>
<br>
-- <br>
Vorstand/Board of Management:<br>
Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech<br>
Vorsitzender des Aufsichtsrats/<br>
Chairman of the Supervisory Board:<br>
Philippe Miltin<br>
Sitz/Registered Office: Tuebingen<br>
Registergericht/Registration Court: Stuttgart<br>
Registernummer/Commercial Register No.: HRB 382196 <br>
<br>
______________________________<u></u>_________________<br></div><div><div></div><div class="h5">
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/<u></u>listinfo.cgi/users-opennebula.<u></u>org</a><br>
</div></div></blockquote></div><br>