|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Latest 1.2 tools fail to create new domain
>
> xen:~ # xc_dom_create.py -f /etc/xc/test -D vmid=1
> Parsing config file '/etc/xc/test'
> /usr/lib/python2.3/site-packages/XenoUtil.py:96: FutureWarning: x<<y losing
> bits or changing sign will return a long in Python 2.4 and up
> a = ( (string.atoi(l[0])<<24) | (string.atoi(l[1])<<16) |
> VM image : "/boot/xenolinux-new.gz"
> VM ramdisk : ""
> VM memory (MB) : "64"
> VM IP address(es) : "10.0.0.4; 169.254.1.1"
> VM block device(s) : "vd:1,sda1,w; vd:2,sda2,w"
> VM cmdline : " root=/dev/sda1 VMID=1 "
> Traceback (most recent call last):
> File "/usr/bin/xc_dom_create.py", line 308, in ?
> current_id = make_domain()
> File "/usr/bin/xc_dom_create.py", line 266, in make_domain
> extents=segments):
> SystemError: NULL result without error in PyObject_Call
Make sure you you are using up-to-date Xc and XenoUtil python modules.
You will need to 'make install' within the 'tools' directory.
If this fails to help then I can add some error tracing to Xc.
-- Keir
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|