Hello guys I have a problem regarding VNC and Xen. I already googled, but found no useful answers. Sys: Ubuntu 8.04 Xen : 3.3.0 (backported) Arch: IA64 I enable VNC via the following argument vfb = [ ''type=vnc,vncdisplay=1,vncpasswd=test,vnclisten=0.0.0.0'' ] and the VNCServer is spawned on port 5901. But when i configure my DomU like this: vnc = 1 vncviewer = 1 sdl = 0 vnclisten = ''0.0.0.0'' i get (when running xm create): * VNC= 1 Started domain hardy-compiler* then the console hangs for about half a minute and then it shows: *Alarm clock * What is this issue, is it a bug or just a misconfiguration by me? And what does the command vncviewer do (i have Xen running under Ubuntu Server, so no X is available)? Best regards Thomas -- Thomas Stather, Fraunhofer SIT Abteilung PSS Zimmer 007 Rheinstrasse 75, 64295 Darmstadt, Germany Tel: +49 (0) 6151 86960058 http://www.sit.fraunhofer.de _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, May 6, 2009 at 1:33 PM, Thomas Stather <thomas.stather@sit.fraunhofer.de> wrote:> I enable VNC via the following argument > > vfb = [ ''type=vnc,vncdisplay=1,vncpasswd=test,vnclisten=0.0.0.0'' ]This syntax is used for PV domUs> > and the VNCServer is spawned on port 5901. But when i configure my DomU like > this: > > > vnc = 1 > vncviewer = 1 > sdl = 0 > vnclisten = ''0.0.0.0''This syntax is used for HVM domUs. Which one do you use, PV or HVM? Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello, Even I was facing the same problem. I was able to get a console to login to my Fedora guest domain. But when I gave the command ''xm vncviewer fedora9'', the only message I was getting was ''Alarm Clock''. After I included the line vfb = [ ''type=vnc,vncdisplay=1,vncpasswd=test,vnclisten=0.0.0.0'' ], I am getting the attached screen. Please guide me as to how to proceed from here. Regards Ananth On Thu, May 7, 2009 at 8:41 AM, Fajar A. Nugraha <fajar@fajar.net> wrote:> On Wed, May 6, 2009 at 1:33 PM, Thomas Stather > <thomas.stather@sit.fraunhofer.de> wrote: > > I enable VNC via the following argument > > > > vfb = [ ''type=vnc,vncdisplay=1,vncpasswd=test,vnclisten=0.0.0.0'' ] > > This syntax is used for PV domUs > > > > > and the VNCServer is spawned on port 5901. But when i configure my DomU > like > > this: > > > > > > vnc = 1 > > vncviewer = 1 > > sdl = 0 > > vnclisten = ''0.0.0.0'' > > This syntax is used for HVM domUs. > Which one do you use, PV or HVM? > > Regards, > > Fajar > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users