|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] can't start domains
> the output i sent yesterday was a combination of xend and xm, here's just the
> xm output:
>
> xen2:/etc/xen# xm create -f /etc/xen/gaia2
> Using config file "/etc/xen/gaia2".
> Error: Error creating domain: int argument required
>
> here's /etc/xen/gaia2
>
> # -*- mode: python; -*-
> #import sys
> #import xenctl.ip
> vmid=3
> kernel = "/boot/vmlinuz-2.6.7-xenU"
> memory = 128
> name = "gaia2"
> cpu = vmid
> nics = 2
> vif = [ 'mac=FE:FD:01:00:04:00,bridge=br0',
> 'mac=FE:FD:01:00:04:01,bridge=br1' ]
> disk = [ 'phy:vg00/gaia2,sda1,w', 'phy:vg00/gaia2-swap,sda2,w' ]
> root = "/dev/sda1 ro"
> extra = " 4 VMID=%d " % vmid
> restart = False
Not withstanding the bug in Xend's error reporting path, it looks
like something is going wrong exporting vg00/gaia2-swap.
Can you do an 'sfdisk -s /dev/vg00/gaia2-swap' to check that dom0 is
happy with it.
The next thing to do would be to enable the debug printf's in
drivers/xen/blkback/common.h and then you might get some useful
messages on the dom0 console ('dmesg').
BTW: There was a multiple NICs bug that got fixed recently, so
you should probably be using a very recent checkout.
Ian
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|