Re: [one-users] Running ttylinux VM

2011-01-20 Thread Ruben S. Montero
Hi, Just check your host definition. From the log it seems that OpenNebula is trying to use the information driver to start the VM. Also the drivers should be loaded at start time. Look the first lines of oned.conf for problems loading the drivers Cheers Ruben On Thu, Jan 20, 2011 at 10:17 AM,

Re: [one-users] OpenNebula 2.0 works fine, OpenNebula 2.0.1 does not

2011-01-20 Thread Ruben S. Montero
Hi, OpenNebula 2.0.1 solves a bug with recent versions of libvirt which requires the arch attrbute. This attribute is set per VM in the OS section like OS = [ arch = i686 ] or in etc/vmm_kvm/vmm_ssh_kvm.conf By default the driver defines i686 arch. May be you are using x86_64 images... Could you

Re: [one-users] Configure VM template to gather offered IP

2011-01-20 Thread Ruben S. Montero
Hi all, There hasn't been any change in the contextualization process. Please check the thread referenced in your email... Cheers Ruben On Tue, Jan 18, 2011 at 7:59 PM, Erico Augusto Cavalcanti Guedes e...@cin.ufpe.br wrote: Hi, OpenNebula 2.0 works fine on contextualization of my VM

Re: [one-users] EC2 API PROBABLY BUGS

2011-01-20 Thread Tino Vazquez
Dear Paolo, First think, many thanks for the valuable feedback. comments inline, On Fri, Jan 14, 2011 at 6:11 PM, Paolo Smiraglia paolo.smirag...@gmail.com wrote: Hi! I discovered an AUTHENTICATION PROBLEM when using EC2 Tools provided by OpenNebula. On client-side, the HMAC algorithm used

Re: [one-users] Problem with opennebula host KVM

2011-01-20 Thread Tino Vazquez
Hi Emmanuel, Coud you check that virsh works in the node? That is, the libvirtd daemon is running and you can issue commands like virsh list. Also, please send the oned.log. Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher

Re: [one-users] Problem supervision host

2011-01-20 Thread Tino Vazquez
Hi, Please check that the libvirt daemon is running in the node. Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Sun, Jan 16, 2011 at 6:12 PM, CLABAUT, Emmanuel

Re: [one-users] Error executing /home/one/bin/oned.

2011-01-20 Thread Tino Vazquez
Hi, Can you check that you don't have set the http_proxy env variable? Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org 2010/12/24 ocoral oco...@h3c.com:   Hi Tino, Happy Christmas.

Re: [one-users] syntax error when I try to add a host

2011-01-20 Thread Javier Fontan
Hello, Can you send me the output of the execution of var/remotes/im/run_probes xen? I fear there is some problem parsing its output. Bye 2011/1/14 Patricia Santos Marco psan...@bifi.es: I have the following error when I try to add a host: Fri Jan 14 13:19:51 2011 [InM][D]: Host 9

Re: [one-users] VM stays in SAVE_STOP state

2011-01-20 Thread Tino Vazquez
Hi, We are working on a 'resubmit' feature that will deal with this situations, stay tuned for the v2.2 release. Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Sat, Jan 8, 2011 at

[one-users] gem xmlrpc

2011-01-20 Thread Olivier Sallou
Hi, we are using ruby gem, but it seems that commands list only those elements of the connected user (or selected user in command) A list operation on vnet for example, shows only current user info, even if logged as admin This default is fine for users, but admin should have a way to get

Re: [one-users] gem xmlrpc

2011-01-20 Thread Olivier Sallou
answer to myself, found looking at command lien script: Use value -2 to get them all Le 1/20/11 4:10 PM, Olivier Sallou a écrit : Hi, we are using ruby gem, but it seems that commands list only those elements of the connected user (or selected user in command) A list operation on vnet for

Re: [one-users] VM stays in SAVE_STOP state

2011-01-20 Thread Shi Jin
Excellent! Thanks. Shi On Thu, Jan 20, 2011 at 7:21 AM, Tino Vazquez tin...@fdi.ucm.es wrote: Hi, We are working on a 'resubmit' feature that will deal with this situations, stay tuned for the v2.2 release. Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova

Re: [one-users] OpenNebula 2.0 works fine, OpenNebula 2.0.1 does not

2011-01-20 Thread Alexander Fedulov
It worked! After adding the following to the deployment descriptor: OS = [ arch = x86_64 ] VM booted successfully. Please consider adding this information explicitly into configuration documentation. Thank you! Best, Alexander Fedulov On 20.01.2011 11:20, Ruben S. Montero wrote: Hi,

[one-users] Problems with qcow2 images

2011-01-20 Thread Alexander Fedulov
I created a qcow2 image from a raw image like this: qemu-img create -f qcow2 -b ubuntu10-04.img qcow.img The DISC section of of my deployment descriptor looks like this: DISK = [ source = /srv/cloud/temp/ubuntu10-04/qcow.img, target = sda, readonly = no , DRIVER = qcow2] I