[one-users] Does one support Windows guest on a DHCP network?

2011-06-09 Thread Ou, Yan
Hi All Can anyone tell me wether one support Windows guest with a host on a DHCP network? We are not up to the level to control the DHCP server for the whole network (which means we can't define the MAC/IP association by FIXED networking), the host will be assigned an IP automatically. Is it po

Re: [one-users] Help with VM launch

2011-06-09 Thread Héctor Sanjuán
Now it is seems a different problem: a policyKit - libvirt permissions problem. The answers are here: http://libvirt.org/auth.html http://wiki.libvirt.org/page/SSHPolicyKitSetup Personally, on an OpenSuse 11.3 machine I have a file: /var/lib/polkit-1/localauthority/10-vendor.d/org.libvirt.unix.m

Re: [one-users] Help with VM launch

2011-06-09 Thread Robert Schweikert
On 06/09/2011 12:33 PM, Carlos Martín Sánchez wrote: Hi Robert, The only thing I can think of is that you correctly configured the passwordless ssh access to the Host, but then started OpenNebula as root instead of oneadmin. Well, oned runs as a process owned by oneadmin. I start oned (and t

Re: [one-users] Help with VM launch

2011-06-09 Thread Robert Schweikert
On 06/09/2011 12:40 PM, Héctor Sanjuán wrote: Hi, I think the deployment is failing because the host is en error state. It seems that when ONE is trying to monitor it, the 192.168.1.5 host closes the connection. You should make sure that you are running OpenNebula commands with the 'oneadmin

Re: [one-users] Unable to Ping Migrated VM

2011-06-09 Thread Koushik Annapureddy
Hello, After migrating the VM the CPU consumed by VM is showing as 99. ID USER NAME STAT CPU MEMHOSTNAMETIME 155 oneadmin koushik_ runn 99600M 192.168.2.5 00 00:53:38 156 oneadmin koushik_ runn 1600M 192.168.2.4 00 00:30:26 When I tried to acces

Re: [one-users] Help with VM launch

2011-06-09 Thread Héctor Sanjuán
Hi, I think the deployment is failing because the host is en error state. It seems that when ONE is trying to monitor it, the 192.168.1.5 host closes the connection. You should make sure that you are running OpenNebula commands with the 'oneadmin' user and that this user has passwordless ssh acc

Re: [one-users] Help with VM launch

2011-06-09 Thread Carlos Martín Sánchez
Hi Robert, The only thing I can think of is that you correctly configured the passwordless ssh access to the Host, but then started OpenNebula as root instead of oneadmin. Command 'one start' should be run as oneadmin [1]. And although you can use the oneadmin's one_auth credentials in your root a

[one-users] Help with VM launch

2011-06-09 Thread Robert Schweikert
Hi, Still working on packaging things properly for openSUSE and trying to get OpenNebula running. I've managed to get most things up and running but am now stuck with a failure when I try to launch a VM. I have one host registered: # onhost list ID NAME CLUSTER RVM TCPU FC

Re: [one-users] Failed to login in Sunstone NameError OpenNebula 2.2.1

2011-06-09 Thread Nick Zhu
Thanks for the quick response guys. So when I tried running sunstone server directly from ruby it worked and did not complain about the name error, maybe something wrong with the rackup? My rackup and thin version: rackup -v Rack 1.1 thin -v thin 1.2.4 codename Flaming Astroboy I believe these we

[one-users] OpenNebula 2.2.1 Released!

2011-06-09 Thread Tino Vazquez
Dear OpenNebula users, A potential security vulnerability was found in the contextualization image creation code. This feature lets the user add files to the context image created before VM startup. The feature is very handy to modify the behavior or configuration of the VM without modifying the d

[one-users] VM doesn't get network configuration

2011-06-09 Thread Christoph Raible
Hi @all I have a problem in configuring the network from a "copied" VM in OpenNebula. I wan't to give a specific IP-Adress to a VM. My network configuration in ON is: http://pastebin.com/4PVU8uQx Now I create a VM with the following template: http://pastebin.com/rPZ9cZTG All works fine.

Re: [one-users] DB handling issue

2011-06-09 Thread Carlos Martín Sánchez
Hi Zeeshan, OpenNebula uses the DB only for persistence, all information is cached in memory. You can't modify the stored data and expect the core to update the memory representation. If you really need to modify the DB contents, stop OpenNebula, perform any queries and then restart. This way Ope

Re: [one-users] onevm saveas : [ImageAllocate] Error trying to CREATE IMAGE No PATH in template.

2011-06-09 Thread Carlos Martín Sánchez
Hi, That error message was not present in OpenNebula 2.2. It looks like you are using a 2.2 'onevm' and a development branch 'oned'. Can you please check that you are indeed using 2.2 and not the development version? Regards. -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open S

Re: [one-users] [patch] Add support for rate-limiting a NIC on XEN

2011-06-09 Thread Jaime Melis
Hi Vivien, first of all thanks a lot for your ideas and for your patch. This feature seems quite interesting, we have created a new feature issue in Redmine: http://dev.opennebula.org/issues/673 As for the RAW section under an attribute, that's actually a very good idea, and with xen it's easily

Re: [one-users] Get Virtual network IP problem When it creates VM

2011-06-09 Thread Carlos Martín Sánchez
Hi, The NETWORK_ADDRESS is not the first IP of the range, it is the base address. This is explained in detail in this thread: http://lists.opennebula.org/htdig.cgi/users-opennebula.org/2011-April/005021.html Regards. -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source To

Re: [one-users] $SCRIPTS_REMOTE_DIR in tm_*.sh scripts

2011-06-09 Thread Tino Vazquez
Hi Nikolai, There are several ways to achieve this. If you need this var for development, the shortcut would be to duplicate that value in the rc file for the TM ssh ($ONE_LOCATION/etc/tm_ssh/tm_sshrc). If you confirm me the need for this variable to be available to the tm_commands, I'll open a f

[one-users] DB handling issue

2011-06-09 Thread Zeeshan Ali Shah
Hi, We are using Mysql with One. How sync the data from DB to One is ? since if we change lets say leases table of IP , it does not show on onevnet list ? do you have a cache some where ? or is there any cache between DB and ONE ? -- -- Regards Zeeshan Ali Shah System Administrator PDC-Cent

Re: [one-users] Problem with ldap authentication

2011-06-09 Thread Carlos A.
Hello, first of all, thank you for your response. Once I have managed to make ldap_auth work, I found the following issue: root@keo01:/srv/cloud/one# onevm list execution expired I cannot manage to athenticate against my ldap server. I have tried the ldap authentication that is carried out by

Re: [one-users] Failed to login in Sunstone NameError OpenNebula 2.2.1

2011-06-09 Thread Wojciech Piatek
Hi, You can also try installing older version of rack. I had the similar issues with sunstone and downgrading this gem to version 1.2.1 solved the problem. Afterwards, probably you'll have to change the config.ru file in $LIB_LOCATION/sunstone/directory by providing "::" before File.dirna