Ugh this was a few months ago and I haven't done much with nova recently.  IIRC, all you have to do is connect to the :1 vnc on the nova host.  So if you have VNC and a GUI on your nova host, you can do that from the host with your favorite vncviewer (ubuntu comes with remote desktop viewer) and connect to :1.   So the string you would type into the remote desktop viewer program would be<div>
<br></div><div>localhost:1</div><div><br></div><div>You can do this through ssh port forwarding as well.</div><div><br></div><div>Hopefully the above is sensical.</div><div><br></div><div>Mark<br><div><div><br><div class="gmail_quote">
On Wed, Aug 3, 2011 at 3:32 PM, Aron Matskin <span dir="ltr"><<a href="mailto:aron.matskin@gmail.com">aron.matskin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div dir="ltr"><div>Mark,</div><div><br></div>Thanks for the advice - I'll take a look at it tomorrow. Just to save me some time: where is the log or/and how do I display it?<div><br></div><div><font color="#888888">-AM</font><div>
<div></div><div class="h5"><br><br><div class="gmail_quote">

On Thu, Aug 4, 2011 at 1:24 AM, Mark Gius <span dir="ltr"><<a href="mailto:mark@markgius.com" target="_blank">mark@markgius.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


A1: When I had the symptoms you are describing it was because the instance never managed to boot from the image, and was just spinning cpu cycles displaying a "could not boot disk" type message.  I figured that out by connecting to the VNC console of the instance.  IIRC, you can look through the nova logs to figure out what VNC address to hit for the instance.<div>



<br></div><div><font color="#888888">Mark<br><br></font><div class="gmail_quote"><div>On Wed, Aug 3, 2011 at 4:33 AM, Aron Matskin <span dir="ltr"><<a href="mailto:aron.matskin@gmail.com" target="_blank">aron.matskin@gmail.com</a>></span> wrote:<br>


</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div>
<div dir="ltr">Hi all!<div><br></div><div>Just joined the mailing list. I'd like to do some development on the project (probably Nova).  Some questions regarding how to start:</div><div><br></div><div>Q1. I'm trying to setup Nova in a virtual environment - <a href="http://uksysadmin.wordpress.com/2011/02/17/running-openstack-under-virtualbox-a-complete-guide/" target="_blank">http://uksysadmin.wordpress.com/2011/02/17/running-openstack-under-virtualbox-a-complete-guide/</a> - on a Windows host. I've successfully started an instance and assigned it a network address:</div>





<div><br></div><div><div><font color="#666666">aron@cloud1:~/openstack/cloud/creds$ euca-describe-instances</font></div><div><font color="#666666">RESERVATION<span style="white-space:pre-wrap">       </span>r-k6e14a5w<span style="white-space:pre-wrap">      </span>myproject<span style="white-space:pre-wrap">       </span>default</font></div>





<div><font color="#666666">INSTANCE<span style="white-space:pre-wrap">    </span>i-00000001<span style="white-space:pre-wrap">      </span>ami-0a892947<span style="white-space:pre-wrap">    </span>172.241.0.1<span style="white-space:pre-wrap">     </span>10.0.0.3<span style="white-space:pre-wrap">        </span>running<span style="white-space:pre-wrap"> </span>openstack (myproject, cloud1)<span style="white-space:pre-wrap">   </span>0<span style="white-space:pre-wrap">               </span>m1.tiny<span style="white-space:pre-wrap"> </span>2011-08-02T20:28:46Z<span style="white-space:pre-wrap">    </span>nova</font></div>





</div><div><font color="#666666"><br></font></div><div>but I'm unable to connect to the address (neither from the guest nor from the host):</div><div><br></div><div>From the guest:</div><div>
<br>
</div><div><div><font color="#666666">aron@cloud1:~/openstack/cloud/creds$ ping 172.241.0.1</font></div><div><font color="#666666">PING 172.241.0.1 (172.241.0.1) 56(84) bytes of data.</font></div>

<div><font color="#666666">From 172.241.0.1 icmp_seq=2 Destination Host Unreachable</font></div></div><div><font color="#666666"><br></font></div><div><div><font color="#666666">aron@cloud1:~/openstack/cloud/creds$ ping 10.0.0.3</font></div>





<div><font color="#666666">PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.</font></div><div><font color="#666666">From 10.0.0.1 icmp_seq=1 Destination Host Unreachable</font></div>

</div><div><br></div><div>From the host:</div><div><br></div><div><div><font color="#666666">C:\>ping 172.241.0.1</font></div><div><font color="#666666"><br></font></div>

<div><font color="#666666">Pinging 172.241.0.1 with 32 bytes of data:</font></div><div><font color="#666666">Reply from <a href="http://172.241.0.1" target="_blank">172.241.0.1</a>: Destination host unreachable.</font></div>





</div><div><font color="#666666"><br></font></div><div>Pinging the guest from the host and vice versa is ok, e.g.:</div><div><br></div><div><div><font color="#666666">C:\>ping 172.241.0.101</font></div>

<div><font color="#666666"><br></font></div><div><font color="#666666">Pinging 172.241.0.101 with 32 bytes of data:</font></div><div><font color="#666666">Reply from <a href="http://172.241.0.101" target="_blank">172.241.0.101</a>: bytes=32 time=1ms TTL=64</font></div>





</div><div><br></div><div>What may be wrong?</div><div><br></div><div>Q2. When I do succeed to setup the environment, can anybody to point me to documentation on how to write simple code for OpenStack? Something along the lines of "Hello, world!", but using some features peculiar to cloud applications.</div>





<div><br></div><div>Q3. I have no technical knowledge about the cloud at all. Can anybody suggest a learning path so that I quickly can gain the basic necessary general and specific knowledge to start coding (i.e. first read the code and know what's flying, then fix some bugs, etc.)?</div>





<div><br></div><div>Thanks in advance, -Aron</div><div> </div><div><br></div><div><br></div><div><br></div>
<div><span style="font-family:sans-serif;font-size:14px;line-height:18px"><br></span></div></div>
<br></div></div><div>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></div></blockquote></div><br></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div></div>