search for: make_domain

Displaying 11 results from an estimated 11 matches for "make_domain".

Did you mean: fakedomain
2004 Apr 14
2
Problem creating new domain in unstable
...I just had a try using the xeno-unstable. When I used the xc_dom_create.py to create a new domain I got the followings: ============================================== Traceback (most recent call last): File "/usr/bin/xc_dom_create.py", line 332, in ? (current_id, current_port) = make_domain() File "/usr/bin/xc_dom_create.py", line 238, in make_domain xend_response = xenctl.utils.xend_control_message(cmsg) File "/usr/lib/python2.2/site-packages/xenctl/utils.py", line 198, in xend_control_message ctl.sendto(message, ''/var/run/xend/management_sock...
2004 May 20
1
xc_dom_create.py cpu flag
I pulled unstable yesterday and noticed xc_dom_create.py does not have a default value for cpu, so python complains Traceback (most recent call last): File "/usr/bin/xc_dom_create.py", line 408, in ? (current_id, current_port) = make_domain() File "/usr/bin/xc_dom_create.py", line 234, in make_domain id = xc.domain_create( mem_kb=mem_size*1024, name=domain_name, cpu=cpu ) NameError: global name ''cpu'' is not defined Using the -C flag to set cpu gets a usage message, because the C flag is not in the...
2007 Oct 24
1
Unexpected error: exceptions.OSError - Setting up Windows XP HVM
...True, cmd(args) File "<string>", line 1, in <lambda> File "/usr/lib/xen-3.1-1/lib/python/xen/xm/main.py", line 1266, in xm_importcommand cmd.main([command] + args) File "/usr/lib/xen-3.1-1/lib/python/xen/xm/create.py", line 1319, in main dom = make_domain(opts, config) File "/usr/lib/xen-3.1-1/lib/python/xen/xm/create.py", line 1064, in make_domain os.kill(vncpid, signal.SIGKILL) OSError: [Errno 3] No such process I use Xen 3.1-1 and Kernel 2.6.18-5 (dom0). The machine is a Intel Core 2 Duo 1,86 Ghz with VT ( i get the flag via /pr...
2008 Jul 22
2
VM creation failure using passthrough with latest unstable
...9;'VM_metrics'') I have traced the problem down to where the pci = [ ''02:00.0'' ] parameter (which is the value in my case) from my configuration file is being tested in xc.c:pyxc_test_assign_device(). This function fails and causes the calling code in xm/create.py:make_domain() to fail. The attached log shows the output where this fails - the wrong values for the bus/dev/func are clearly being traced out. Something changed in the last 2 - 3 weeks to cause this. I do not see this issue with a July 2 pull of unstable. I will keep digging but I hoped something would ri...
2007 Sep 27
0
trying to get a windows2000 moved over to a xen machine.
...cmd(args) File "<string>", line 1, in <lambda> File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 751, in xm_importcommand cmd.main([command] + args) File "/usr/lib/python2.5/site-packages/xen/xm/create.py", line 1185, in main dom = make_domain(opts, config) File "/usr/lib/python2.5/site-packages/xen/xm/create.py", line 976, in make_domain os.kill(vncpid, signal.SIGKILL) OSError: [Errno 3] No such process <snip> i have no clue what this means... the xen-server is a ubuntu 7.04 SERVER with xen 3.0.3. it isn''...
2009 Dec 02
0
Unexpected error: <type ''exceptions.OSError''>
...True, cmd(args)   File "<string>", line 1, in <lambda>   File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 1306, in xm_importcommand     cmd.main([command] + args)   File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1200, in main     dom = make_domain(opts, config)   File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1063, in make_domain     os.kill(vncpid, signal.SIGKILL) OSError: [Errno 3] No such process Without ''file:/xen/win/images/oradata.img,ioemu:hdc,w'' all works fine How can I attach the second hd...
2005 May 09
1
trying to trace xm create
...trace and study a run of "xm create xmexample1" , after modifying 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...
2005 Aug 31
0
Problems creating DomUs with large memory system/PAE enabled
...y", line 707, in main rc = cmd(args) File "/root/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 176, in xm_create create.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_doma...
2007 May 25
0
Reply for the windows virtualization (Ko0nz) Xen-users Digest, Vol 27, Issue 110
...intin2". Error: (22, ''Invalid argument'') Not a very helpful error message. I poked around in create.py and found a place to print a traceback, and it looks like this: Traceback (most recent call last): File "/usr/lib64/python2.4/xen/xm/create.py", line 1051, in make_domain dominfo = server.xend.domain.create(config) File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__ return self.__send(self.__name, args) File "//usr/lib64/python/xen/util/xmlrpcclient.py", line 118, in __request File "/usr/lib64/python2.4/xmlrpclib.p...
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.
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel