Re: [one-users] oneservice database

2011-03-02 Thread Danny Sternkopf
Hi, I have sqlite, but it also doesn't work. I wonder how the one service database gets created. [oneadmin@fog templates]$ oneservice list Database does not exists and now creating at: ID TITLE STATE /opt/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/s

Re: [one-users] how to control VM when it is running.

2011-03-02 Thread Khoa Nguyen
Hi I create VM follow the link: http://opennebula.org/documentation:rel2.0:vmg Some imformation about KVM computer eth0 Link encap:Ethernet HWaddr 00:25:b3:ca:c5:c7 inet addr:172.29.70.137 Bcast:172.29.70.255 Mask:255.255.255.0 inet6 addr: fe80::7859:25ff:fefb:fdd8/64 S

[one-users] Why take out the XML output feature for oneuser command?

2011-03-02 Thread Shi Jin
Hi there, I have longer user names for OpenNebula and the oneuser list does not show the full string unless I turned on the XML output by "-x" in version 1.4. I just realized that there is no such an option in version 2 any more and there is no way to find out the full username given a uid. Could

Re: [one-users] uploading ssh pub key of user to front end ?

2011-03-02 Thread Zeeshan Ali Shah
so you mean instead of /vm/.. i can give http://www.sd.com/.. Zeeshan On 03/02/2011 04:23 PM, Javier Fontan wrote: You can also specify http URLs instead of files. A solution can be creating a web server where users can upload their keys and add the corresponding URL to context. On Wed,

Re: [one-users] how to control VM when it is running.

2011-03-02 Thread Tino Vazquez
Hi, Please read the question "My VM is running but I get no answer from pings, what's wrong?" at the community FAQ [1]. Regards, -Tino [1] http://opennebula.org/documentation:community:faq -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher O

Re: [one-users] uploading ssh pub key of user to front end ?

2011-03-02 Thread Javier Fontan
You can also specify http URLs instead of files. A solution can be creating a web server where users can upload their keys and add the corresponding URL to context. On Wed, Mar 2, 2011 at 4:05 PM, Zeeshan Ali Shah wrote: > Yes i am doing the same , i provide the path in Context like > /vm/cloud/c

Re: [one-users] uploading ssh pub key of user to front end ?

2011-03-02 Thread Olivier Sallou
this has to be managed locally via a web interface for example but this indeed lacks in opennebula compared to amazon stuff. Maybe it could be managed via future frontend with key pairs. Olivier Le 3/2/11 4:05 PM, Zeeshan Ali Shah a écrit : Yes i am doing the same , i provide the path in Con

[one-users] oneservice database

