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

[Xen-users] Help with Windows guest and vncviewer

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Help with Windows guest and vncviewer
From: Flavio <fbcyborg@xxxxxxxxx>
Date: Wed, 28 Sep 2011 10:46:44 +0200
Delivery-date: Wed, 28 Sep 2011 01:48:33 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=9UrHvNA5lqqLn4/4fSqDijbWoPdJQvRQn29jhwnBHsc=; b=SyTqnYZCyK8J0IP51bm7m+OgM23ne2yWNVOUUZIchFD2UgzW5phibn6az38qELMEdK iLefBn5aezymozDPaas9sKNDVMzxkCHoDtc8vOWArpx4vfKtgZuDnP4FrGE4HZZ843sJ lv+uPbjKUhYreEO9P2Apummq/8Ki8TqkY8LtI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I'm having some trouble running a windows guest after the migration to
the new XEN tool stack.
Note that I am running XEN on a Desktop Environment now, using the
gentoo-sources-3.0.4 kernel.
All the Linux guests are running without any problem at the moment.
I access to my Linux box as a normal user and when I need to start a
VM I become root and issue
the needed commands to start a domU with the xl toolstack.

Well, the problem is that when I start the windows guest, having the
following configuration file

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 1024
shadow_memory = 8
name = "windows-7"
vif = [ 'type=ioemu, mac=00:16:3e:00:00:02, bridge=xenbr0' ]
acpi = 1
apic = 1
disk = [ 'file:/mnt/data/xen/vmstore/windows-7/xenwin7.img,xvda,w',
'file:/mnt/data/xen/vmstore/windows-7/Windows-7.iso,hdc:cdrom,r' ]
boot="dc"
sdl=0
vnc=1
vncconsole=1
vncpasswd=''
serial='pty'
usbdevice='tablet'

the guest starts but I can't start vncviewer.

# xl vncviewer 1

VNC Viewer Free Edition 4.1.3 for X - built Feb 16 2011 13:13:42
Copyright (C) 2002-2008 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Invalid MIT-MAGIC-COOKIE-1 keyvncviewer: unable to open display ":0"

Is this problem solvable? I've read something about this in Internet
but I didn't understand
if it is possible to solve it or not.

Cheers,

-- 
Flavio

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Help with Windows guest and vncviewer, Flavio <=