[one-users] Sunstone 3.8.1 image upload issue
Alvaro Simon
asimon at cesga.es
Thu Feb 28 00:38:46 PST 2013
Hi Hector:
> Hi,
>
> 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).
>
> 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.
>
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:
First of all this is the firebug debug info uploading a 120Mb iso image:
POST upload?img=%7B%22image%...iso&qqfile=cd_image.iso ... 500 Internal
Server Error
Connection close
Content-Length 130727
Content-Type text/html; charset=UTF-8
Date Thu, 28 Feb 2013 08:19:21 GMT
Server WEBrick/1.3.1 (Ruby/1.9.3/2012-11-10)
Request Headersview source
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding gzip, deflate
Accept-Language en-gb,en;q=0.5
Cache-Control no-cache
Connection keep-alive
Content-Length 4642816
Content-Type application/octet-stream
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
Host cloud.cesga.es
Pragma no-cache
Referer https://cloud.cesga.es/
User-Agent Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0)
Gecko/20100101 Firefox/19.0
X-File-Name cd_image.iso
X-Requested-With XMLHttpRequest
Reviewing sunstone error logs we can see this:
..
*NoMethodError - undefined method `path' for #<StringIO:0x0000000240ed70>:*
/usr/lib/one/sunstone/sunstone-server.rb:374:in `block in <main>'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1212:in
`call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1212:in
`block in compile!'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:785:in
`[]'
/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!'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:801:in
`route_eval'
/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!'
/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'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:820:in
`catch'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:820:in
`process_route'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:784:in
`block in route!'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:783:in
`each'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:783:in
`route!'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:886:in
`dispatch!'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in
`block in call!'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in
`block in invoke'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in
`catch'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in
`invoke'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in
`call!'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:705:in
`call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/commonlogger.rb:20:in
`call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in
`context'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in
`call'
/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'
/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'
/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'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in
`call'
/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'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/nulllogger.rb:9:in
`call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/head.rb:9:in
`call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in
`call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/showexceptions.rb:21:in
`call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in
`block in call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1416:in
`synchronize'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in
`call'
/var/lib/one/.rvm/gems/ruby-1.9.3-p327/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in
`service'
/usr/local/rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in
`service'
/usr/local/rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in
`run'
/usr/local/rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in
`block in start_thread'
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
https://cloud.cesga.es/ ->
/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
..
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:
http://adayinthepit.com/2011/06/03/ruby-openuri-open-returns-stringio-fileio/
So we cannot upload file images greater than 10, someone else has
detected this issue? how we can fix it?
Cheers and thanks!
Alvaro
> Hector
>
> On Tue, 26 Feb 2013 15:57:48 +0100, Alvaro Simon <asimon at cesga.es> wrote:
>
>> Hi Hector
>>> 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...
>>>
>> 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..
>>
>> Cheers and thanks!
>> Alvaro
>>> Hector
>>>
>>> On Mon, 25 Feb 2013 17:32:24 +0100, Alvaro Simon <asimon at cesga.es>
>>> wrote:
>>>
>>>> Hi Daniel
>>>>>
>>>>> Can you try changing the tmpdir parameter in sunstone-server.conf to
>>>>> /var/tmp or any other directory different from /tmp.
>>>>>
>>>>> Cheers.
>>>>>
>>>>
>>>> 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:
>>>>
>>>>
>>>> *sunstone.log
>>>> --------------------------------------
>>>> Server configuration
>>>> --------------------------------------
>>>> {:tmpdir=>"/var/lib/one",
>>>> :one_xmlrpc=>"http://localhost:2633/RPC2",
>>>> :host=>"127.0.0.1",
>>>> :port=>9869,
>>>> :debug_level=>3,
>>>> :auth=>"sunstone",
>>>> :core_auth=>"cipher",
>>>> :vnc_proxy_port=>29876,
>>>> :vnc_proxy_path=>"/usr/share/one/websockify/websocketproxy.py",
>>>> :vnc_proxy_support_wss=>"only",
>>>> :vnc_proxy_cert=>"/etc/grid-security/hostcert.pem",
>>>> :vnc_proxy_key=>"/etc/grid-security/hostkey.pem",
>>>> :lang=>"en_US",
>>>> :marketplace_url=>"https://marketplace.c12g.com/appliance"}
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>> 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
>>>>
>>>> *sunstone.error
>>>> 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
>>>> https://cloud.cesga.es/ ->
>>>> /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
>>>> localhost - - [25/Feb/2013:17:21:53 CET] "GET /image?timeout=false
>>>> HTTP/1.1" 200 76267
>>>> https://cloud.cesga.es/ -> /image?timeout=false
>>>> localhost - - [25/Feb/2013:17:21:57 CET] "GET /image?timeout=false
>>>> HTTP/1.1" 200 76267
>>>> https://cloud.cesga.es/ -> /image?timeout=false
>>>> localhost - - [25/Feb/2013:17:22:01 CET] "GET /image?timeout=false
>>>> HTTP/1.1" 200 76267
>>>> https://cloud.cesga.es/ -> /image?timeout=false
>>>> localhost - - [25/Feb/2013:17:22:01 CET] "GET
>>>> /datastore?timeout=true HTTP/1.1" 200 3587
>>>> https://cloud.cesga.es/ -> /datastore?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:01 CET] "GET /acl?timeout=true
>>>> HTTP/1.1" 200 3012
>>>> https://cloud.cesga.es/ -> /acl?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:04 CET] "GET /image?timeout=false
>>>> HTTP/1.1" 200 76267
>>>> https://cloud.cesga.es/ -> /image?timeout=false
>>>> localhost - - [25/Feb/2013:17:22:04 CET] "GET /user?timeout=true
>>>> HTTP/1.1" 200 25131
>>>> https://cloud.cesga.es/ -> /user?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:05 CET] "GET /host?timeout=true
>>>> HTTP/1.1" 200 25177
>>>> https://cloud.cesga.es/ -> /host?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:07 CET] "GET /cluster?timeout=true
>>>> HTTP/1.1" 200 1262
>>>> https://cloud.cesga.es/ -> /cluster?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:14 CET] "GET
>>>> /vmtemplate?timeout=true HTTP/1.1" 200 170052
>>>> https://cloud.cesga.es/ -> /vmtemplate?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:16 CET] "GET /vnet?timeout=true
>>>> HTTP/1.1" 200 10653
>>>> https://cloud.cesga.es/ -> /vnet?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:18 CET] "GET /group?timeout=true
>>>> HTTP/1.1" 200 4028
>>>> https://cloud.cesga.es/ -> /group?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:21 CET] "GET /vm?timeout=true
>>>> HTTP/1.1" 200 201729
>>>> https://cloud.cesga.es/ -> /vm?timeout=true
>>>> localhost - - [25/Feb/2013:17:22:26 CET] "GET /image?timeout=true
>>>> HTTP/1.1" 200 76267
>>>> https://cloud.cesga.es/ -> /image?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:03 CET] "GET
>>>> /datastore?timeout=true HTTP/1.1" 200 3587
>>>> https://cloud.cesga.es/ -> /datastore?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:05 CET] "GET /acl?timeout=true
>>>> HTTP/1.1" 200 3012
>>>> https://cloud.cesga.es/ -> /acl?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:11 CET] "GET /user?timeout=true
>>>> HTTP/1.1" 200 25131
>>>> https://cloud.cesga.es/ -> /user?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:11 CET] "GET /host?timeout=true
>>>> HTTP/1.1" 200 25177
>>>> https://cloud.cesga.es/ -> /host?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:15 CET] "GET /cluster?timeout=true
>>>> HTTP/1.1" 200 1262
>>>> https://cloud.cesga.es/ -> /cluster?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:30 CET] "GET
>>>> /vmtemplate?timeout=true HTTP/1.1" 200 170052
>>>> https://cloud.cesga.es/ -> /vmtemplate?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:33 CET] "GET /vnet?timeout=true
>>>> HTTP/1.1" 200 10653
>>>> https://cloud.cesga.es/ -> /vnet?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:37 CET] "GET /group?timeout=true
>>>> HTTP/1.1" 200 4028
>>>> https://cloud.cesga.es/ -> /group?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:45 CET] "GET /vm?timeout=true
>>>> HTTP/1.1" 200 201729
>>>> https://cloud.cesga.es/ -> /vm?timeout=true
>>>> localhost - - [25/Feb/2013:17:23:54 CET] "GET /image?timeout=true
>>>> HTTP/1.1" 200 76267
>>>> https://cloud.cesga.es/ -> /image?timeout=true
>>>> localhost - - [25/Feb/2013:17:24:05 CET] "GET
>>>> /datastore?timeout=true HTTP/1.1" 200 3587
>>>> https://cloud.cesga.es/ -> /datastore?timeout=true
>>>> localhost - - [25/Feb/2013:17:24:08 CET] "GET /acl?timeout=true
>>>> HTTP/1.1" 200 3012
>>>> https://cloud.cesga.es/ -> /acl?timeout=true
>>>> localhost - - [25/Feb/2013:17:24:17 CET] "GET /user?timeout=true
>>>> HTTP/1.1" 200 25131
>>>> https://cloud.cesga.es/ -> /user?timeout=true
>>>>
>>>> *ssl_access.log
>>>> 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 "https://cloud.cesga.es/" "Mozilla/5.0 (X11;
>>>> Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0"
>>>> 193.144.44.178 - - [25/Feb/2013:17:27:07 +0100] "GET
>>>> /image?timeout=false HTTP/1.1" 200 76267 "https://cloud.cesga.es/"
>>>> "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101
>>>> Firefox/19.0"
>>>> 193.144.44.178 - - [25/Feb/2013:17:27:12 +0100] "GET
>>>> /datastore?timeout=true HTTP/1.1" 200 3587
>>>> "https://cloud.cesga.es/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64;
>>>> rv:19.0) Gecko/20100101 Firefox/19.0"
>>>> 193.144.44.178 - - [25/Feb/2013:17:27:18 +0100] "GET
>>>> /vmtemplate?timeout=true HTTP/1.1" 200 170052
>>>> "https://cloud.cesga.es/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64;
>>>> rv:19.0) Gecko/20100101 Firefox/19.0"
>>>> 193.144.44.178 - - [25/Feb/2013:17:27:19 +0100] "GET
>>>> /acl?timeout=true HTTP/1.1" 200 3012 "https://cloud.cesga.es/"
>>>> "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101
>>>> Firefox/19.0"
>>>> 193.144.44.178 - - [25/Feb/2013:17:27:23 +0100] "GET
>>>> /vnet?timeout=true HTTP/1.1" 200 10653 "https://cloud.cesga.es/"
>>>> "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101
>>>> Firefox/19.0"
>>>> 193.144.44.178 - - [25/Feb/2013:17:27:36 +0100] "GET
>>>> /group?timeout=true HTTP/1.1" 200 4028 "https://cloud.cesga.es/"
>>>> "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101
>>>> Firefox/19.0"
>>>> 193.144.44.178 - - [25/Feb/2013:17:27:36 +0100] "GET
>>>> /user?timeout=true HTTP/1.1" 200 25131 "https://cloud.cesga.es/"
>>>> "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101
>>>> Firefox/19.0"
>>>> 193.144.44.178 - - [25/Feb/2013:17:27:36 +0100] "GET
>>>> /host?timeout=true HTTP/1.1" 200 25177 "https://cloud.cesga.es/"
>>>> "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101
>>>> Firefox/19.0"
>>>>
>>>> Cheers and thanks
>>>> Alvaro
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.opennebula.org
>>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>>
>>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20130228/22477853/attachment-0002.htm>
More information about the Users
mailing list