Julio Cesar Batista de Oliveira
2011-Oct-12 19:45 UTC
[Xen-users] domU Windows XP errors...
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" on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' 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 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> > Hello!! > I have some difficulties in my debian squeeze + xen 4.0. I hadinstalled my> domU windows XP today, and now it''s fails with someprograms/applications.> For example, my skype hangs when it starts with windows...i have asystem> in DOS (maybe in COBOL or CLIPER) running, but it is hanging too, anddoesn''t> starts...everything was working with VMware server, but now i changeto> Xen, but i don''t know how to fix that. > I had change my server (another Main board, NIC, processor, etc), e itseems> 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... What CPU is in the physical machine? Is it AMD or Intel? Also, did the problem happen before GPL drivers were installed? James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Julio Cesar Batista de Oliveira
2011-Oct-16 19:30 UTC
Fwd: [Xen-users] domU Windows XP errors...
Hii James.... On Wed, Oct 12, 2011 at 8:43 PM, James Harper <james.harper@bendigoit.com.au> 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. Theerror 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 aPhenom 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 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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" on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' 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@gmail.com> wrote:> Hii James. Thanks! > > On Wed, Oct 12, 2011 at 8:43 PM, James Harper < > james.harper@bendigoit.com.au> 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@lists.xensource.com http://lists.xensource.com/xen-users