Hi, I am trying to use Ubuntu 9.04 as the Frontend of nebula,and It is really exciting,Thank you for all that you have done.<br>    During the deploying process of VMs,I encountered one problem, <br><br>############<br>
info from oned.conf<br>############<br>Mon Apr 27 18:55:31 2009 [DiM][D]: Deploying VM 8<br>Mon Apr 27 18:55:31 2009 [TM][D]: Message received: LOG - 8 tm_clone.sh: oneserver:/opt/nebula/images/rubisva_1.0.img oneclient1:/local/one_images/8/images/disk.0<br>
<br>Mon Apr 27 18:55:31 2009 [TM][D]: Message received: LOG - 8 tm_clone.sh: DST: /local/one_images/8/images/disk.0<br><br>Mon Apr 27 18:55:31 2009 [TM][D]: Message received: LOG - 8 tm_clone.sh: Creating directory /local/one_images/8/images<br>
<br>Mon Apr 27 18:55:33 2009 [TM][D]: Message received: LOG - 8 tm_clone.sh: Executed "ssh oneclient1 mkdir -p /local/one_images/8/images"<br><br>Mon Apr 27 18:55:33 2009 [TM][D]: Message received: LOG - 8 tm_clone.sh: Cloning oneserver:/opt/nebula/images/rubisva_1.0.img<br>
<br>......<br>Mon Apr 27 18:56:03 2009 [InM][I]: Monitoring host oneclient1 (2)<br>Mon Apr 27 18:56:42 2009 [InM][D]: Host 2 successfully monitored.<br>......<br><br>Mon Apr 27 19:00:44 2009 [TM][D]: Message received: LOG - 8 tm_clone.sh: Executed "scp oneserver:/opt/nebula/images/rubisva_1.0.img oneclient1:/local/one_images/8/images/disk.0"<br>
<br>Mon Apr 27 19:00:47 2009 [TM][D]: Message received: LOG - 8 tm_clone.sh: Executed "ssh oneclient1 chmod a+w /local/one_images/8/images/disk.0"<br><br>Mon Apr 27 19:00:47 2009 [TM][D]: Message received: TRANSFER SUCCESS 8 -<br>
<br>Mon Apr 27 19:00:47 2009 [VMM][D]: Message received: LOG - 8 Command: scp /var/lib/one/8/deployment.0 oneclient1:/local/one_images/8/images/deployment.0<br><br>Mon Apr 27 19:00:49 2009 [VMM][D]: Message received: LOG - 8 Copy success<br>
<br>Mon Apr 27 19:00:49 2009 [VMM][D]: Message received: LOG - 8 Setting credits for the VM<br><br>Mon Apr 27 19:00:49 2009 [VMM][D]: Message received: LOG - 8 Command: sudo /usr/sbin/xm create /local/one_images/8/images/deployment.0 \&\& sudo /usr/sbin/xm sched-cred -d one-8 -w 128<br>
<br>Mon Apr 27 19:00:51 2009 [VMM][D]: Message received: DEPLOY FAILURE 8 Unknown error<br><br>I thought may be it was a Xen related problem , So ,I executed the following command in the Cluster Node(redhat el 5.0 with xen 3.1.0)and it worked fine with the VM seting up successfully, is there anyone who encountered a similar problem? I would be appreciated for whatever recieving from you. <br>
/////////////////////////////////////////////////////<br>-bash-3.1$ pwd<br>/local/one_images/8/images<br>-bash-3.1$ sudo /usr/sbin/xm create -c deployment.0 <br>/////////////////////////////////////////////////////<br><br>