Displaying 4 results from an estimated 4 matches for "xend_domain_create".
2005 May 09
1
trying to trace xm create
...g xmexample1 a bit (to use ttylinux,etc).
I have xen-2.0-testing.
The stack I can see (by adding printing messages) is :
main
(xm/create.py)
calling make_domain() (xm/create.py )
calling server.xend_domain_create() (xm/create.py )
xendRequest () (XendProtocol.py)
where url.location is localhost:8000 and method is POST an op=create
As can be seen here there is here a HTTP request.
I am getting the error:
Error: Error creating domain: vbd: Segment not found:
una...
2005 Aug 31
0
Problems creating DomUs with large memory system/PAE enabled
...eate.main(args)
File
"/root/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/create.py"
, line 747, in main
dom = make_domain(opts, config)
File
"/root/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/create.py"
, line 650, in make_domain
dominfo = server.xend_domain_create(config)
File
"/root/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendClie
nt.py", line 203, in xend_domain_create
{''op'' : ''create'',
File
"/root/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendClie
nt.py",...
2005 Sep 30
14
pdb missing files?
Hello,
I''m trying to get PDB working in accordance with the instructions at
http://www.cl.cam.ac.uk/~sos22/replay.bk/docs/misc/XenDebugger-HOWTO and
a message from this list:
http://lists.xensource.com/archives/html/xen-devel/2004-08/msg00017.html
When I try to build pdb I first get errors because the Makefile is
configured to treat warnings as errors, and there are some warnings.
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*