Hello Rubens

On 10.10.2011 21:27, Rubens Pinheiro wrote:
Hello,
I've configured two machines, one with opennebula and another configured
to be a host.
I've created the host in opennebula and it's all ok (status: MONITORED)

But when I try to create a vm, there is a problem in the deployment.
Here is the vm.log:

Mon Oct 10 15:15:30 2011 [VMM][I]: Command execution fail: 'if [ -x 
"/var/tmp/one/vmm/kvm/deploy" ]; then /var/tmp/one/vmm/kvm/deploy 
/srv/cloud/one/var//5/images/deployment.0; else                              exit 42; fi'
Mon Oct 10 15:15:30 2011 [VMM][I]: STDERR follows.
Mon Oct 10 15:15:30 2011 [VMM][I]: error: Failed to create domain from 
/srv/cloud/one/var//5/images/deployment.0
Mon Oct 10 15:15:30 2011 [VMM][I]: error: unable to set user and group to 
'118:131' on '/srv/cloud/one/var//5/images/disk.0': No such file or directory
Mon Oct 10 15:15:30 2011 [VMM][I]: ExitCode: 255
Mon Oct 10 15:15:30 2011 [VMM][E]: Error deploying virtual machine: error: 
Failed to create domain from /srv/cloud/one/var//5/images/deployment.0

I think the error is there:

_Command execution fail: 'if [ -x "/var/tmp/one/vmm/kvm/deploy" ]; then 
/var/tmp/one/vmm/kvm/deploy /srv/cloud/one/var//5/images/deployment.0; else_

It's a sintax error?

More details are in the line "error: unable to set user and group to '118:131' on '/srv/cloud/one/var//5/images/disk.0': No such file or directory"

Is tries to set permissions to some user:group which fails. To which user:group do this UID:GID match on the cluster node?


bye
Fabian
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to