<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><tt>Hi Hector:</tt><tt><br>
      </tt></div>
    <blockquote
      cite="mid:op.ws7fuw156p7o46@hecturchi.intranet.convivencial.org"
      type="cite"><tt>Hi,
      </tt><tt><br>
      </tt>
      <tt><br>
      </tt><tt>I see now the original filename was ok, i mixed it up
        with the template parameter. Do you see any error poping up in
        Sunstone? Can you try debugging the upload with firebug, see if
        the POST comes back with a body that might offer more hints
        (make sure you try uploading a file of a few kilobytes otherwise
        it will eat your ram to do this).
      </tt><tt><br>
      </tt>
      <tt><br>
      </tt><tt>Also, what browser are you using and how big is the
        image? There are some size limitations. I suggest you try first
        testing with small files in firefox and chrome, see if the
        problem happens always or only for a particular browser or
        image.
      </tt><tt><br>
      </tt>
      <tt><br>
      </tt></blockquote>
    <tt><br>
    </tt><tt>Thanks a lot for your hint! yes I have used several
      browsers (firefox, opera, chrome...) and I got the same issue. As
      you have suggested we have used firebug and we think that we have
      found the issue, It seems a ruby 1.8.7 bug:</tt><tt><br>
      <br>
      First of all this is the firebug debug info uploading a 120Mb iso
      image:<br>
      <br>
      <br>
    </tt><tt>POST upload?img=%7B%22image%...iso&qqfile=cd_image.iso
      ... 500 Internal Server Error <br>
    </tt><tt><br>
      Connection    close<br>
      Content-Length    130727<br>
      Content-Type    text/html; charset=UTF-8<br>
      Date    Thu, 28 Feb 2013 08:19:21 GMT<br>
      Server    WEBrick/1.3.1 (Ruby/1.9.3/2012-11-10)<br>
      Request Headersview source<br>
      Accept   
      text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8<br>
      Accept-Encoding    gzip, deflate<br>
      Accept-Language    en-gb,en;q=0.5<br>
      Cache-Control    no-cache<br>
      Connection    keep-alive<br>
      Content-Length    4642816<br>
      Content-Type    application/octet-stream<br>
      Cookie   
      __utma=215920328.831128070.1360160620.1361347045.1361439565.5;
      __utmc=215920328;
      __utmz=215920328.1361439565.5.3.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=cesga.es;
      GRIDHTTP_PASSCODE=28a7b3c7287a33d984rihd;
      sunstone=18d31d8aae47ae2e55a737e1a51ec40455111e07a344f6dac45684884e54f76f;
      one-user=grid; one-user_id=2; one-user_gid=0<br>
      Host    cloud.cesga.es<br>
      Pragma    no-cache<br>
      Referer    <a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a><br>
      User-Agent    Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0)
      Gecko/20100101 Firefox/19.0<br>
      X-File-Name    cd_image.iso<br>
      X-Requested-With    XMLHttpRequest<br>
      <br>
      <br>
      Reviewing sunstone error logs we can see this:<br>
      <br>
      ..<br>
      <br>
      <b>NoMethodError - undefined method `path' for
        #<StringIO:0x0000000240ed70>:</b><br>
              /usr/lib/one/sunstone/sunstone-server.rb:374:in `block in
      <main>'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1212:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1212:in
      `block in compile!'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:785:in
      `[]'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:785:in
      `block (3 levels) in route!'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:801:in
      `route_eval'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:785:in
      `block (2 levels) in route!'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:822:in
      `block in process_route'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:820:in
      `catch'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:820:in
      `process_route'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:784:in
      `block in route!'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:783:in
      `each'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:783:in
      `route!'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:886:in
      `dispatch!'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in
      `block in call!'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in
      `block in invoke'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in
      `catch'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in
      `invoke'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in
      `call!'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:705:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/commonlogger.rb:20:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in
      `context'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-protection-1.2.0/lib/rack/protection/path_traversal.rb:16:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-protection-1.2.0/lib/rack/protection/json_csrf.rb:17:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/nulllogger.rb:9:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/head.rb:9:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/showexceptions.rb:21:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in
      `block in call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1416:in
      `synchronize'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in
      `call'<br>
             
      /var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in
      `service'<br>
             
      /usr/local/rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in
      `service'<br>
             
      /usr/local/rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in
      `run'<br>
             
      /usr/local/rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in
      `block in start_thread'<br>
      localhost - - [25/Feb/2013:17:21:41 CET] "POST
      /upload?img=%7B%22image%22%3A%7B%22NAME%22%3A%22test+deleteme%22%2C%22TYPE%22%3A%22CDROM%22%2C%22PERSISTENT%22%3A%22NO%22%7D%2C%22ds_id%22%3A%221%22%7D&file=gparted-live-0.13.1-2.iso&qqfile=gparted-live-0.13.1-2.iso
      HTTP/1.1" 500 123725<br>
      <a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> ->
/upload?img=%7B%22image%22%3A%7B%22NAME%22%3A%22test+deleteme%22%2C%22TYPE%22%3A%22CDROM%22%2C%22PERSISTENT%22%3A%22NO%22%7D%2C%22ds_id%22%3A%221%22%7D&file=gparted-live-0.13.1-2.iso&qqfile=gparted-live-0.13.1-2.iso<br>
      ..<br>
      <br>
      So Sunstone reports a 500 internal error. We have installed rvm
      and ruby-1.9.3-p327 because it's needed by rOCCI server. googling
      a bit about StringIO ruby error we found this:<br>
      <br>
<a class="moz-txt-link-freetext" href="http://adayinthepit.com/2011/06/03/ruby-openuri-open-returns-stringio-fileio/">http://adayinthepit.com/2011/06/03/ruby-openuri-open-returns-stringio-fileio/</a><br>
      <br>
      So we cannot upload file images greater than 10, someone else has
      detected this issue? how we can fix it?<br>
      <br>
      <br>
      Cheers and thanks!<br>
      Alvaro<br>
      <br>
    </tt>
    <blockquote
      cite="mid:op.ws7fuw156p7o46@hecturchi.intranet.convivencial.org"
      type="cite"><tt>Hector
      </tt><tt><br>
      </tt>
      <tt><br>
      </tt><tt>On Tue, 26 Feb 2013 15:57:48 +0100, Alvaro Simon
        <a class="moz-txt-link-rfc2396E" href="mailto:asimon@cesga.es"><asimon@cesga.es></a> wrote:
      </tt><tt><br>
      </tt>
      <tt><br>
      </tt>
      <blockquote type="cite"><tt>Hi Hector
        </tt><tt><br>
        </tt>
        <blockquote type="cite"><tt>Wild guess, can you try to upload a
            file with a short regular filename like "image.img"? I
            wonder if there are some unallowed characters there...
          </tt><tt><br>
          </tt>
          <tt><br>
          </tt></blockquote>
        <tt>That does not work either.. I have changed my iso name to
          gparted.iso with the same result. Any clue about how to debug
          this issue? This feature is not critical but it's quite useful
          for our external users..
        </tt><tt><br>
        </tt>
        <tt><br>
        </tt><tt>Cheers and thanks!
        </tt><tt><br>
        </tt><tt>Alvaro
        </tt><tt><br>
        </tt>
        <blockquote type="cite"><tt>Hector
          </tt><tt><br>
          </tt>
          <tt><br>
          </tt><tt>On Mon, 25 Feb 2013 17:32:24 +0100, Alvaro Simon
            <a class="moz-txt-link-rfc2396E" href="mailto:asimon@cesga.es"><asimon@cesga.es></a> wrote:
          </tt><tt><br>
          </tt>
          <tt><br>
          </tt>
          <blockquote type="cite"><tt>Hi Daniel
            </tt><tt><br>
            </tt>
            <blockquote type="cite">
              <tt><br>
              </tt><tt>Can you try changing the tmpdir parameter in
                sunstone-server.conf to
              </tt><tt><br>
              </tt><tt>/var/tmp or any other directory different from
                /tmp.
              </tt><tt><br>
              </tt>
              <tt><br>
              </tt><tt>Cheers.
              </tt><tt><br>
              </tt>
              <tt><br>
              </tt></blockquote>
            <tt><br>
            </tt><tt>I have changed it by /var/lib/one (oneadmin home
              directory) but sunstone does not upload the new image and
              no image temp is generated at /var/lib/one directory. It's
              strange because all sunstone features are working fine
              only image uploading is failing, here are our log files:
            </tt><tt><br>
            </tt>
            <tt><br>
            </tt>
            <tt><br>
            </tt><tt>*sunstone.log
            </tt><tt><br>
            </tt><tt>--------------------------------------
            </tt><tt><br>
            </tt><tt>          Server configuration
            </tt><tt><br>
            </tt><tt>--------------------------------------
            </tt><tt><br>
            </tt><tt>{:tmpdir=>"/var/lib/one",
            </tt><tt><br>
            </tt><tt>  :one_xmlrpc=><a class="moz-txt-link-rfc2396E" href="http://localhost:2633/RPC2">"http://localhost:2633/RPC2"</a>,
            </tt><tt><br>
            </tt><tt>  :host=>"127.0.0.1",
            </tt><tt><br>
            </tt><tt>  :port=>9869,
            </tt><tt><br>
            </tt><tt>  :debug_level=>3,
            </tt><tt><br>
            </tt><tt>  :auth=>"sunstone",
            </tt><tt><br>
            </tt><tt>  :core_auth=>"cipher",
            </tt><tt><br>
            </tt><tt>  :vnc_proxy_port=>29876,
            </tt><tt><br>
            </tt><tt>:vnc_proxy_path=>"/usr/share/one/websockify/websocketproxy.py",
            </tt><tt><br>
            </tt><tt>  :vnc_proxy_support_wss=>"only",
            </tt><tt><br>
            </tt><tt>:vnc_proxy_cert=>"/etc/grid-security/hostcert.pem",
            </tt><tt><br>
            </tt><tt> 
              :vnc_proxy_key=>"/etc/grid-security/hostkey.pem",
            </tt><tt><br>
            </tt><tt>  :lang=>"en_US",
            </tt><tt><br>
            </tt><tt>:marketplace_url=><a class="moz-txt-link-rfc2396E" href="https://marketplace.c12g.com/appliance">"https://marketplace.c12g.com/appliance"</a>}
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:12 2013 [I]: Starting VNC proxy:
              python /usr/share/one/websockify/websocketproxy.py
              --target-config=/var/lib/one/sunstone_vnc_tokens  --cert
              /etc/grid-security/hostcert.pem --key
              /etc/grid-security/hostkey.pem --ssl-only 29876
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:55 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:55] "GET / HTTP/1.1" 200 2050 0.0038
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:57 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:57] "POST /login HTTP/1.1" 204 - 0.0769
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:57 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:57] "GET / HTTP/1.1" 200 5487 0.0086
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /user?timeout=false HTTP/1.1"
              200 25131 0.0404
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /config HTTP/1.1" 200 144
              0.0011
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /acl?timeout=false HTTP/1.1"
              200 3012 0.0406
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /group?timeout=false HTTP/1.1"
              200 4028 0.0449
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /vm?timeout=false HTTP/1.1"
              200 201729 0.1395
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /vmtemplate?timeout=false
              HTTP/1.1" 200 170052 0.1092
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /host?timeout=false HTTP/1.1"
              200 25179 0.0423
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /cluster?timeout=false
              HTTP/1.1" 200 1262 0.0280
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /datastore?timeout=false
              HTTP/1.1" 200 3587 0.0113
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /vnet?timeout=false HTTP/1.1"
              200 10653 0.0271
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:20:59 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:20:59] "GET /image?timeout=false HTTP/1.1"
              200 76267 0.0850
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:21:00 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:21:00] "GET /marketplace?timeout=false
              HTTP/1.1" 200 31671 0.7861
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:21:53 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:21:53] "GET /image?timeout=false HTTP/1.1"
              200 76267 0.0400
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:21:57 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:21:57] "GET /image?timeout=false HTTP/1.1"
              200 76267 0.0540
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:22:01 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:22:01] "GET /image?timeout=false HTTP/1.1"
              200 76267 0.0535
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:22:01 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:22:01] "GET /datastore?timeout=true
              HTTP/1.1" 200 3587 0.0058
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:22:01 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:22:01] "GET /acl?timeout=true HTTP/1.1"
              200 3012 0.0067
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:22:04 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:22:04] "GET /image?timeout=false HTTP/1.1"
              200 76267 0.1691
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:22:04 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:22:04] "GET /user?timeout=true HTTP/1.1"
              200 25131 0.0320
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:22:05 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:22:05] "GET /host?timeout=true HTTP/1.1"
              200 25177 0.0192
            </tt><tt><br>
            </tt><tt>Mon Feb 25 17:22:07 2013 [I]: 193.144.44.178 - -
              [25/Feb/2013 17:22:07] "GET /cluster?timeout=true
              HTTP/1.1" 200 1262 0.0059
            </tt><tt><br>
            </tt>
            <tt><br>
            </tt><tt>*sunstone.error
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:21:41 CET] "POST
/upload?img=%7B%22image%22%3A%7B%22NAME%22%3A%22test+deleteme%22%2C%22TYPE%22%3A%22CDROM%22%2C%22PERSISTENT%22%3A%22NO%22%7D%2C%22ds_id%22%3A%221%22%7D&file=gparted-live-0.13.1-2.iso&qqfile=</tt><tt><br>
            </tt><tt>gparted-live-0.13.1-2.iso HTTP/1.1" 500 123725
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> ->
/upload?img=%7B%22image%22%3A%7B%22NAME%22%3A%22test+deleteme%22%2C%22TYPE%22%3A%22CDROM%22%2C%22PERSISTENT%22%3A%22NO%22%7D%2C%22ds_id%22%3A%221%22%7D&file=gparted-live-0.13.1-2.iso&qqfile=gparted-live-0.13.1-</tt><tt><br>
            </tt><tt>2.iso
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:21:53 CET] "GET
              /image?timeout=false HTTP/1.1" 200 76267
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /image?timeout=false
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:21:57 CET] "GET
              /image?timeout=false HTTP/1.1" 200 76267
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /image?timeout=false
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:01 CET] "GET
              /image?timeout=false HTTP/1.1" 200 76267
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /image?timeout=false
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:01 CET] "GET
              /datastore?timeout=true HTTP/1.1" 200 3587
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> ->
              /datastore?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:01 CET] "GET
              /acl?timeout=true HTTP/1.1" 200 3012
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /acl?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:04 CET] "GET
              /image?timeout=false HTTP/1.1" 200 76267
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /image?timeout=false
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:04 CET] "GET
              /user?timeout=true HTTP/1.1" 200 25131
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /user?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:05 CET] "GET
              /host?timeout=true HTTP/1.1" 200 25177
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /host?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:07 CET] "GET
              /cluster?timeout=true HTTP/1.1" 200 1262
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /cluster?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:14 CET] "GET
              /vmtemplate?timeout=true HTTP/1.1" 200 170052
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> ->
              /vmtemplate?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:16 CET] "GET
              /vnet?timeout=true HTTP/1.1" 200 10653
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /vnet?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:18 CET] "GET
              /group?timeout=true HTTP/1.1" 200 4028
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /group?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:21 CET] "GET
              /vm?timeout=true HTTP/1.1" 200 201729
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /vm?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:22:26 CET] "GET
              /image?timeout=true HTTP/1.1" 200 76267
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /image?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:03 CET] "GET
              /datastore?timeout=true HTTP/1.1" 200 3587
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> ->
              /datastore?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:05 CET] "GET
              /acl?timeout=true HTTP/1.1" 200 3012
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /acl?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:11 CET] "GET
              /user?timeout=true HTTP/1.1" 200 25131
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /user?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:11 CET] "GET
              /host?timeout=true HTTP/1.1" 200 25177
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /host?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:15 CET] "GET
              /cluster?timeout=true HTTP/1.1" 200 1262
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /cluster?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:30 CET] "GET
              /vmtemplate?timeout=true HTTP/1.1" 200 170052
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> ->
              /vmtemplate?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:33 CET] "GET
              /vnet?timeout=true HTTP/1.1" 200 10653
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /vnet?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:37 CET] "GET
              /group?timeout=true HTTP/1.1" 200 4028
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /group?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:45 CET] "GET
              /vm?timeout=true HTTP/1.1" 200 201729
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /vm?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:23:54 CET] "GET
              /image?timeout=true HTTP/1.1" 200 76267
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /image?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:24:05 CET] "GET
              /datastore?timeout=true HTTP/1.1" 200 3587
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> ->
              /datastore?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:24:08 CET] "GET
              /acl?timeout=true HTTP/1.1" 200 3012
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /acl?timeout=true
            </tt><tt><br>
            </tt><tt>localhost - - [25/Feb/2013:17:24:17 CET] "GET
              /user?timeout=true HTTP/1.1" 200 25131
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="https://cloud.cesga.es/">https://cloud.cesga.es/</a> -> /user?timeout=true
            </tt><tt><br>
            </tt>
            <tt><br>
            </tt><tt>*ssl_access.log
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:26:55 +0100]
              "POST
              /upload?img=%7B%22image%22%3A%7B%22NAME%22%3A%22test+deleteme%22%2C%22TYPE%22%3A%22CDROM%22%2C%22PERSISTENT%22%3A%22NO%22%7D%2C%22ds_id%22%3A%221%22%7D&file=gparted-live-0.13.1-2.iso&qqfile=gparted-live-0.13.1-2.iso
              HTTP/1.1" 500 123725 <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a>
              "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0)
              Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:27:07 +0100]
              "GET /image?timeout=false HTTP/1.1" 200 76267
              <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a> "Mozilla/5.0 (X11; Ubuntu; Linux
              x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:27:12 +0100]
              "GET /datastore?timeout=true HTTP/1.1" 200 3587
              <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a> "Mozilla/5.0 (X11; Ubuntu; Linux
              x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:27:18 +0100]
              "GET /vmtemplate?timeout=true HTTP/1.1" 200 170052
              <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a> "Mozilla/5.0 (X11; Ubuntu; Linux
              x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:27:19 +0100]
              "GET /acl?timeout=true HTTP/1.1" 200 3012
              <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a> "Mozilla/5.0 (X11; Ubuntu; Linux
              x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:27:23 +0100]
              "GET /vnet?timeout=true HTTP/1.1" 200 10653
              <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a> "Mozilla/5.0 (X11; Ubuntu; Linux
              x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:27:36 +0100]
              "GET /group?timeout=true HTTP/1.1" 200 4028
              <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a> "Mozilla/5.0 (X11; Ubuntu; Linux
              x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:27:36 +0100]
              "GET /user?timeout=true HTTP/1.1" 200 25131
              <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a> "Mozilla/5.0 (X11; Ubuntu; Linux
              x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt><tt>193.144.44.178 - - [25/Feb/2013:17:27:36 +0100]
              "GET /host?timeout=true HTTP/1.1" 200 25177
              <a class="moz-txt-link-rfc2396E" href="https://cloud.cesga.es/">"https://cloud.cesga.es/"</a> "Mozilla/5.0 (X11; Ubuntu; Linux
              x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
            </tt><tt><br>
            </tt>
            <tt><br>
            </tt><tt>Cheers and thanks
            </tt><tt><br>
            </tt><tt>Alvaro
            </tt><tt><br>
            </tt><tt>_______________________________________________
            </tt><tt><br>
            </tt><tt>Users mailing list
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a>
            </tt><tt><br>
            </tt><tt><a class="moz-txt-link-freetext" href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>
            </tt><tt><br>
            </tt></blockquote>
          <tt><br>
          </tt>
          <tt><br>
          </tt></blockquote>
        <tt><br>
        </tt></blockquote>
      <tt><br>
      </tt>
      <tt><br>
      </tt>
    </blockquote>
    <br>
  </body>
</html>