March 23, 201511 yr I have setup a Ubuntu 14.04 VM in Xen and it's working fine, the only issue I have is VNC. If I type vncserver :1 in the console of the VM (signed in as root), I'm able to connect, but if I add either the VFB[] or other VNC options in the config file, I can't connect to the VM. Here are the things I've tried: vfb=['type=vnc,vnclisten=0.0.0.0,vncunused=1'] and vnc = '1' vnclisten='0.0.0.0' (and including port 0 as 0.0.0.0:0). I assume the problem is the config file since vncserver :1 allows me to connect after the VM is up. I'm just trying to get it so I don't have to login to the console and type that command whenever I restart the VM. What am I doing wrong, or what can I check to see what's happening?
March 26, 201511 yr I had the same problem. I ended up installing it as a daemon on my Ubuntu server VM.
Archived
This topic is now archived and is closed to further replies.