Re: [one-users] @VNC problem

2013-03-19 Thread Daniel Molina
Hi, On 18 March 2013 10:54, Prachi De deprac...@gmail.com wrote: Hi all My vm status is running ,vnc icon active but vnc doesnot display vm so tried to install vm using vm manager on host . First used virsh list to display vms and got two vms running as output. Then tried to start vm

Re: [one-users] request for username and password for image in marketplace

2013-03-19 Thread Carlos Martín Sánchez
Hi, You can setup your ssh public key to access the root account. Add to the VM template: CONTEXT = [ SSH_PUBLIC_KEY = ssh-rsa AABB... user@host ] Regards [1] http://marketplace.c12g.com/appliance/4fc76a938fb81d351701 [2]

Re: [one-users] sunstone-server start error

2013-03-19 Thread Daniel Molina
Hi, On 11 March 2013 10:23, Mario Sickert sic...@gmx.net wrote: Hey, Got still problems after install Sunstone. one service is running with oneadmin, but after trying to start sunstone-server i got an error. Syntax looks like this: $sunstone-server start Stale .lock detected. Erasing

Re: [one-users] Error in vm creation

2013-03-19 Thread Carlos Martín Sánchez
Hi, Tue Mar 12 07:58:19 2013 [VMM][I]: @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ You may want to take a look at that... Tue Mar 12 07:58:19 2013 [VMM][I]: error: Cannot find QEMU binary /usr/libexec/qemu-kvm: No such file or directory Is kvm installed? Your distribution may

Re: [one-users] @VNC Problem

2013-03-19 Thread Daniel Molina
Hi, On 15 March 2013 11:56, Prachi De deprac...@gmail.com wrote: Hi All, I am sending the sunstone.log with this mail for vnc problem. == Sinatra/1.3.5 has taken the stage on 9869 for development with backup from Thin /var/lib/gems/1.8/gems/sinatra-1.3.5/lib/sinatra/base.rb:912: command

Re: [one-users] Users Digest, Vol 61, Issue 50

2013-03-19 Thread Tino Vazquez
Hi, I would suggest installing the appliance onto an ESX hypervisor, not Workstation. In any case, please do send the screenshots, they don't seem to be attached in your original mail. Best regards, -Tino -- Constantino Vázquez Blanco, PhD, MSc Project Engineer OpenNebula - The Open-Source

Re: [one-users] why does scheduler need to order the actions pending in scheduler queue?

2013-03-19 Thread Carlos Martín Sánchez
Hi, That code is not in the one-3.8 branch, it is part of the new scheduled actions feature [1]. Executing the scheduled actions in a FIFO order can lead to unexpected behaviours, since the actions are ordered by time. See [2] for an example. Regards [1] http://dev.opennebula.org/issues/1483

[one-users] My new setup for private cloud

2013-03-19 Thread Alberto Zuin - Liste
Just to share my experience. From the beginning of my experience with OpenNebula, I made some changes in storage technology and now I found a solution that works pretty well for my necessities. First: there isn't an always ok solution, every solution works in a particular situation. My

Re: [one-users] How to add a new set of drivers for OpenNebula

2013-03-19 Thread Carlos Martín Sánchez
Hi, Any updates on this? We are always interested in our users' deployments and integrations :) Cheers -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org |

[one-users] Trying jclouds to manage OpenNebula

2013-03-19 Thread Giovanni Toraldo
Hi, just to share a few discoveries of the last few days. I've tried to manage OpenNebula instances with jclouds [1]. It doesn't comes with a native OpenNebula driver, however it contains a generic EC2 driver, that could be used along with the OpenNebula econe-server. Hence some rough edges [2]