search for: xendrequest

Displaying 4 results from an estimated 4 matches for "xendrequest".

Did you mean: endrequest
2005 May 09
1
trying to trace xm create
...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: uname=file:/work/downloads/ttylinux I...
2005 Dec 22
3
bug report of xm list and xm vcpu-list
Hi, Xm list and xm vcpu-list show wrong DomID(name). Under this situation, # xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 512 1 r----- 1064.6 test1 13 64 1 r----- 83879.7 # xm list 1 13 Error: Domain ''1'' not found when running ''xm list'' # xm list
2005 Aug 31
0
Problems creating DomUs with large memory system/PAE enabled
...File "/root/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendClie nt.py", line 155, in xendPost return self.client.xendPost(url, data) File "/root/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendProt ocol.py", line 97, in xendPost return self.xendRequest(url, "POST", args) File "/root/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendProt ocol.py", line 168, in xendRequest resp = conn.getresponse() File "/usr/lib/python2.3/httplib.py", line 778, in getresponse response.begin() File "/usr/l...
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.