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] domU Windows XP errors...

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] domU Windows XP errors...
From: Julio Cesar Batista de Oliveira <cbjulio@xxxxxxxxx>
Date: Wed, 12 Oct 2011 15:45:00 -0400
Delivery-date: Wed, 12 Oct 2011 12:47:50 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ukgB4rfGn9Qm63M3zmwRb2TL/2+VSo2UGOis6NyoasA=; b=lR6YwJMYMkXwkRBwvqYa3V68Hm5VTD2SnuP7Ifq6Oz6VMoiCrUjcdejlEF32BC+c5m DJriDXxv20sMW+X4rxEUuT4egXwtxMeAarJaQXPj8K049cjJwaMeTnp2Vla46NTsBMHd JDOuQ2sTX7Mdrnt4d4iW94EZFabPyIBcjfhZ8=
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 have some difficulties in my debian squeeze + xen 4.0. I had installed my domU windows XP today, and now it's fails with some programs/applications. For example, my skype hangs when it starts with windows...i have a system in DOS (maybe in COBOL or CLIPER) running, but it is hanging too, and doesn't starts...everything was working with VMware server, but now i change to Xen, but i don't know how to fix that.
I had change my server (another Main board, NIC, processor, etc), e it seems the same way.
Anybody has a idea of the problem?
I download GPL drivers for windows XP too...
Thanks!


Screens of erros attach...

My domU config:

import os, re
arch = os.uname()[4]
if re.search('64', arch):
        arch_libdir = 'lib64'
else:
        arch_libdir = 'lib'
kernel = "/usr/lib/xen-4.0/boot/hvmloader"
>
>
>
device_model = '/usr/' + arch_libdir + '/xen-4.0/bin/qemu-dm'
builder = 'hvm'
memory = 1024
shadow_memory = 8
name = "winXpSp3"
vif = ['bridge=br0, mac=54:a2:3c:6e:d7:c1']
vcpus=2
#disk = ['phy:/dev/xen/vm1,hda,w','phy:/dev/xen/vm2,hda3,w', 'file:/home/dados/temp/WindowsSP3En2009.iso,hdc:cdrom,r']
disk = ['phy:/dev/xen/vm1,hda,w','phy:/dev/xen/vm2,hda3,w']
boot="dc"
sdl = 0
vnc = 1
vnclisten="0.0.0.0"
vncdisplay=1
vncconsole = 1
vncpasswd='1'
stdvga = 0
serial = 'pty'


My interfaces config:

auto lo eth0 eth1 br0
iface lo inet loopback

allow-hotplug eth0 eth1

iface eth0 inet static
        address 192.168.10.240
        network 192.168.10.0
        netmask 255.255.255.0
        broadcast 192.168.10.255
        gateway 192.168.10.1

iface eth1 inet static
        address 192.168.1.240
        network 192.168.1.0
        netmask 255.255.255.0
        broadcast 192.168.1.255

iface br0 inet static
        address 192.168.20.240
        network 192.168.20.0
        broadcast 192.168.20.255
        netmask 255.255.255.0
        bridge_ports eth1
        bridge_maxwait 0




--
Julio Cesar Batista de Oliveira
+ 55 (69) 8456-3676

Attachment: ErrorDOS.JPG
Description: JPEG image

Attachment: SkypeError.JPG
Description: JPEG image

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>