| 
 Hello, 
  
i am trying to clean up a little mess at vnc consoles and to achieve following: 
  
vnc port to connect === domID 
  
I was thinking it is default scenario, becouse of config file says so : 
  
#---------------------------------------------------------------------------- # enable VNC library for graphics, default = 1 vnc=1 
#---------------------------------------------------------------------------- # address that should be listened on for the VNC server if vnc is set. # default is to use 'vnc-listen' setting from /etc/xen/xend-config.sxp 
vnclisten=" 0.0.0.0"  
#---------------------------------------------------------------------------- # set VNC display number, default = domid #vncdisplay=1 
#---------------------------------------------------------------------------- # try to find an unused port for the VNC server, default = 1 #vncunused=0 
#---------------------------------------------------------------------------- # enable spawning vncviewer for domain's console # (only valid when vnc=1), default = 0 #vncconsole=0 
#---------------------------------------------------------------------------- # set password for domain's VNC console # default is depents on vncpasswd in xend-config.sxp vncpasswd=''
  
what am i doing wrong?
  Thanks in advance!
  David 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |