search for: createdomain

Displaying 20 results from an estimated 33 matches for "createdomain".

2007 Feb 27
3
freebsd domu 14, bad address
....initDomain: exception occurred Traceback (most recent call last): File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1383, in _initDomain channel_details = self.image.createImage() File "//usr/lib/python/xen/xend/image.py", line 108, in createImage return self.createDomain() File "//usr/lib/python/xen/xend/image.py", line 127, in createDomain result = self.buildDomain() File "//usr/lib/python/xen/xend/image.py", line 626, in buildDomain return LinuxImageHandler.buildDomain(self) File "//usr/lib/python/xen/xend/image.py", li...
2006 Aug 31
1
error creating domain
...182, in create vm.initDomain() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1209, in initDomain channel_details = self.image.createImage() File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 118, in createImage return self.createDomain() File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 137, in createDomain result = self.buildDomain() File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 188, in buildDomain features = self.features) error: (22, ''Invalid argume...
2007 Apr 11
1
XEN Error 22 Invalid Argument
...in create vm.initDomain() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1225, in initDomain channel_details = self.image.createImage() File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 118, in createImage return self.createDomain() File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 137, in createDomain result = self.buildDomain() File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 188, in buildDomain features = self.features) error: (22, ''Invalid...
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
...troy domain -> stop virtual machine (stopvm) list domains -> list virtual machiens (listvms) Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- Makefile.am | 8 +- nodeadmin/adddomain.py | 470 +++++++++++++++++++++++++++++++++++++++++++ nodeadmin/createdomain.py | 65 ------ nodeadmin/definedomain.py | 470 ------------------------------------------- nodeadmin/destroydomain.py | 66 ------ nodeadmin/listdomains.py | 4 +- nodeadmin/nodemenu.py | 42 ++-- nodeadmin/removedomain.py | 83 ++++++++ nodeadmin/setup.py.in |...
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...* users can list existing networks, including details Each new command is also available as a separate command line executable as well. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- Makefile.am | 9 ++ nodeadmin/configscreen.py | 35 ++++++- nodeadmin/createdomain.py | 3 - nodeadmin/createnetwork.py | 52 +++++++++ nodeadmin/definenet.py | 255 ++++++++++++++++++++++++++++++++++++++++++ nodeadmin/destroynetwork.py | 56 +++++++++ nodeadmin/halworker.py | 8 ++ nodeadmin/libvirtworker.py | 61 ++++++++++ nodeadmin/listnetwork...
2008 Jul 03
1
VM does not reboot
..., in create vm.initDomain() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1453, in initDomain channel_details = self.image.createImage() File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 119, in createImage return self.createDomain() File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 128, in createDomain raise VmError(''Kernel image does not exist: %s'' % self.kernel) VmError: Kernel image does not exist: /var/lib/xen/boot_kernel.2F7umw [2008-07-02 15:04:19 xend.XendDomainInfo 31...
2009 Jan 19
2
Error on xm create: VmError: (38, ''Function not implemented'')
...tDomain: exception occurred Traceback (most recent call last): File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 2242, in _initDomain channel_details = self.image.createImage() File "//usr/lib64/python/xen/xend/image.py", line 149, in createImage return self.createDomain() File "//usr/lib64/python/xen/xend/image.py", line 168, in createDomain result = self.buildDomain() File "//usr/lib64/python/xen/xend/image.py", line 908, in buildDomain self.setCpuid() File "//usr/lib64/python/xen/xend/image.py", line 585, in setCpuid...
2013 Feb 21
4
help please - running a guest from an iSCSI disk ? getting more diagnostics than "cannot make domain: -3" ? how to make domain0 "privileged" ?
...Breakpoint 2, xc_domain_create (xch=0x622240, ssidref=0, handle=handle@entry=0x7fffffffe1b0 "\316\260\203\242\376\252E\260\257\342;\324N\264\330\303\031", flags=flags@entry=0, pdomid=pdomid@entry=0x7fffffffe28c) at xc_domain.c:33 33 { (gdb) n 37 domctl.cmd = XEN_DOMCTL_createdomain; (gdb) 38 domctl.domain = (domid_t)*pdomid; (gdb) 39 domctl.u.createdomain.ssidref = ssidref; (gdb) 40 domctl.u.createdomain.flags = flags; (gdb) 41 memcpy(domctl.u.createdomain.handle, handle, sizeof(xen_domain_handle_t)); (gdb) 42 if ( (err = do_domc...
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2011 Jan 23
1
SETVCPUCONTEXT failed
...last): > File "/usr/lib/xen-4.0/bin/../lib/python/xen/xend/XendDomainInfo.py", > line 2880, in _initDomain > channel_details = self.image.createImage() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 165, in > createImage > return self.createDomain() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 184, in > createDomain > result = self.buildDomain() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 1069, in > buildDomain > rc = LinuxImageHandler.buildDomain(self) >...
2011 Jan 23
1
SETVCPUCONTEXT failed
...last): > File "/usr/lib/xen-4.0/bin/../lib/python/xen/xend/XendDomainInfo.py", > line 2880, in _initDomain > channel_details = self.image.createImage() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 165, in > createImage > return self.createDomain() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 184, in > createDomain > result = self.buildDomain() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 1069, in > buildDomain > rc = LinuxImageHandler.buildDomain(self) >...
2005 Nov 21
5
Error: Error creating domain: (22, ''Invalid argument'')
...omain() File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py", line 1118, in initDomain channel_details = self.image.createImage() File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/image.py", line 115, in createImage return self.createDomain() File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/image.py", line 134, in createDomain result = self.buildDomain() File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/image.py", line 183, in buildDomain ramdisk = self.ramdisk) error: (2...
2008 Oct 24
2
Bug#503287: xen-3: domU's wont start when the kernel arch is different as the xen-utils arch
...k (most recent call last): File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 1755, in _initDomain channel_details = self.image.createImage() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/image.py", line 122, in createImage return self.createDomain() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/image.py", line 141, in createDomain result = self.buildDomain() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/image.py", line 624, in buildDomain xc.domain_set_memmap_limit(self.vm.getDomid(), mem_kb) Error...
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.
2006 Aug 17
4
[PATCH]configuration files(sched-credit)
...on files to xend Modifications: -To allow cpu_cap to be set in the Xen configuration files python/xen/xm/create.py, python/xen/xend/XendDomainInfo.py, python/xen/lowlevel/xc/xc.c -To allow cpu_cap and cpu_weight in the Xen configuration files to be passed to xend python/xen/sv/CreateDomain.py, libxc/xenctrl.h, xc_domain.c, python/xen/lowlevel/xc/xc.c -To set default values for each scheduler Previously, the default value, 1.0 had been set for the bvt scheduler by the Xen configuration files parsing in XendDomainInfo.py. It has now been modified so that default values are se...
2010 Jun 07
1
111b virt-install failure
...t call last):   File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1769, in _initDomain   File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 112, in createImage   File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 131, in createDomain   File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 538, in buildDomain   File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 221, in buildDomain Error: (22, ''Invalid argument'') [2010-06-07 23:15:57 365] ERROR (XendDomainInfo:441) VM s...