WARNING - OLD ARCHIVES

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/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] static vnc port

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] static vnc port
From: jim burns <jim_burn@xxxxxxxxxxxxx>
Date: Sun, 9 Mar 2008 22:55:41 -0400
Delivery-date: Sun, 09 Mar 2008 19:56:19 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200803101019.23636.jervine@xxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <47D00BAD.4060609@xxxxxxxxxx> <200803101019.23636.jervine@xxxxxxxxxx> (sfid-20080309_223725_915065_12FC74EB)
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.9
On Sunday 09 March 2008 10:19:22 pm Jonathan Ervine wrote:
> My best guess here would be that you've got both vncunused and
> vncdisplay set. The vncunused parameter normally binds the VNC display
> to 5900+N where N is the number specified by vncunused (in other words
> 5901 in your case). I'd check to see if VNC is listening on port 5901.
> I'm not sure if having both parameters breaks both or if the second one
> is simply ignored, however I think you should remove the vncunused
> setting.

Actually, vncunused=1 says use the first unused vnc port. vncunused=0 shuts 
off that behavior. From SuSE's /etc/xen/examples/xmexample1:

# The backend listens on 127.0.0.1 port 5900+N by default, where N is
# the domain ID.  You can override both address and N:
#
# vfb = [ 'type=vnc,vnclisten=127.0.0.1,vncdisplay=1' ]
#
# Or you can bind the first unused port above 5900:
#
# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ]


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>