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] VNC issues

To: Guaitaku Boluda <guaitaku@xxxxxxxx>
Subject: Re: [Xen-users] VNC issues
From: chris <tknchris@xxxxxxxxx>
Date: Tue, 15 Jun 2010 08:17:55 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 15 Jun 2010 05:19:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5933Tyd6YuGIVibSKKi2OVrYHOmPL7WgFBX+LUrB2tA=; b=avkCo9wpiQzsjLtWVqefmGG5FRHb/KdAEQR573gy4chKoW9R85Eipxo/hDL4YwBiVt rGBzKZ72JZxCcJAo6L1dwjJkMUgBBxMCMBmegCNxVPHN9Mg6zIWTUoTJHRjisrZMDswS jY0TB/dDG6qB6pKQcE6kuNp+kVEcEiFgEOItc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=e3QlqH4VPyRkkOC+MQo+8qKg7ZGJbSMyz7VTFJzqCbUWxiCN8HZsmA6MOaGG5PDOsx JD1yHeafBltHcPnJaoNiQpW0lDRjH7gFTV4MKLdqSXinSMGm4XQJxF8ohvH+iAIDJwEo 5qXxDGSi8Liu05GNkvcTWWWTecTCygtz4iXgE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <888772.32788.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <888772.32788.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
does netstat show it listening on 0.0.0.0 in dom0? do you have any
firewalls in place?

On Mon, Jun 14, 2010 at 11:27 AM, Guaitaku Boluda <guaitaku@xxxxxxxx> wrote:
> I've recently installed Debian Lenny witch Xen (xen-utils, xen.tools
> and  xen-linux-system-2.6.26-2-xen-amd64).
> I want to virtualize some windows servers, but I'm unable to connect to
> localhost VNC when I start the vm (xm create) to proceed with windows
> instalation.
> The VM config is:
>
> import os, re
> arch = os.uname()[4]
> if re.search('64', arch):
>     arch_libdir = 'lib64'
> else:
>     arch_libdir = 'lib'
> kernel = "/usr/lib/xen-3.2-1/boot/hvmloader"
> builder='hvm'
> memory = 2048
> # Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
> shadow_memory = 8
> name = "w2k8"
> vif = [ 'type=ioemu, bridge=eth1' ]
> acpi = 1
> apic = 1
> disk = [ 'file:/virtual/vm/w2k8.img,hda,w',
> 'file:/virtual/iso/w2k8.iso,hdc:cdrom,r' ]
> device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
> #-----------------------------------------------------------------------------
> # boot on floppy (a), hard disk (c) or CD-ROM (d)
> # default: hard disk, cd-rom, floppy
> boot="dc"
> sdl=0
> vnc=1
> vncconsole=1
> vncpasswd=''
> #serial='pty'
> #usbdevice='tablet'
>
> And I've activated the listenig to 0.0.0.0 into the xend config.
>
> When I start the VM I try to connect to the vnc (vncviewer localhost
> or vncviewer localhost:1) and it allways returns:
> vncviewer: ConnectToTcpAddr: connect: Connection refused
> Unable to connect to VNC server
>
>
> I'm doing something wrong???
>
> Thanks a lot,
>
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

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

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