search for: xendlog

Displaying 8 results from an estimated 8 matches for "xendlog".

Did you mean: end_log
2008 May 21
1
[PATCH]Remove XendLogging dependency from xswatch
Hi, xstransact and xswatch are well designed python interface that can be used by third party utils rather than only in xend. But the logging approach here binds xswatch to xend and prevent it from being used by other utils. This patch removes the dependency on XendLogging from xswatch. Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> regards, zhigang _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 23
0
xend embedded pyc path
...er was broken so the stat() hung and xend failed to start. I was very suprised to see the full path to the dist/install *.py files in the strace output. For example, strace showed xend python making this call: stat64("/usr/research/proj/xen/i386/xen-3.2.0/dist/install/usr/lib/python/xen/xend/XendLogging.py") The file is on that host at /usr/lib/python/xen/xend/XendLogging.py The pyc file does contain the path: # strings /usr/lib/python/xen/xend/XendLogging.pyc | grep dist /usr/research/proj/xen/i386/xen-3.2.0/dist/install/usr/lib/python/xen/xend/XendLogging.py Why is pyton stat'&...
2005 Sep 23
2
error when starting xen
...usr/lib/python/xen/xend/server/SrvDaemon.py", line 35, in ? from xen.xend.server import SrvServer File "/usr/lib/python/xen/xend/server/SrvServer.py", line 32, in ? from xen.xend import XendRoot File "/usr/lib/python/xen/xend/XendRoot.py", line 17, in ? from XendLogging import XendLogging File "/usr/lib/python/xen/xend/XendLogging.py", line 4, in ? import logging ImportError: No module named logging [root@datacenter root]# How to resolve that problem Christian _______________________________________________ Xen-users mailing list Xen-users@...
2006 Aug 08
11
architecture-specific stuff in xend
Hi Ewan, I''m almost ready to integrate some PPC-specific stuff into xend, and I was wondering if you had a plan for how that should work. First example: the device tree data structure we talked about a few weeks ago. We will need to pass the config data to PPC code, probably in XendDomainInfo.initDomain(), and then pass the resulting data structure into libxc''s xc_linux_load()
2006 Mar 23
0
Re: [Xen-changelog] Improve error handling, in particular fixing the ProtocolError that is thrown
...; > -# Copyright (C) 2006 XenSource Ltd > +# Copyright (C) 2006 XenSource Ltd. > #============================================================================ > + > +import xmlrpclib > > from xen.xend import XendDomain, XendDomainInfo, XendNode, \ > XendLogging, XendDmesg > from xen.util.xmlrpclib2 import UnixXMLRPCServer, TCPXMLRPCServer > > -from xen.xend.XendClient import XML_RPC_SOCKET > +from xen.xend.XendClient import XML_RPC_SOCKET, ERROR_INVALID_DOMAIN > > def lookup(domid): > - return XendDomain.instance().domain...
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
...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 - Representation of a single domain. xen.xend.XendError xen.xend.XendLocalStorageRepo xen.xend.XendLogging xen.xend.XendMonitor xen.xend.XendNetwork xen.xend.XendNode xen.xend.XendOptions - Xend root class. xen.xend.XendPBD xen.xend.XendPIF xen.xend.XendPIFMetrics xen.xend.XendProtocol xen.xend.XendQCoWStorageRepo xen.xend.XendStateStore xen.xend.XendStorageRepository xen.xend.XendTask xen.xend.Xend...
2010 May 17
0
strace log
...= 0 stat("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendLogging", 0x7fffffff31b0) = -1 ENOENT (No such file or directory) open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendLogging.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendLoggingmodule.so", O_RDONLY) = -1 ENO...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel