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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] domU Windows XP errors...
From: Julio Cesar Batista de Oliveira <cbjulio@xxxxxxxxx>
Date: Thu, 17 Nov 2011 19:48:50 -0400
Delivery-date: Thu, 17 Nov 2011 15:50:13 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LJtfZXiII0uQ98O0e6DnMcL9P4CJfwPCwbC+iLKRfUI=; b=JXUhOttf4Jfq8/XJ9gEVBGgzmrKZ+fRwlQHz8vDL23rFWkTqI+sxikP2GRKEL2gDl1 7lPvt2ajJRW4plOmUaTPQVuqVRHzKQ5s5tc7PM9CEa8vrgyXrtjbWepdS06VcCnxP0Ox 0Q340UnEyUl4athzGW9LwkrYXxkD14L/mnHao=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CA+AHXLZ_-QW92NGZBa8xjTwCWTCYz94vAf72vqSQGw6sxMYz1g@xxxxxxxxxxxxxx>
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: <CA+AHXLZ5deaojkJ2F0GTSsntY5K4JZeFYo2RuuuzWA_rcQ_+7g@xxxxxxxxxxxxxx> <AEC6C66638C05B468B556EA548C1A77D01E5E5B2@trantor> <CA+AHXLZ_-QW92NGZBa8xjTwCWTCYz94vAf72vqSQGw6sxMYz1g@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello!
Maybe someone has same issue with Xen + debian squeeze like me...
But, anybody has a idea of what can i do to fix that?
I had tried many "windows versions", but nothing works fine!
Sometimes reboot, sometimes skype hangs.
My last test was change all my hardware (HD 1TB, 8GB ram, AMD Phenom X3, Asus Mainboard) and install windows 2003 server enterprise.
Happens the same issue...

Here is my conf...


cat /etc/xen/winXpSp3.cfg

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=aa:4c:ff:6e:
d7:22']
vcpus=1
#disk = ['phy:/dev/xen/vm1,hda,w','phy:/dev/xen/vm2,hda3,w', 'file:/var/imagens/Super.iso,hdc:cdrom,r']
disk = ['phy:/dev/xen/vm1,hda,w','phy:/dev/xen/vm2,hdb,w']
boot="cd"

sdl = 0
vnc = 1
vnclisten="0.0.0.0"
vncdisplay=1
vncconsole = 1
vncpasswd='1'
stdvga = 0
serial = 'pty'





cat /etc/network/interfaces

auto lo eth0 br0
iface lo inet loopback

allow-hotplug eth0 br0

iface eth0 inet static
        address 192.168.0.200
        network 192.168.0.0
        netmask 255.255.255.0
        broadcast 192.168.0.255
        gateway 192.168.0.1

iface br0 inet static
        address 192.168.1.200
        network 192.168.1.0
        broadcast 192.168.1.255

        netmask 255.255.255.0
        bridge_ports eth1
        bridge_maxwait 0




:/var/log/xen# cat qemu-dm-winXpSp3.log
domid: 8
-c config qemu network with xen bridge for
tap8.0 br0
Using file /dev/xen/vm1 in read-write mode
Using file /dev/xen/vm2 in read-write mode
Watching /local/domain/0/device-model/8/logdirty/cmd
Watching /local/domain/0/device-model/8/command
char device redirected to /dev/pts/1
qemu_map_cache_init nr_buckets = 10000 size 4194304
shared page at pfn feffd
buffered io page at pfn feffb
Guest uuid = 5c2ef4df-2dd9-fade-1326-c23aacefb2e1
Time offset set 0
populating video RAM at ff000000
mapping video RAM from ff000000
Register xen platform.
Done register platform.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state.
xs_read(/local/domain/0/device-model/8/xen_extended_power_mgmt): read error
Log-dirty: no command yet.
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xs_read(/local/domain/8/log-throttling): read error
qemu: ignoring not-understood drive `/local/domain/8/log-throttling'
medium change watch on `/local/domain/8/log-throttling' - unknown device, ignored
cirrus vga map change while on lfb mode
mapping vram to f0000000 - f0400000
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is ro state.



Thanks.


On Thu, Oct 13, 2011 at 2:54 PM, Julio Cesar Batista de Oliveira <cbjulio@xxxxxxxxx> wrote:
Hii James. Thanks!

On Wed, Oct 12, 2011 at 8:43 PM, James Harper <james.harper@xxxxxxxxxxxxxxxx> wrote:
>
> 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!
>

Does it work any bettor (or worse) if you turn off Data Execution
Prevention? I don't think this is a fix but it might tell us more about
what the problem is...

About the Data Execution Prevention, i turned off, and nothing change. The error is the same. Put skype and cmd (command prompt, witch runs my DOS basead system...), and nothing...
 
What CPU is in the physical machine? Is it AMD or Intel?

 My Processor is Athlon II X4 645, and my last processor for test was a Phenom X3...both AMD processors...

Also, did the problem happen before GPL drivers were installed?
For test, i had uninstalled GPL drivers, but nothing...

I dont know why James, because with the old VMWare server in my debian etch was working soo good. I dont think its a processor error, or another hardware issue...
Any idea?

Thank you again...
Julio.




James



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



--
Julio Cesar Batista de Oliveira
+ 55 (69) 8456-3676
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] domU Windows XP errors..., Julio Cesar Batista de Oliveira <=