public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* problems with Ubuntu server amd64 (kernel 2.6.24) and Windows 2003 32bit as guest
@ 2008-04-09  7:59 Davide D'Amico
  2008-04-09  9:09 ` Izik Eidus
  2008-04-09 13:27 ` Felix Leimbach
  0 siblings, 2 replies; 6+ messages in thread
From: Davide D'Amico @ 2008-04-09  7:59 UTC (permalink / raw)
  To: kvm-devel

Hi,
I'm new in the world of virtualization.
I have the following setup:
An Ubuntu amd64 Server (DELL PE 2950 with Dual Quad Xen 2Ghz) with 24GB DDR2 Ram
onboard and a Perc 6/i SAS controller.
I have a Windows 2003 32 bit guest that hangs up (i.e. not responding anymore)
when I try to transfer a big file on it (i.e. 120 MBytes or more).
I am using libvirt and virt-manager with this .xml config file:
<domain type='kvm'>
  <name>w2k3</name>
  <uuid>e98b1cf4-fb3b-11dc-bcfb-001e4f1c0780</uuid>
  <memory>6291456</memory>
  <currentMemory>6291456</currentMemory>
  <vcpu>2</vcpu>
  <os>
    <type>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
  </features>
  <clock offset='localtime'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='file' device='disk'>
      <source file='/mnt/dom2/w2k3.img'/>
      <target dev='hda'/>
    </disk>
    <interface type='bridge'>
      <mac address='00:16:3e:40:90:16'/>
      <source bridge='br0'/>
    </interface>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='5902' listen='127.0.0.1'/>
  </devices>
</domain>

And a bridged network environment on it:
bridge name	bridge id		STP enabled	interfaces
br0		8000.001e4f1c0780	no		eth0
							vnet0
							vnet1
							vnet2

I don't know if I have to enable $MAGIC_OPTION during kernel compilation
or enable any features in libvirt config file (pae, apic) or if it could
be a network problem.
Could someone point in the right direction to solve the issue?

Thanks in advance,
dave


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-04-10 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-09  7:59 problems with Ubuntu server amd64 (kernel 2.6.24) and Windows 2003 32bit as guest Davide D'Amico
2008-04-09  9:09 ` Izik Eidus
2008-04-09 13:10   ` Davide D'Amico
2008-04-09 13:27 ` Felix Leimbach
2008-04-09 15:16   ` Davide D'Amico
2008-04-10 13:16   ` Davide D'Amico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox