[one-users] something more sophisticated ...

2012-02-22 Thread Ulrich Schwickerath
MAC from B but I got one from network C. Is that a bug or did I miss something ? Thanks for your help! Ulrich -- ------ Dr. Ulrich Schwickerath CERN IT/PES-PS 1211 Geneva 23 e-mail: ulrich.schwicker...@cern.ch phone: +41 22 767 9576 mobi

Re: [one-users] econe-server problems with 3.2.1

2012-02-13 Thread Ulrich Schwickerath
, Ulrich Schwickerath wrote: Hi, Daniel, with the new patch in place euca-describe-instances ( ~440 VMs ) takes real1m14.136s user0m0.298s sys 0m0.052s I think this is a client side problem, I cannot reproduce it. Could you connect to the OpenNebula IRC channel (#opennebula at freenode

Re: [one-users] econe-server problems with 3.2.1

2012-02-13 Thread Ulrich Schwickerath
04:03 PM, Daniel Molina wrote: Hi Ulrich, Did you try the last patch I sent? https://gist.github.com/aee5654cbe0b44bbbd51 Cheers On 8 February 2012 12:59, Ulrich Schwickerath wrote: Hi, Daniel, sure, here it is. I have 3 of these guys now. Never seen that before. [lsfadmin@oneadmin02

Re: [one-users] econe-server problems with 3.2.1

2012-02-13 Thread Ulrich Schwickerath
Hi, Daniel, I'll try that one today. Thanks a lot, I will let you know ! Ulrich On 02/09/2012 04:03 PM, Daniel Molina wrote: Hi Ulrich, Did you try the last patch I sent? https://gist.github.com/aee5654cbe0b44bbbd51 Cheers On 8 February 2012 12:59, Ulrich Schwickerath wrote: Hi, D

Re: [one-users] econe-server problems with 3.2.1

2012-02-08 Thread Ulrich Schwickerath
12:17 PM, Daniel Molina wrote: On 8 February 2012 08:57, Ulrich Schwickerath wrote: Hi, Ruben, I confirm I get the same timing when I do NOT use the SSL proxy: (...) r> rack.url_scheme http rack.versi

Re: [one-users] econe-server problems with 3.2.1

2012-02-07 Thread Ulrich Schwickerath
ull, some new batch VMs are started. This "sometimes" seems to work, however, if it does not or if it takes too long to respond, there are concurrent queries to the system (from up to 3 different client machines). From the output above I don't think the SSL proxy is causing the prob

Re: [one-users] econe-server problems with 3.2.1

2012-02-06 Thread Ulrich Schwickerath
times" seems to work, however, if it does not or if it takes too long to respond, there are concurrent queries to the system (from up to 3 different client machines). From the output above I don't think the SSL proxy is causing the problem. Could it be that one of my gems is too old o

[one-users] econe-server problems with 3.2.1

2012-02-06 Thread Ulrich Schwickerath
un' /usr/lib/ruby/gems/1.8/gems/sinatra-1.2.6/lib/sinatra/base.rb:1234:in `run!' /usr/lib/ruby/gems/1.8/gems/sinatra-1.2.6/lib/sinatra/main.rb:25 /usr/lib/one/ruby/cloud/econe/econe-server.rb:165 What I mean with slow is that to get a list of O(400) virtual machines the system needs O(5-10) minutes while lo

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Ulrich Schwickerath
s sys 0m0.046s Can anybody reproduce this problem ? Cheers, Ulrich On 02/03/2012 01:36 PM, Ulrich Schwickerath wrote: Hi, Daniel, Are you running ruby 1.9 in your server? No, we are running on SLC6 (compatible to RHEL6) [root@oneadmin02 ~]# ruby --version ruby 1.8.7 (2011-06-30 patchleve

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Ulrich Schwickerath
wrote: On 3 February 2012 11:57, Daniel Molinawrote: On 3 February 2012 11:30, Ulrich Schwickerath wrote: Hi, Daniel, thanks a lot for the help on this. The problem with the ssl proxy was that I was missing an extra / at the end of the ssl_server directive. So one needs :ssl_server: https

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Ulrich Schwickerath
ooks to me ike a performance issue. Cheers, Ulrich On 02/03/2012 12:21 PM, Daniel Molina wrote: On 3 February 2012 11:57, Daniel Molina wrote: On 3 February 2012 11:30, Ulrich Schwickerath wrote: Hi, Daniel, thanks a lot for the help on this. The problem with the ssl proxy was that I

Re: [one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-03 Thread Ulrich Schwickerath
ort from the default (443) you can specify it in the ssl_parameter: :ssl_server: https://cloud.opennebula.org:8082/ Hope this helps On 2 February 2012 22:45, Ulrich Schwickerath wrote: Hi, did anybody try to setup the ONE 3.2 econe-server with an SSL proxy ? The instructions on the web on thi

[one-users] OpenNebula 3.2.1 econe-server and SSL proxy

2012-02-02 Thread Ulrich Schwickerath
Hi, did anybody try to setup the ONE 3.2 econe-server with an SSL proxy ? The instructions on the web on this seem to be a bit out of date. I had it working fine with 3.0 but with 3.2 I get authentication errors (the ssl proxy setup is unchanged sinde 3.0). Direct access via http works (althou

Re: [one-users] ssl proxy endpoint

2011-12-05 Thread Ulrich Schwickerath
Hi, Sebastien, can you try if this patch helps ? --- checkout_orig/src/cloud/ec2/lib/EC2QueryServer.rb 2011-10-10 11:01:14.0 +0200 +++ checkout_patched/src/cloud/ec2/lib/EC2QueryServer.rb 2011-10-14 13:43:53.0 +0200 @@ -71,7 +71,7 @@ econe_port = @config[:p

Re: [one-users] ec2 access problem after upgrading to ONE 3.0

2011-10-11 Thread Ulrich Schwickerath
Hi, can anybody reproduce this problem ? Thanks! ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Re: [one-users] ec2 access problem after upgrading to ONE 3.0

2011-10-10 Thread Ulrich Schwickerath
Hi, Daniel, thanks a lot for the quick answer and the sample code. I've done some more investigations trying to debug the users code. > I have tried with the following configuration using the OpenNebula > dummy Cloud [1] that is running OpenNebula 3.0 and an SSL proxy too > and the same perl cli