search for: domlist

Displaying 10 results from an estimated 10 matches for "domlist".

2018 Apr 04
2
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
...is a lock missing? Thread 10 (Thread 0x7f931f814700 (LWP 126453)): #0 virHashForEach (table=0x7f92fc69a480, iter=iter@entry=0x7f932ea8fbf0 <virDomainObjListCollectIterator>, data=data@entry=0x7f931f813a20) at ../../../src/util/virhash.c:597 #1 0x00007f932ea911c3 in virDomainObjListCollect (domlist=0x7f92fc82dd50, conn=conn@entry=0x7f92e0000f80, vms=vms@entry=0x7f931f813a80, nvms=nvms@entry=0x7f931f813a90, filter=0x7f932ebdc6b0 <virConnectListAllDomainsCheckACL>, flags=48) at ../../../src/conf/virdomainobjlist.c:935 #2 0x00007f932ea91482 in virDomainObjListExport (domlist=<optim...
2008 Mar 25
2
Re: [Fedora-xen] RHEL5 - Xend will not start after software upgrade
...ackages/xen/xend/XendDomain.py", line 655, in instance inst.init() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py", line 76, in init self._add_domain( File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py", line 139, in xen_domains domlist = xc.domain_getinfo() Error: (13, ''Permission denied'') I googled around, but I can''t find anything useful. Some people mentioned they rolled back to the previous version of the kernel-xen, xend, xen-libs. I would like to find the reasons behind the problem before rolli...
2018 Apr 04
0
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
...gt; > Thread 10 (Thread 0x7f931f814700 (LWP 126453)): > #0 virHashForEach (table=0x7f92fc69a480, iter=iter@entry=0x7f932ea8fbf0 <virDomainObjListCollectIterator>, data=data@entry=0x7f931f813a20) at ../../../src/util/virhash.c:597 > #1 0x00007f932ea911c3 in virDomainObjListCollect (domlist=0x7f92fc82dd50, conn=conn@entry=0x7f92e0000f80, vms=vms@entry=0x7f931f813a80, nvms=nvms@entry=0x7f931f813a90, filter=0x7f932ebdc6b0 <virConnectListAllDomainsCheckACL>, flags=48) > at ../../../src/conf/virdomainobjlist.c:935 > #2 0x00007f932ea91482 in virDomainObjListExport (domlist...
2007 Jun 27
2
xen not working: xmlrpc.sock doesn''t exist
...te-packages/xen/xend/XendDomain.py", line 582, in instance inst.init() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 75, in init self._add_domain( File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 138, in xen_domains domlist = xc.domain_getinfo() error: (38, ''Function not implemented'') also, I tried strace xm list 2>&1 to see what''s exactly happening. Everything works correctly until it tries to open /var/run/xend/xmlrpc.sock , wich doesn''t exists. this is the output. soc...
2018 Apr 04
3
error : virHashForEach:597 : Hash operation not allowed during iteration
Hey! On many of our servers, we often have the following error: error : virHashForEach:597 : Hash operation not allowed during iteration When querying the list of domains, this means libvirt will silently return 0 domain (most uses of virHashForEach don't handle the return code). We are using a hook, but the hook doesn't query libvirt back, so it should be safe from this point of view.
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings to libxl, to make them useful for clients such as xapi/xenopsd (from XCP). There are a number of bugfixes to the existing bindings as well. I have an experimental version of xenopsd that successfully uses the new bindings. An earlier version of the first half of the series was submitted to the last by Ian Campbell on
2005 Sep 16
0
Creating domU failed with "xenconsole: xs_get_domain_path(): No such file or directory"
...e "/usr/lib/python/xen/xend/XendDomain.py", line 207, in _delete_domain info.delete() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 712, in delete if dom_get(self.domid): File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 113, in dom_get domlist = xc.domain_getinfo(dom, 1) SystemError: Objects/listobject.c:61: bad argument to internal function 142,1 Bot Regards, Hien Nguyen Linux Technology Center AUSTIN Phone: (512) 838-4140 Tie Line: 678-4140 e-...
2007 Mar 07
5
Permission denied when starting XEN
....3/site-packages/xen/xend/XendDomain.py", line 655, in instance inst.init() File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line 76, in init self._add_domain( File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line 139, in xen_domains domlist = xc.domain_getinfo() Error: (13, ''Permission denied'') *******************end of xend.log*********************** _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
..., fe_path); @@ -418,7 +421,7 @@ retry_transaction2: return 0; } -static int get_all_assigned_devices(libxl_ctx *ctx, libxl_device_pci **list, int *num) +static int get_all_assigned_devices(libxl_gc *gc, libxl_device_pci **list, int *num) { libxl_device_pci *pcidevs = NULL; char **domlist; @@ -427,21 +430,21 @@ static int get_all_assigned_devices(libx *list = NULL; *num = 0; - domlist = libxl_xs_directory(ctx, XBT_NULL, "/local/domain", &nd); + domlist = libxl_xs_directory(gc, XBT_NULL, "/local/domain", &nd); for(i = 0; i < nd; i...
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in the libxl interface followed by auto-generation of a destructor function for each type. In the future it may be possible to use the related data structures for other purposes, for example auto-generation of the functions to marshal between C and language binding data types. tools/_libxl_types.h should be identical both before