2011-03-02 Thread Ruben Diez
Hi: We have a mysql based OpenNebula installation. When we install the oneservice stuff, we get messages about a not initialized sqlite database: $ oneservice list Database does not exists and now creating at: "/srv/cloud/one/one-service.db" /srv/cloud/one/lib/ruby/oneservicedal.rb:82:in `ini

[one-users] how to control VM when it is running.

2011-03-02 Thread Khoa Nguyen
Hi guys! I have two computer. The computer is installed open netbula. IP address: 172.29.70.136 The computer is installed Kvm . Ip address: 172.29.30.137 I have deploy a VM . It 's running state.Ip address 192.168.0.5 Vitual network: Lease : 192.168.0.5 Lease : 192.168.0.6 Lease : 192.168.0.7

[one-users] Including private files in user's contextualization iso

2011-03-02 Thread Steven Timm
We would like to arrange that a certain system file (for example, kerberos 5 host keytab or x509 host certificate and private key) be included in the contextualization iso of the user at startup time. It is of course possible to do this if these files are owned and readable by the user, but we

Re: [one-users] uploading ssh pub key of user to front end ?

2011-03-02 Thread Zeeshan Ali Shah
Yes i am doing the same , i provide the path in Context like /vm/cloud/conf/id_rsa.pub for example But for a new clients how they will put the pub under /vm/cloud/conf ? if they dont have /vm mounted on their laptop.. you get the issue ? Zeeshan On 03/02/2011 04:02 PM, Olivier Sallou wr

Re: [one-users] uploading ssh pub key of user to front end ?

2011-03-02 Thread Olivier Sallou
you can put your key in CONTEXT as file and in your vm launch a script that copy file content See at the end of http://www.opennebula.org/documentation:rel2.0:cong Le 3/2/11 3:44 PM, Zeeshan Ali Shah a écrit : Hi, any command to upload ssh pubkey by user to front end . like euca has ec2-addke

Re: [one-users] livemigrate error

2011-03-02 Thread Zaina AFOULKI
Hi, Same problem here: "onevm migrate" seems to work fine but not livemigrate. I tried adding the following to libvirtd.conf, then restarted libvirtd on both nodes. tls_no_verify_certificate = 1 key_file = "" cert_file = "" ca_file = "" crl_file = "" and I'm getting the same error as Ratchakrit.

[one-users] uploading ssh pub key of user to front end ?

2011-03-02 Thread Zeeshan Ali Shah
Hi, any command to upload ssh pubkey by user to front end . like euca has ec2-addkey ? right now they send us .pub file and we add it into nfs . -- Regards Zeeshan Ali Shah System Administrator PDC-Center for High Performance Computing KTH-Royal Institute of Technology, Sweden +46 8 790 9115

Re: [one-users] AUTHENTICATION PROBLEM when using EC2 Tools

2011-03-02 Thread Zeeshan Ali Shah
got it on line 268 it shd be like this server_str = server_str + ":" + @server_port unless %w{2010-08-31 2009-11-30}.include? params["Version"] On 03/02/2011 03:19 PM, Zeeshan Ali Shah wrote: in which line you changed ? in EC2QueryServer.rb and what is in it right now ? also what is the ve

Re: [one-users] AUTHENTICATION PROBLEM when using EC2 Tools

2011-03-02 Thread Zeeshan Ali Shah
in which line you changed ? in EC2QueryServer.rb and what is in it right now ? also what is the version of rack and amazon-ec2 you have which is working ? Zeeshan On 03/01/2011 05:52 PM, Olivier Sallou wrote: gotcha, it works with changing version AND restarting I did not restarted econe

Re: [one-users] sunstone-server problem

2011-03-02 Thread Daniel Molina
Hi, The SunStone server was tested with ruby 1.8.7 and ruby 1.9 but there is a compatibility problem between rack 1.2.1 and the last Sinatra version using ruby 1.8.7. There are two options to fix this problem: 1. Downgrade rack: # gem uninstall rack and # gem install rack --version '1.2.0' or 2

[one-users] OpenNebula 2.2 Beta1 Out for Testing!

2011-03-02 Thread Ruben S. Montero
The OpenNebula team is pleased to announce the availability of the first beta release of OpenNebula 2.2. This beta release is targeted at testers and users that would like to check the exciting new features of OpenNebula 2.2. This new release features a new component, Sunstone, a web application to

Re: [one-users] VMWare Server 2.0 and non-persistent images to minimize copy when deploying

2011-03-02 Thread Manish Sapariya
Yes, you are right. I create one VMWare disk image and then mark the disk as non-persistent. When deploying VMs I specify this same image in all VMs and they all create their respective REDO files (please refer to the 1, for details) in respective directories. With this mechanism, I am able to av

Re: [one-users] VMWare Server 2.0 and non-persistent images to minimize copy when deploying

2011-03-02 Thread Tino Vazquez
Hi Manish, I am not familiar with this VMware functionality. This implies various VMs running from the same disk, and each storing each changes as deltas in separate files. Is this correct? Regards, -Tino -- Constantino Vázquez Blanco, MSc OpenNebula Major Contributor www.OpenNebula.org | @tino

Re: [one-users] sunstone-server problem

2011-03-02 Thread Héctor Sanjuán
El 02/03/11 13:12, Ruben Diez escribió: > Hi: > > The sunstone-server don't work for us > > This is the sunstone.log file contents: > > /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/server.rb:228: warning: > parenthesize argument(s) for future version > /usr/lib/ruby/gems/1.8/gems/rack-1.2

Re: [one-users] Does Opennebula 2.0.1 support disaster recovery?

2011-03-02 Thread Tino Vazquez
Hi YE Lei, If there are technical requirements that OpenNebula needs to implement any of the fault tolerance functionality, it will certainly be added to the community release. But I'd like to stress that the fault tolerance functionality is overall a matter of integration and also deployment, sp

[one-users] sunstone-server problem

2011-03-02 Thread Ruben Diez
Hi: The sunstone-server don't work for us This is the sunstone.log file contents: /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/server.rb:228: warning: parenthesize argument(s) for future version /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/utils.rb:138:in `union': can't convert Arra

Re: [one-users] while installing opennebula express giving error:- user & group already exist

2011-03-02 Thread Vivek Shrivastava
Hi, Thanks a lot from my side, please keep this up. Zaina's solution worked for me, Thanks again. From, Vivek Shrivastava ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org