search for: xendconfig

Displaying 20 results from an estimated 39 matches for "xendconfig".

Did you mean: xen_config
2010 Jun 21
6
Xen 4.0.1 rc3 pre install problem
...chn,gntdev) too. But when I''m trying to run a domU (using a working domU-xmexample-config) it has some problem with tap driver config and complains "ValueError: need more than 1 value to unpack" /var/log/xen/xend.log File "/usr/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 342, in __init__ self._sxp_to_xapi(sxp_obj) File "/usr/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 857, in _sxp_to_xapi cfg = self._parse_sxp(sxp_cfg) File "/usr/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 720, in _parse_sxp...
2010 Jun 21
4
Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found.
....instance().domain_create(config) File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomain.py", line 982, in domain_create dominfo = XendDomainInfo.create(config) File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 95, in create domconfig = XendConfig.XendConfig(sxp_obj = config) File "/usr/lib64/python2.6/site-packages/xen/xend/XendConfig.py", line 355, in __init__ self.validate() File "/usr/lib64/python2.6/site-packages/xen/xend/XendConfig.py", line 544, in validate self._platform_sanity_check() File "/us...
2008 Feb 01
0
[PATCH] leak (?) in XendConfig.py
The following patch fixes (or breaks) the grow of the LEGACY_UNSUPPORTED_BY_XENAPI_CFG list each time we instanciate a new XendConfig. Signed-off-by: Pascal Bouchareine <pascal@gandi.net> -- \o/ Pascal Bouchareine - Gandi g 0170393757 15, place de la Nation - 75011 Paris _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com...
2007 Jan 16
0
[PATCH] Fix a warning message of XendConfig.py
Hi, When I created a domU, I found the following warning message in xend.log. This patch fixes it. [2007-01-16 14:52:05 5122] WARNING (XendConfig:609) Unconverted key: cpus Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Feb 14
3
[PATCH] tools/xend: Only add cpuid and cpuid_check to sexpr once
# HG changeset patch # User Jim Fehlig <jfehlig@suse.com> # Date 1360861948 -3600 # Node ID 0f9c7503650fa1b1103b769e1129d66ff614b2ad # Parent cffb489a6df37d8d114e7d2d53a7a85d14e8f968 tools/xend: Only add cpuid and cpuid_check to sexpr once When converting a XendConfig object to sexpr, cpuid and cpuid_check were being emitted twice in the resulting sexpr. The first conversion writes incorrect sexpr, causing parsing of the sexpr to fail when xend is restarted and domain sexpr files in /var/lib/xend/domains/<dom-uuid> are read and parsed. This patch skips t...
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
...9;halted'' I always get default values for cpu_cap / cpu_weight after xend restart. This is because the names of parameters differ between a SXP file to create a VM (here the parameter names are cpu_cap / cpu_weight) and a SXP file of a managed VM (here vcpus_params (cap 0) (weight 0)). But XendConfig.py reads only cpu_cap / cpu_weight and if not found, default values are used. The patch reads first vcpus_params (cap, weight), if not found then cpu_cap, cpu_weight and if both parameters are missing it uses the default values. Signed-off-by: Lutz Dube Lutz.Dube@ts.fujitsu.com diff -r 8992134dc...
2010 Sep 03
0
Bug#587090: Issue confirmed with xen-utils-4.0 (4.0.1~rc6-1)
...o = XendDomain.instance().domain_create(config) File "/usr/lib/xen-4.0/lib/python/xen/xend/XendDomain.py", line 982, in domain_create dominfo = XendDomainInfo.create(config) File "/usr/lib/xen-4.0/lib/python/xen/xend/XendDomainInfo.py", line 95, in create domconfig = XendConfig.XendConfig(sxp_obj = config) File "/usr/lib/xen-4.0/lib/python/xen/xend/XendConfig.py", line 355, in __init__ self.validate() File "/usr/lib/xen-4.0/lib/python/xen/xend/XendConfig.py", line 544, in validate self._platform_sanity_check() File "/usr/lib/xen-4.0/...
2014 Jun 09
0
jessie, xen: 'NoneType' object has no attribute 'rfind'
...in_create(config) File "/usr/lib/xen-4.3/bin/../lib/python/xen/xend/XendDomain.py", line 1001, in domain_create dominfo = XendDomainInfo.create(config) File "/usr/lib/xen-4.3/bin/../lib/python/xen/xend/XendDomainInfo.py", line 97, in create domconfig = XendConfig.XendConfig(sxp_obj = config) File "/usr/lib/xen-4.3/bin/../lib/python/xen/xend/XendConfig.py", line 368, in __init__ self.validate() File "/usr/lib/xen-4.3/bin/../lib/python/xen/xend/XendConfig.py", line 561, in validate self._platform_sanity_check()...
2013 Jun 11
0
Bug#711923: xen-utils-common: After run 'xm create ...' i got error "Error: 'NoneType' object has no attribute 'rfind'
...instance().domain_create(config) File "/usr/lib/xen-4.2/bin/../lib/python/xen/xend/XendDomain.py", line 1001, in domain_create dominfo = XendDomainInfo.create(config) File "/usr/lib/xen-4.2/bin/../lib/python/xen/xend/XendDomainInfo.py", line 97, in create domconfig = XendConfig.XendConfig(sxp_obj = config) File "/usr/lib/xen-4.2/bin/../lib/python/xen/xend/XendConfig.py", line 368, in __init__ self.validate() File "/usr/lib/xen-4.2/bin/../lib/python/xen/xend/XendConfig.py", line 562, in validate self._platform_sanity_check() File "/us...
2007 Nov 06
3
Problem while installing XEN 3.1 on Fedora 6
....py", line 26, in ? from xen.xend import XendDomain File "//usr/lib/python/xen/xend/XendDomain.py", line 35, in ? from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo File "//usr/lib/python/xen/xend/XendCheckpoint.py", line 22, in ? from xen.xend.XendConfig import XendConfig File "//usr/lib/python/xen/xend/XendConfig.py", line 27, in ? from xen.xend.XendDevices import XendDevices File "//usr/lib/python/xen/xend/XendDevices.py", line 22, in ? from xen.xend.server import blkif, netif, tpmif, pciif, iopif, irqif, usbif, vf...
2010 May 19
0
Hi - Regarding xend - xm create Error
...39;'vif'', [''mac'', ''00:16:3e:36:00:11'']]]] stop 6 Error: Creating domain failed: name=osc The /var/log/xen/xend.log shows the following - [2010-05-19 11:45:35 12078] ERROR (XendDomainInfo:83) Hkang in create. None [2010-05-19 11:45:35 12078] ERROR (XendConfig:309) stop 10 None [2010-05-19 11:45:35 12078] ERROR (XendConfig:820) stop 11 Traceback (most recent call last): File "//usr/lib/python/xen/xend/XendConfig.py", line 810, in _sxp_to_xapi self[apikey] = type_conv(cfg[cfgkey]) KeyError: ''bootloader'' [2010-05-19 11:45:...
2010 Jun 13
3
Can''t start xend
...uot;/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py", line 36, in <module> from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendCheckpoint.py", line 23, in <module> from xen.xend.XendConfig import XendConfig File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 29, in <module> from xen.xend.XendDPCI import XendDPCI File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDPCI.py", line 24, in <module> import XendDomain,...
2008 Mar 18
0
[PATCH] vfb: Add opengl option
vfb: Add opengl option (and replace bogus vncpasswd copy in xenapi_create in the SDL case) Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r 2ad29c586d49 tools/python/xen/xend/XendConfig.py --- a/tools/python/xen/xend/XendConfig.py Tue Mar 18 14:36:27 2008 +0000 +++ b/tools/python/xen/xend/XendConfig.py Tue Mar 18 15:16:47 2008 +0000 @@ -165,7 +165,7 @@ # Xen API console ''other_config'' keys. XENAPI_CONSOLE_OTHER_CFG = [''vncunused'', ''vn...
2010 Jul 02
0
Re: Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found. - SOLVED
.../usr/lib64/python2.6/site-packages/xen/xend/XendDomain.py", > > line 982, in domain_create > >    dominfo = XendDomainInfo.create(config) > >  File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", > > line 95, in create > >    domconfig = XendConfig.XendConfig(sxp_obj = config) > >  File "/usr/lib64/python2.6/site-packages/xen/xend/XendConfig.py", > > line 355, in __init__ > >    self.validate() > >  File "/usr/lib64/python2.6/site-packages/xen/xend/XendConfig.py", > > line 544, in validate &gt...
2007 Feb 26
2
[PATCH 0 of 2] Parse image elfnotes, write them to xenstore, save and load via image sxpr
Here are two patches that let xm create, save and restore extract and preserve elfnotes read by the domain builder. This is handy for a few things. In particular, I''d like it so that xm can decide whether or not guest domains support fast resume (if save fails, or for checkpointing). _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2007 Jan 17
4
Two problems with DomU reboot (cmdline, duplicate domains)
...16:28:04 xend.XendDomainInfo 12761] INFO (XendDomainInfo:969) Domain has shutdown: name=DomU9 id=18 reason=reboot. [2007-01-17 16:28:05 xend.XendDomainInfo 12761] ERROR (XendDomainInfo:1063) Xend failed during restart of domain None. Refusing to restart to avoid loops. [2007-01-17 16:28:05 xend.XendConfig 12761] WARNING (XendConfig:606) Unconverted key: cpus [2007-01-17 16:28:05 xend 12761] INFO (image:125) buildDomain os=linux dom=19 vc pus=1 [2007-01-17 16:28:05 xend.XendDomainInfo 12761] INFO (XendDomainInfo:1194) creat eDevice: vbd : {''uuid'': ''5f42ac79-37a5-3511-5586-...
2007 Feb 27
3
freebsd domu 14, bad address
...#39;vbd'', [''uname'', ''file:/xenvm/fbsd/freebsd_xen_INSTALL.img''], [''dev'', ''hda1''], [''mode'', ''w'']]], [''device'', [''vif'']]]) [2007-02-27 12:46:59 xend.XendConfig 9551] WARNING (XendConfig:606) Unconverted key: cpus [2007-02-27 12:46:59 xend.XendDomainInfo 9551] DEBUG (XendDomainInfo:1284) XendDomainInfo.constructDomain [2007-02-27 12:46:59 xend.XendDomainInfo 9551] DEBUG (XendDomainInfo:1330) XendDomainInfo.initDomain: 21 256 [2007-02-27 12:46:59 xend 9551]...
2008 Mar 14
1
[PATCH] Allow explicit NUMA placements of guests
Hi, this patch introduces a new config file option (numanodes=[x]) to specify a list of valid NUMA nodes for guests. This will extend (but not replace) the recently introduced automatic placement. If several nodes are given, the current algorithm will choose one of them. If none of the given nodes has enough memory, this will fall back to the automatic placement. Signed-off-by: Andre
2007 Dec 03
8
xm create - Xend has probably crashed! Invalid or missing HTTP status code.
Hi, I have compiled xen-unstable (using hg clone http://xenbits.xensource.com/xen-unstable.hg). I have successfully booted into the dom0 kernel. output of xm list: Name ID Mem VCPUs State Time(s) Domain-0 0 932 1 r----- 591.2 But whenever I xm create, I get: # xm create /etc/xen/domu1 Using config file
2007 Nov 28
0
[Xen-ia64-devel] [PATCH] Add guest_os_type domain config option
...t;default". For ia64 we plan to make use of "windows" and "linux", but may add more in the future. Patch based on code originally from Zhang Xin. Thanks, Alex Signed-off-by: Alex Williamson <alex.williamson@hp.com> --- diff -r c555a5f97982 tools/python/xen/xend/XendConfig.py --- a/tools/python/xen/xend/XendConfig.py Wed Nov 28 13:36:56 2007 +0000 +++ b/tools/python/xen/xend/XendConfig.py Wed Nov 28 09:48:59 2007 -0700 @@ -129,7 +129,8 @@ XENAPI_PLATFORM_CFG = [ ''acpi'', ''apic'', ''nographic''...