Comment 13 for bug 71348

Revision history for this message
Nicolas Schmerber (nschmerber) wrote :

Hi,

I already mentionned my problems with xen on a P4 with HT.
I had the occasion to test the edgy Xen on this HW : dual p3 1Ghz , 1500Mb RAM, basic 40Go HDD. So a real SMP not a p4 with HT

I got problem at launching 3rd DomU . Last thing I saw on Dom0 console was a kernel Panic.

Below is my config :

Dom0 : libc6-xen + xen-image-generic + xen-utils + xen-tools

DomU config (3 * same but alsa crashes with 3 differents) :

kernel = '/boot/xen0-linux-2.6.17-6-generic-xen0'
ramdisk = '/boot/xen0-linux-2.6.17-6-generic-xen0.initrd.img'
memory = '128'
root = '/dev/sda1 ro'
disk = [ 'phy:vg/sarge1-disk,sda1,w',
            'phy:vg/sarge1-swap,sda2,w' ]
vcpus = 1
name = 'sarge1'
vif = [ 'bridge=xenbr0' ]
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'