[Sorry if I just write too much... but if we solve this maybe it will help future users, if they have the same problem]<br><br>Hm, strange, but suddenly the error disappeared. Now I got another one:<br><br><div style="margin-left: 40px;">
Thu Sep  9 11:08:56 2010 [DiM][I]: New VM state is ACTIVE.<br>Thu Sep  9 11:08:57 2010 [LCM][I]: New VM state is PROLOG.<br>Thu Sep  9 11:08:57 2010 [TM][E]: prolog, undefined source disk image in VM template<br>Thu Sep  9 11:08:57 2010 [DiM][I]: New VM state is FAILED<br>
</div><br>My template is:<br><br><div style="margin-left: 40px;">NAME = vm-test<br>DISK = [image="/etc/one/images/disk.img",dev="sda1",mode=w]<br>KERNEL = /boot/vmlinuz-2.6.19-4-server<br>
RAMDISK = /boot/initrd.img-2.6.19-4-server<br>MEMORY = 512<br></div><div style="margin-left: 40px;">CPU = 0.5</div><br>The disk image is located at the front-end in the directory /etc/one/images, and this folder is shared with the node using NFS. The image also appears in /etc/one/images at the node, so the sharing is fine. This image was generated before, when I was using Xen locally at the node. Is that correct, or I need a "different" image?<br>
<br>I'm going to check if the device (sda1) is correct.<br><br>Just to know, I found the page (actually some source code):<br><br><div style="margin-left: 40px;"><a href="http://svn.opennebula.org/one/tags/REL-1.4/src/tm/TransferManager.cc">http://svn.opennebula.org/one/tags/REL-1.4/src/tm/TransferManager.cc</a><br>
</div><br>I think this is where these (and other) errors are identified and treated (as this new "source disk" error is identified after the driver checking, apparently the driver configuration is fine now). I swear I didn't change anything, it really started working by itself.<br>
<br>Thanks again for the help!<br><br>Nelson<br>