| Hi there,   my first attempt to create an HVM Domain sadly no 
Luck, my  Domain will not connect over VNC:   I will start them with:   # xm create xen.cfg# Using config file 
"./xen.cfg".
 # Started domain hvm
 
 xm list says:   # 
hvm                                       
10   384     1     
------      0.0
 The Domain will run but no connect over VNC Console 
:-(   My /etc/xen/xend-config.sxp:   (vncpasswd 'test')(vnc-listen 
'192.168.1.222')
   And my Config for the Domain (I will start an 
ISO Image):   import os, rearch = os.uname()[4]
 if 
re.search('64', arch):
 arch_libdir = 
'lib64'
 else:
 arch_libdir = 'lib'
   kernel = 
"/usr/lib/xen/boot/hvmloader"builder='hvm'
 memory = 256
 shadow_memory 
= 8
 name = "hvm"
 vif = [ 'type=ioemu, bridge=xenbr0' ]disk = [ 
'file:/home/xen/vps/hvm/my.img,ioemu:hda,w', 
'file:/home/xen/vps/hvm/suse.iso,hdc:cdrom,r' ]
 on_reboot   = 
'restart'
 on_crash    = 'restart'
 device_model = '/usr/' + arch_libdir + 
'/xen/bin/qemu-dm' vnc=1vncdisplay=1
 vncconsole=0vncpasswd='test'
 stdvga=0   I will connect to VNC over 192.168.1.222:5901 but 
it will not work:   # no connect   Mhhh. What can i do to find the Problem? The Domain 
will start, but i have no chance to  see what's going wrong ...   Can anybody help me?   Many thanks for every Tip, Maybee   |