Re: [one-users] Express Installation Script.

2010-11-15 Thread KING LABS
Hi, Sorry for the delay, was away from work due to weekend. I could not reproduce the same error again and I do not have old logs as of now. Shall surely update next time i get the same issue. As for creating 10vms with single command using the loops , how will it work. All the vms will have

Re: [one-users] Express Installation Script.

2010-11-12 Thread Jaime Melis
Hi, could you please attach the log file showing this error? we don't quite understand why you need world writable permissions. As for your problem of deploying 10 virtual machines in one command, try doing it in a for loop: for i in `seq 1 10`; do onevm create template.one; done Cheers, Jaime

Re: [one-users] Express Installation Script.

2010-11-10 Thread Jaime Melis
Hi, The scripts under /usr/lib/one/remotes are reponsible for the VMM and IM actions. You have to copy them because they are by default copied to /tmp which is generally not persistent after reboot. The default path of these scripts has been changed to /var/tmp in order to avoid this issue and in

Re: [one-users] Express Installation Script.

2010-11-10 Thread Daniel . MOLDOVAN
I am sorry. I haven't said that 755 are the wrong permissions. Just that being new using opennebula i have encountered some permission denied errors and by making the folder world-writable i have avoided them. I have just mentioned as a quick fix to give everybody access to /var/lib/one. I assume

Re: [one-users] Express Installation Script.

2010-11-09 Thread KING LABS
Thanks Daniel, this worked for me , i think i need to dig further into the syntax of templates. I am able to create new vms based on the raw image i created using virt-manager which is registerd as OS image. Can you share with me your opennebula deployment scenario and how you are using it. Can

Re: [one-users] Express Installation Script.

2010-11-06 Thread Daniel . MOLDOVAN
I think that the error is related to export ONE_AUTH=/$HOME/.one-auth and it means that there is no one_auth file. This file should contain username:pasword of the opennebula user. but it might also be from some broken/missing ruby dependencies. You can also try install ruby-full from a package

Re: [one-users] Express Installation Script.

2010-11-04 Thread Daniel . MOLDOVAN
There are several peculiar issues regarding the opennebula node. Firstly, it copies some files in /tmp/ and they get deleted on system restart. Second, i found that it did not create /var/lib/one with coresponding access rights. So, in order to make the opennebula node work you need to take some