<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hello,</DIV>
<DIV>I built cloudpipe image using base oneiric ubuntu iso and uploaded it to glance as a raw image.</DIV>
<DIV>(glance add is_public=true disk_format=raw container_format=ovf name="cloudpipe image" < cloudpipeimage.img)</DIV>
<DIV> I am trying to launch it using nova api(cloudpipe-create). It does not   launch correctly. Though euca-describe-instances status says "running", I cannot vnc into that vm.</DIV>
<DIV>  I see the following errors in nova-compute.log</DIV>
<DIV>guestmount command not found error and other erros following it. (Detailed log below)</DIV>
<DIV> </DIV>
<DIV>I am running essex released version on oneiric. I could not find any package that has guestmount. </DIV>
<DIV _yuid="yui_3_1_1_2_133614854907769">Is there any package that I am missing?</DIV>
<DIV _yuid="yui_3_1_1_2_133614854907769">Thanks,</DIV>
<DIV _yuid="yui_3_1_1_2_133614854907769">-Vijay</DIV>
<DIV _yuid="yui_3_1_1_2_133614854907769"> </DIV>
<DIV _yuid="yui_3_1_1_2_133614854907769">2012-05-03 15:05:40 DEBUG nova.utils [req-7ae87f58-34e4-4800-b2c0-bbac606602d9 project-vpn 54dcafb79fcf4438a849bde92a432363] Unexpected error while running command.<BR>Command: sudo guestmount --rw -a /var/lib/nova/instances/instance-00000004/disk -m /dev/sda1 /tmp/tmpX46A8y<BR>Exit code: 1<BR>Stdout: ''<BR>Stderr: 'sudo: guestmount: command not found\n' from (pid=1617) trycmd /usr/local/lib/python2.7/dist-packages/nova-2012.1-py2.7.egg/nova/utils.py:277<BR>2012-05-03 15:05:40 DEBUG nova.utils [req-7ae87f58-34e4-4800-b2c0-bbac606602d9 project-vpn 54dcafb79fcf4438a849bde92a432363] Running cmd (subprocess): sudo fusermount -u /tmp/tmpX46A8y from (pid=1617) execute /usr/local/lib/python2.7/dist-packages/nova-2012.1-py2.7.egg/nova/utils.py:219<BR>2012-05-03 15:05:40 DEBUG nova.utils [req-7ae87f58-34e4-4800-b2c0-bbac606602d9 project-vpn 54dcafb79fcf4438a849bde92a432363] Result was 1 from (pid=1617) execute
 /usr/local/lib/python2.7/dist-packages/nova-2012.1-py2.7.egg/nova/utils.py:235<BR>2012-05-03 15:05:40 DEBUG nova.utils [req-7ae87f58-34e4-4800-b2c0-bbac606602d9 project-vpn 54dcafb79fcf4438a849bde92a432363] Unexpected error while running command.<BR>Command: sudo fusermount -u /tmp/tmpX46A8y<BR>Exit code: 1<BR>Stdout: ''<BR>Stderr: 'fusermount: failed to unmount /tmp/tmpX46A8y: Invalid argument\n' from (pid=1617) trycmd /usr/local/lib/python2.7/dist-packages/nova-2012.1-py2.7.egg/nova/utils.py:277<BR>2012-05-03 15:05:40 DEBUG nova.virt.disk.api [req-7ae87f58-34e4-4800-b2c0-bbac606602d9 project-vpn 54dcafb79fcf4438a849bde92a432363] Failed to mount filesystem: Unexpected error while running command.<BR>Command: sudo guestmount --rw -a /var/lib/nova/instances/instance-00000004/disk -m /dev/sda1 /tmp/tmpX46A8y<BR>Exit code: 1<BR>Stdout: ''<BR>Stderr: 'sudo: guestmount: command not found\n' from (pid=1617) mount
 /usr/local/lib/python2.7/dist-packages/nova-2012.1-py2.7.egg/nova/virt/disk/api.py:205<BR>2012-05-03 15:05:40 WARNING nova.virt.libvirt.connection [req-7ae87f58-34e4-4800-b2c0-bbac606602d9 project-vpn 54dcafb79fcf4438a849bde92a432363] [instance: 242a54e8-b7b0-4517-8582-b1321376aa0a] Ignoring error injecting data into image 705ba7d3-945a-4b32-b103-8f958fc72a7a (<BR>--<BR>Failed to map partitions: no partitions found<BR>--<BR>Failed to mount filesystem: Unexpected error while running command.<BR>Command: sudo guestmount --rw -a /var/lib/nova/instances/instance-00000004/disk -m /dev/sda1 /tmp/tmpX46A8y<BR>Exit code: 1<BR>Stdout: ''<BR>Stderr: 'sudo: guestmount: command not found\n')<BR><BR></DIV></td></tr></table>