search for: xendbase

Displaying 7 results from an estimated 7 matches for "xendbase".

2010 Sep 12
2
using xen tools with python2.6
there are at least some syntax errors when trying to use the xen utils with python2.6. The attached patch changes these string exception into ValueError's. - tools/python/xen/util/bugtool.py (getBugTitle) - tools/python/xen/xend (class XendBase): not catched - tools/python/xen/xm/xenapi_create.py (sxp2xmlconvert_sxp_to_xml): the method already raises a ValueError for similiar condition. - tools/python/xen/xm/main.py (xm_network_attach): not catched. For all but maybe the first one, the replacement of the string exceptions into V...
2010 Sep 12
2
using xen tools with python2.6
there are at least some syntax errors when trying to use the xen utils with python2.6. The attached patch changes these string exception into ValueError's. - tools/python/xen/util/bugtool.py (getBugTitle) - tools/python/xen/xend (class XendBase): not catched - tools/python/xen/xm/xenapi_create.py (sxp2xmlconvert_sxp_to_xml): the method already raises a ValueError for similiar condition. - tools/python/xen/xm/main.py (xm_network_attach): not catched. For all but maybe the first one, the replacement of the string exceptions into V...
2010 Dec 19
1
Fwd: Backport requests for 4.0
...ools/Makefile description: tools: provide explicit target for refetching/resetting qemu changeset: 22153:95c90bd63aed user: Matthias Klose <doko at debian.org> date: Tue Sep 14 17:46:21 2010 +0100 files: tools/python/xen/util/bugtool.py tools/python/xen/xend/XendBase.py tools/python/xen/xm/main.py tools/python/xen/xm/xenapi_create.py description: tools/python: Replace python string exceptions with ValueError exceptions The bug fixed by this changeset seems to exist in 4.0-testing and it would be helpful to backport it there because it fixes a stochastic te...
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
..."/usr/lib/xen-3.4/lib/python/xen/xend/XendNode.py", line 484, in save self.save_networks() File "/usr/lib/xen-3.4/lib/python/xen/xend/XendNode.py", line 499, in save_networks for network_uuid in XendNetwork.get_all()]) File "/usr/lib/xen-3.4/lib/python/xen/xend/XendBase.py", line 101, in get_record for key in keys]) File "/usr/lib/xen-3.4/lib/python/xen/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....
2009 Jul 13
0
Bug#536806: xen-utils-common - xend start fails
....2-1/bin/../lib/python/xen/xend/XendNode.py", line 282, in save self.save_networks() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendNode.py", line 295, in save_networks for network_uuid in XendNetwork.get_all()]) File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendBase.py", line 102, in get_record for key in keys]) File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendNetwork.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 insta...
2009 Mar 12
0
Successfully running VM, subsequently startup gives this error -- VmError: Boot loader didn''t return any data!
...() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1808, in destroy self._cleanupVm() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2007, in _cleanupVm self.metrics.destroy() File "/usr/lib/python2.4/site-packages/xen/xend/XendBase.py", line 94, in destroy XendAPIStore.deregister(self.get_uuid(), self.getClass()) File "/usr/lib/python2.4/site-packages/xen/xend/XendAPIStore.py", line 36, in deregister del __classes(uuid, type) KeyError: (''c618d493-a696-7637-333d-bd891fa41ac2'', ''VM_metr...
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
...rint - General pretty-printer, including support for SXP. xen.xend.Vifctl - Xend interface to networking control scripts. xen.xend.XendAPI xen.xend.XendAPIConstants xen.xend.XendAPIStore - This is a place to put instances of XenAPI objects, xen.xend.XendAPIVersion xen.xend.XendAuthSessions xen.xend.XendBase - Base class for all XenAPI classes xen.xend.XendBootloader xen.xend.XendCheckpoint xen.xend.XendClient xen.xend.XendConfig xen.xend.XendConstants xen.xend.XendDevices xen.xend.XendDmesg - Get dmesg output for this node. xen.xend.XendDomain - Handler for domain operations. xen.xend.XendDomainInfo -...