search for: _constructdomain

Displaying 20 results from an estimated 24 matches for "_constructdomain".

2016 Jun 22
4
Cannot allocate Memory
...1958] DEBUG (balloon:187) Balloon: 7602632 KiB free; need 16384; done. [2016-06-22 09:13:50 1958] ERROR (XendDomainInfo:2566) (12, 'Cannot allocate memory') Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 2561, in _constructDomain target = self.info.target()) Error: (12, 'Cannot allocate memory') [2016-06-22 09:13:50 1958] ERROR (XendDomainInfo:490) VM start failed Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 475, in start XendTa...
2016 Jun 30
1
Cannot allocate Memory
...[2016-06-22 09:13:50 1958] ERROR (XendDomainInfo:2566) (12, >>'Cannot >> allocate memory') >> Traceback (most recent call last): >> File >>"/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", >> line 2561, in _constructDomain >> target = self.info.target()) >> Error: (12, 'Cannot allocate memory') >> [2016-06-22 09:13:50 1958] ERROR (XendDomainInfo:490) VM start >>failed >> Traceback (most recent call last): >> File >>"/usr/lib64/python2....
2009 Sep 30
5
Cant create new VM: Error -> ERROR (XendDomainInfo:445) VM start failed
...alloon:132) Balloon: 3228544 KiB free; need 2048; done. [2009-09-30 15:42:57 23165] ERROR (XendDomainInfo:445) VM start failed Traceback (most recent call last): File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start XendTask.log_progress(0, 30, self._constructDomain) File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain self.info[''name_label'']) VmErr...
2010 Feb 02
1
DomU won''t start on 3.4.2
...(balloon:166) Balloon: 131072 KiB free; need 4096; done. [2010-02-02 11:35:18 4049] ERROR (XendDomainInfo:476) VM start failed Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 455, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2352, in _constructDomain self.info[''name_label'']) VmError...
2016 Jun 26
0
Cannot allocate Memory
...g (at least with xend). -- Pasi > [2016-06-22 09:13:50 1958] ERROR (XendDomainInfo:2566) (12, 'Cannot > allocate memory') > Traceback (most recent call last): > File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", > line 2561, in _constructDomain > target = self.info.target()) > Error: (12, 'Cannot allocate memory') > [2016-06-22 09:13:50 1958] ERROR (XendDomainInfo:490) VM start failed > Traceback (most recent call last): > File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py&...
2014 Jan 28
1
Can't create new Xen domains using libvirt on CentOS 6.5
...02 1651] DEBUG (balloon:187) Balloon: 26832188 KiB free; need 16384; done. [2014-01-28 10:23:02 1651] ERROR (XendDomainInfo:2561) (1, 'Operation not permitted') Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 2556, in _constructDomain target = self.info.target()) Error: (1, 'Operation not permitted') [2014-01-28 10:23:02 1651] ERROR (XendDomainInfo:488) VM start failed Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 473, in start XendTask.l...
2016 Jun 24
0
Cannot allocate Memory
...Balloon: 7602632 KiB free; > need 16384; done. > [2016-06-22 09:13:50 1958] ERROR (XendDomainInfo:2566) (12, 'Cannot allocate > memory') > Traceback (most recent call last): > File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line > 2561, in _constructDomain > target = self.info.target()) > Error: (12, 'Cannot allocate memory') > [2016-06-22 09:13:50 1958] ERROR (XendDomainInfo:490) VM start failed > Traceback (most recent call last): > File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line &gt...
2009 May 27
0
VM start failed - How to debug?
...G (balloon:166) Balloon: 137472 KiB free; need 4096; done. [2009-05-27 15:00:31 5237] ERROR (XendDomainInfo:476) VM start failed Traceback (most recent call last): File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 455, in start XendTask.log_progress(0, 30, self._constructDomain) File "usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2343, in _constructDomain self.info[''name_label'']) VmError:...
2008 Jul 25
1
[PATCH]xend: fix dual destroy
After changeset 18030 and 18064 were checked in, I found some issues when creating HVM domains with devices assigned: In XendDomainInfo.py, we have the call trace: the global function create() => vm.start() => _constructDomain(). In _constructDomain(), we invoke xc.test_assign_device() and when the function fails (maybe because iommu=1 is not specified in grub entry since iommu is 0 by defaut now; maybe because the device doesn''t exist; maybe because the device has been assigned, or something) we raise VmError;...
2009 May 04
0
Starting win2k3 hvm on another host.
...lloon:132) Balloon: 2592 KiB free; need 2048; done. [2009-05-04 15:31:59 3933] ERROR (XendDomainInfo:467) VM start failed Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 446, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib64/python2.4/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2076, in _constructDomain raise VmError(''Creating domain...
2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...79] DEBUG (XendDomainInfo:2508) XendDomainInfo.constructDomain [2010-10-23 17:48:58 1679] ERROR (XendDomainInfo:483) VM start failed Traceback (most recent call last): File "/usr/lib/xen-4.0/lib/python/xen/xend/XendDomainInfo.py", line 468, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib/xen-4.0/lib/python/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib/xen-4.0/lib/python/xen/xend/XendDomainInfo.py", line 2528, in _constructDomain balloon.free(16*1024, self) # 16MB should be plenty File &...
2012 Nov 08
0
Sometimes unable to reboot VM
...d Traceback (most recent call last): File "/usr/lib/python2.6/dist- packages/xen/xend/XendDomainInfo.py", line 128, in create_from_dict vm.start() File "/usr/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py", line 473, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib/python2.6/dist-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py", line 2576, in _constructDomain self._recreateDom() File "/usr/lib/python2....
2009 Mar 21
0
Bug#520641: Cannot create HVM domain
...(balloon:132) Balloon: 2996 KiB free; need 2048; done. [2009-03-21 14:14:46 25927] ERROR (XendDomainInfo:440) VM start failed Traceback (most recent call last): File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line 419, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line 1656, in _constructDomain self.info['name_label']) VmError: Creating...
2009 Apr 17
2
Problems creating hvm guest after dom0 reboot
...DEBUG (balloon:132) Balloon: 2908 KiB free; need 2048; done. [2009-04-17 23:30:43 3028] ERROR (XendDomainInfo:440) VM start failed Traceback (most recent call last): File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line 419, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line 1656, in _constructDomain self.info[''name_label'']) VmError: Crea...
2010 May 19
0
Hi - Regarding xend - xm create Error
...7 None [2010-05-19 11:45:35 12078] ERROR (XendDomainInfo:2074) 1000 None [2010-05-19 11:45:35 12078] ERROR (XendDomainInfo:475) VM start failed Traceback (most recent call last): File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 453, in start XendTask.log_progress(0, 30, self._constructDomain) File "//usr/lib/python/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 2089, in _constructDomain self.info[''name_label'']) VmError: Creating domain failed: name=o...
2010 Apr 13
0
raise VmError(''Creating domain failed: name=%s'' %
...37 15016] DEBUG (balloon:166) Balloon: 63476 KiB free; need 4096; done. [2010-04-13 23:24:37 15016] ERROR (XendDomainInfo:476) VM start failed Traceback (most recent call last): File “usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py”, line 455, in start XendTask.log_progress(0, 30, self._constructDomain) File “usr/lib64/python2.4/site-packages/xen/xend/XendTask.py”, line 209, in log_progress retval = func(*args, **kwds) File “usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py”, line 2351, in _constructDomain raise VmError(‘Creating domain failed: name=%s’ % VmError: Creating domain faile...
2008 May 28
0
xen-unstable hvm problem
...6 16515] DEBUG (__init__:1072) Balloon: 13897924 KiB free; need 2048; done. [2008-05-28 13:55:26 16515] ERROR (__init__:1072) VM start failed Traceback (most recent call last): File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 420, in start XendTask.log_progress(0, 30, self._constructDomain) File "//usr/lib64/python/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 2002, in _constructDomain raise VmError(''Creating domain failed: name=%s'' % VmError: C...
2009 Jun 13
4
Unable to create WinXP DomU
...(balloon:132) Balloon: 3560 KiB free; need 2048; done. [2009-06-13 14:13:51 4862] ERROR (XendDomainInfo:467) VM start failed Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 446, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib/python2.4/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2076, in _constructDomain raise VmError(''Creating domain failed:...
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
# HG changeset patch # User Lutz.Dube # Node ID ca2c8c262dbaa6b2521cec60af7cd688dabdf850 # Parent 8992134dcfd0b9e1e86f4111e68a8aa48bd33c3c Values of cpu_weight and cpu_cap are lost after xend restart For managed domains in state ''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
2010 Apr 15
0
Graphics Pass-Through: Reboot Doesn''t Work
...G (XendDomainInfo:2543) XendDomainInfo.constructDomain [2010-04-15 15:24:15 17820] ERROR (XendDomainInfo:486) VM start failed Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 471, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib64/python2.6/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 2705, in _constructDomain " it doesn''t exist." % (bus...