This is an archived copy of the Xen.org mailing list, which we have
preserved to ensure that existing links to archives are not broken.
The live archive, which contains the latest emails, can be found at
http://lists.xen.org/
I'm having problems installing a windowsXP on xen, I installed vncviewer and included these lines in configuration file (i'm not sure if all of them is needed):
vnc=1
sdl=0
vncviewer=1
vncconsole=1
vfb=['type=vnc, vncdisplay=10, vncpasswd=123456']
the configuration file seems Ok, however after creating the domain, vnc doesn't display anything,
the status of the domain is '------' in the domains list, (it's not running?)
I used netstat | grep 5900 to check if vnc is working but it also seems not.