search for: xstransact

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

Did you mean: transact
2010 Jun 30
6
Xen 4 - Error 111 Refused Connection
Hi there. I cannot start xen, I''m getting this error System: Linux netwarrior 2.6.31.13 #5 SMP Wed Jun 30 13:25:47 ART 2010 x86_64 AMD Athlon(tm) II X4 630 Processor AuthenticAMD GNU/Linux xend.log le "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py", line 355, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py", line 361, in complete t = xstransact(path) File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py", line...
2014 Apr 10
0
Bug#744163: xenstore problems
...line 122, in getDeviceDetails devid = self.allocateDeviceID() File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/server/DevController.py", line 406, in allocateDeviceID return complete(path, self._allocateDeviceID) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete t = xstransact(path) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 29, in __init__ self.transaction = xshandle().transaction_start() Error: (2, 'No such file or directory') [2014-04-01 10:58:08 4821] ERROR...
2006 Sep 20
15
[PATCH] [XEND] Remove hard tabs
...n/xen/xend/XendDomainInfo.py Wed Sep 20 14:20:52 2006 -0500 @@ -1093,15 +1093,15 @@ class XendDomainInfo: ## public: def destroyDevice(self, deviceClass, devid): - if type(devid) is str: - devicePath = ''%s/device/%s'' % (self.dompath, deviceClass) - for entry in xstransact.List(devicePath): - backend = xstransact.Read(''%s/%s'' % (devicePath, entry), "backend") - devName = xstransact.Read(backend, "dev") - if devName == devid: - # We found the integer matching our devid, use it instead - devid = entry - bre...
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
...n/xend/XendNetwork.py", line 196, in get_VIFs vms = XendDomain.instance().get_all_vms() File "/usr/lib/xen-3.4/lib/python/xen/xend/XendDomain.py", line 1778, in instance inst.init() File "/usr/lib/xen-3.4/lib/python/xen/xend/XendDomain.py", line 113, in init xstransact.Mkdir(XS_VMROOT) File "/usr/lib/xen-3.4/lib/python/xen/xend/xenstore/xstransact.py", line 355, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib/xen-3.4/lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete t = xstransact(path) File &quo...
2007 Jul 09
0
[PATCH] Fix xm sysrq command for inactive managed domain
...tch return getattr(info, fn)(*args) File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 493, in send_sysrq self.storeDom("control/sysrq", ''%c'' % key) File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 774, in storeDom return xstransact.Store(self.dompath, *args) File "//usr/lib/python/xen/xend/xenstore/xstransact.py", line 338, in Store complete(path, lambda t: t.store(*args)) File "//usr/lib/python/xen/xend/xenstore/xstransact.py", line 352, in complete t = xstransact(path) File "//usr/lib/...
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
...DomainDir.py", line 39, in __init__ self.xd = XendDomain.instance() File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/XendDomain.py", line 646, in instance inst.init() File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/XendDomain.py", line 71, in init xstransact.Mkdir(VMROOT) File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 345, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 351, in complete t = xstransac...
2006 May 11
0
"Exception starting xend ((2, ''No such file or directory''))" - what file?
...File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 39, in __init__ self.xd = XendDomain.instance() File "/usr/lib/python/xen/xend/XendDomain.py", line 582, in instance inst.init() File "/usr/lib/python/xen/xend/XendDomain.py", line 70, in init xstransact.Mkdir(VMROOT) File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 317, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 323, in complete t = xstransact(path) File "/usr/lib/python/xen/xend/...
2011 Nov 13
0
Bug#648670: xm was unable determine an actual domU state under some conditions
...etattr(info, fn)(*args) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 533, in shutdown self.storeDom("control/shutdown", reason) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 1705, in storeDom return xstransact.Store(self.dompath, *args) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 347, in Store complete(path, lambda t: t.store(*args)) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete t = xstr...
2009 Jul 26
0
Bug#538766: xen-utils-common: fail to start xend
...rvDomainDir.py", line 41, in __init__ self.xd = XendDomain.instance() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendDomain.py", line 1630, in instance inst.init() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendDomain.py", line 109, in init xstransact.Mkdir(XS_VMROOT) File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 355, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete t = xstransact...
2011 Apr 01
2
Need help with an issue after upgrading to 4.1.0
...self._init_cpu_pools() File "/usr/lib64/python2.6/site-packages/xen/xend/XendNode.py", line 382, in _init_cpu_pools XendCPUPool.recreate_active_pools() File "/usr/lib64/python2.6/site-packages/xen/xend/XendCPUPool.py", line 754, in recreate_active_pools uuid = xstransact.Read(path, ''uuid'') File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py", line 307, in Read return complete(path, lambda t: t.read(*args)) File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py", line 361, in com...
2009 Jul 13
0
Bug#536806: xen-utils-common - xend start fails
...dNetwork.py", line 196, in get_VIFs vms = XendDomain.instance().get_all_vms() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendDomain.py", line 1630, in instance inst.init() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendDomain.py", line 109, in init xstransact.Mkdir(XS_VMROOT) File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 355, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete t = xstransact(path)...
2006 May 22
2
Bug#368531: RuntimeError: (111, 'Connection refused')
...ine 39, in __init__ self.xd = XendDomain.instance() File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line 582, in i nstance inst.init() File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line 70, in in it xstransact.Mkdir(VMROOT) File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line 317, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line 323, in complete t =...
2011 Aug 10
2
xend fails on Open SUSE 11.4
...e 163, in __init__ self._init_cpu_pools() File "/usr/lib64/python2.7/site-packages/xen/xend/XendNode.py", line 382, in _init_cpu_pools XendCPUPool.recreate_active_pools() File "/usr/lib64/python2.7/site-packages/xen/xend/XendCPUPool.py", line 752, in recreate_active_pools uuid = xstransact.Read(path, ''uuid'') File "/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xstransact.py", line 307, in Read return complete(path, lambda t: t.read(*args)) File "/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xstransact.py", line 361, in complete t = x...
2010 May 14
2
Problem starting stubdoms past a domid of 257 + fix
I''m running Xen 4.0.1-rc1-pre (21122:7d1d4abd8b44). In this version, and in all other Xen 3.5-unstable + versions that I''ve looked at, is this function in XendDomainInfo.py: def getStubdomDomid(self): dom_list = xstransact.List(''/local/domain'') for d in dom_list: target = xstransact.Read(''/local/domain/'' + d + ''/target'') if target is not None and int(target) is self.domid : return int(d) return None The bold...
2007 Oct 31
3
Error: (9, ''Bad file descriptor'')
.../dist/install/usr/lib/python/xen/xend/XendDomainInfo.py", line 792, in _update_consoles self.console_port = self.readDom(''console/port'') File "/home/xen/xen-3.1-testing.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py", line 845, in readDom return xstransact.Read(self.dompath, *args) File "/home/xen/xen-3.1-testing.hg/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py", line 298, in Read return complete(path, lambda t: t.read(*args)) File "/home/xen/xen-3.1-testing.hg/dist/install/usr/lib/python/xen/xend/xenstore/xstrans...
2012 Nov 08
0
Sometimes unable to reboot VM
....py", line 2576, in _constructDomain self._recreateDom() File "/usr/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py", line 1730, in _recreateDom complete(self.dompath, lambda t: self._recreateDomFunc(t)) File "/usr/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py", line 364, in complete if t.commit(): File "/usr/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py", line 41, in commit rc = xshandle().transaction_end(self.transaction, False) Error: (2, ''No such file or directory'') [2012-11-08 15:17:33 2381...
2010 Jun 13
3
Can''t start xend
Hi everyone, I managed to install xen 4 on ubuntu lucid. I managed to read around what kernel configuration options are needed. The problem is that xend can''t start. If I try to run it I get errors from some python scripts. virt-viewer can''t connect to xend, also. I followed the steps in the Xen 4 wiki and the links from Boris'' blog. What should I do? These are the
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...ckages/xen/xend/XendDomainInfo.py", line 755, in cleanup self.release_devices() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 803, in release_devices for d in t.list("vif"): File "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 110, in list ret.extend(self._list(key)) File "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 103, in _list return map(lambda x: key + "/" + x, xshandle().ls(path)) RuntimeError: (2, ''No such file or directory'')...
2006 Jul 25
2
Compile from sources
I''ve compiled xen-3.0.2-2 from sources. I''ve went to the end without errors. The ./install.sh script have been created the /etc/grub.conf file as it : # initrd /boot/initrd-version.img #boot=/dev/hdc default=0 timeout=5 splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.15-1.2054_FC5) root (hd0,0) kernel
2009 Nov 17
0
xend and xen-tool crashed after intensive operation
...e 809, in list_sorted doms = self.list(state) File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line 779, in list self._refresh(refresh_shutdown = False) File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line 396, in _refresh txn = xstransact() File "/usr/lib64/python2.5/site-packages/xen/xend/xenstore/xstransact.py", line 21, in __init__ self.transaction = xshandle().transaction_start() Error: (9, ''Bad file descriptor'') *So I tried to restart xend daemon but failed to do so. * *What is the problem for...