Re: [one-users] [Beta 3.0] Problem creating VM: Failed to create domain

2011-10-27 Thread Jaime Melis
Hello Florin, Are you still experiencing this issue? It seems like you were using tm_nfs, but you should be using tm_ssh. A few extra tips for debugging: set ONE_MAD_DEBUG=1 in etc/defaultrc issue the commands in oned.log manually. Also, TM_* scripts are always ran from the frontend host.

Re: [one-users] [Beta 3.0] Problem creating VM: Failed to create domain

2011-08-08 Thread Florin Antonescu
I tend to believe that disk.0 image file is not correctly copied to destination host. How can I debug this process in order to see what is really happening? The logs are not very detailed regarding where these actions are executed on the remote host. Any help is greatly appreciated. Best regards

[one-users] [Beta 3.0] Problem creating VM: Failed to create domain

2011-08-04 Thread Florin Antonescu
Hello, I am running into some problems when I try to create a VM with onevm command. These are the logged messages on oned.log and var/11/vm.log. Can anyone give me a suggestion on how to fix this? Best regards, Florian Thu Jul 28 19:55:52 2011 [DiM][D]: Deploying VM 11 Thu Jul 28 19:56:03 2011

Re: [one-users] [Beta 3.0] Problem creating VM: Failed to create domain

2011-08-04 Thread Vladimir Vuksan
I would explore this Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: LOG I 11 error: unable to set user and group to '117:126' on '/srv/cloud/one/var//11/images/disk.0': No such file or directory Edit tm_delete.sh in $ONE_HOME/lib/tm_commands (?). Comment out the line where it deletes

Re: [one-users] [Beta 3.0] Problem creating VM: Failed to create domain

2011-08-04 Thread Florin Antonescu
Hi, I modified tm_delete.sh and added ls -l $SRC_PATH just before rm command and this was the output it generated: -rw-rw-rw- 1 oneadmin cloud 41943040 Jul 28 20:42 disk.0 it seems that disk.0 is in place, but I think there is an authorization problem, related to error: unable to set user and