<br><br><div><span class="gmail_quote">On 10/27/06, <b class="gmail_sendername">Daniel P. Berrange</b> <<a href="mailto:berrange@redhat.com">berrange@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Oct 26, 2006 at 08:25:04PM -0500, Justin Conover wrote:<br>> Is there something I'm missing with VNCserver/viewer?<br>><br>> # xenguest-install<br>> Would you like a fully virtualized guest (yes or no)?  This will allow you
<br>> to run unmodified operating systems. yes<br>> What is the name of your virtual machine? fc6-httpd01<br>> How much RAM should be allocated (in megabytes)? 512<br>> What would you like to use as the disk (path)? /home/xen/fc6-httpd01
<br>> How large would you like the disk to be (in gigabytes)? 6<br>> Would you like to enable graphics support? (yes or no) yes<br>> What would you like to use for the virtual CD image? /home/xen/FC-6-x86_64-<br>
> DVD.iso<br>><br>><br>> Starting install...<br>> libvir: Xen Daemon error : GET operation failed: No such domain fc6-httpd01<br>><br>> VNC Viewer Free Edition 4.1.2 for X - built Oct 25 2006 09:08:37
<br>> Copyright (C) 2002-2005 RealVNC Ltd.<br>> See <a href="http://www.realvnc.com">http://www.realvnc.com</a> for information on VNC.<br>><br>> Thu Oct 26 20:21:19 2006<br>> main:        unable to connect to host: Connection refused (111)
<br>> Domain installation still in progress.  You can reconnect<br>> to the console to complete the installation process.<br>> [root@kainos xen]# xm list<br>> Name                                      ID Mem(MiB) VCPUs State   Time(s)
<br>> Domain-0                                   0     1477     2 r-----   1003.2<br>> fc6-httpd01                               12      512     1 r-----     34.2<br>> [root@kainos xen]# xm console fc6-httpd01<br>
> xenconsole: Could not read tty from store: No such file or directory<br><br>Ok, a couple of things to check:<br><br> - Run  'virsh dumpxml fc6-httpd01'  and look to see if there is a<br>   <graphics type='vnc'> tag, and whether it has a port number in it
<br> - Run 'ps -axuwwf | grep vnc' to see if there is a 'xen-vncfb'<br>   server daemon running in Dom0<br> - Run 'netstat -t -l -n -p' to see if this server daemon is listening<br>   on the port indicated by the XML dump in step 1. This will also tell
<br>   you if its listening on <a href="http://127.0.0.1">127.0.0.1</a>, or all interfaces<br><br>If any of that is missing/wrong, then /var/log/xen/xend-debug.log is<br>where the VNC server stucks its logs.<br><br>Regards,
<br>Dan.<br>--<br>|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|<br>|=-           Perl modules: <a href="http://search.cpan.org/~danberr/">http://search.cpan.org/~danberr/</a>              -=|
<br>|=-               Projects: <a href="http://freshmeat.net/~danielpb/">http://freshmeat.net/~danielpb/</a>               -=|<br>|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=|<br></blockquote>
</div><br>$ vncviewer localhost:5900<br><br>VNC Viewer Free Edition 4.1.2 for X - built Oct 25 2006 09:08:37<br>Copyright (C) 2002-2005 RealVNC Ltd.<br>See <a href="http://www.realvnc.com">http://www.realvnc.com</a> for information on VNC.
<br><br>Fri Oct 27 21:54:27 2006<br> main:        unable to connect to host: Connection refused (111)<br><br>