search for: xenddomain

Displaying 20 results from an estimated 231 matches for "xenddomain".

2006 Jan 29
8
Infinite loop shutting down xendomains
...id}) File "/usr/lib/python/xen/xend/Args.py", line 145, in __call__ return self.call_with_form_args(self.fn, fargs, xargs=xargs) File "/usr/lib/python/xen/xend/Args.py", line 121, in call_with_form_args return fn(*params, **keys) File "/usr/lib/python/xen/xend/XendDomain.py", line 477, in domain_shutdown val = xend.domain_shutdown(dominfo.id, reason, key) File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 723, in domain_shutdown ctrl = self.domainCF.getController(dom) File "/usr/lib/python/xen/xend/server/controller.py",...
2008 Mar 25
2
Re: [Fedora-xen] RHEL5 - Xend will not start after software upgrade
...0 python /usr/sbin/xend start root 4264 3109 0 11:45 pts/1 00:00:00 grep xend [root@saleen log]# tail -f /var/log/xen/xend.log self.obj = klassobj() File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 39, in __init__ self.xd = XendDomain.instance() File "/usr/lib64/python2.4/site-packages/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/xen...
2014 Apr 10
0
Bug#744163: xenstore problems
Package: xen-utils-4.1 Version: 4.1.4-3+deb7u1 Severity: important When starting (or migrating in) a domain, sometimes I get the following exception: [2014-04-01 10:58:08 4821] ERROR (XendDomainInfo:2927) XendDomainInfo.initDomain: exception occurred Traceback (most recent call last): File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2914, in _initDomain self._createDevices() File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py...
2007 Jun 07
0
[PATCH] Remove unimplemented xm migrate --resource option
...ser john.levon@sun.com # Date 1181229858 25200 # Node ID e46be7b5f9bf2b17f66c82950b4fc3962e1266d0 # Parent 2a188f88483d726cb5b880f948a1baeeb2bd42a1 Remove unimplemented xm migrate --resource option. Signed-off-by: Gary Pennington <gary.pennington@sun.com> diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py +++ b/tools/python/xen/xend/XendDomain.py @@ -1192,7 +1192,7 @@ class XendDomain: return val - def domain_migrate(self, domid, dst, live=False, resource=0, port=0): + def domain_migrate(self...
2010 Jun 21
4
Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found.
...ngl=1 vnc=1heheh flw vncpasswd=''12345'' stdvga=0 serial=''pty'' tsc_mode=0 xend.log: [2010-06-21 12:06:19 5946] INFO (SrvDaemon:332) Xend Daemon started [2010-06-21 12:06:19 5946] INFO (SrvDaemon:336) Xend changeset: unavailable. [2010-06-21 12:06:19 5946] DEBUG (XendDomainInfo:149) XendDomainInfo.recreate({''max_vcpu_id'': 1, ''cpu_time'': 52975184172L, ''ssidref'': 0, ''hvm'': 0, ''shutdown_reason'': 0, ''dying'': 0, ''online_vcpus'': 2, ''domid...
2007 Jun 27
2
xen not working: xmlrpc.sock doesn''t exist
...xen/web/SrvDir.py", line 82, in get val = val.getobj() File "/usr/lib/python2.4/site-packages/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 39, in __init__ self.xd = XendDomain.instance() File "/usr/lib/python2.4/site-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/Xend...
2010 Jun 13
3
Can''t start xend
...d.server import SrvDaemon File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", line 26, in <module> import relocate File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/relocate.py", line 28, in <module> from xen.xend import XendDomain File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py", line 36, in <module> from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendCheckpoint.py", line 23, in <module> from...
2005 Sep 16
0
Creating domU failed with "xenconsole: xs_get_domain_path(): No such file or directory"
...eturn meth(req) File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 135, in render_GET self.ls_domain(req, 1) File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 149, in ls_domain domains = self.xd.list_names() File "/usr/lib/python/xen/xend/XendDomain.py", line 94, in list_names doms = self.list_sorted() File "/usr/lib/python/xen/xend/XendDomain.py", line 85, in list_sorted doms = self.list() File "/usr/lib/python/xen/xend/XendDomain.py", line 77, in list self.refresh() File "/usr/lib/python/xen/xe...
2005 May 27
0
2.0.6, lvm, domU-crash?
...ate [''Domain-0'', ''0''] [2005-05-23 13:37:22 xend] INFO (XendRoot:112) EVENT> xend.start 0 [2005-05-23 20:49:11 xend] INFO (SrvDaemon:610) Xend Daemon started [2005-05-23 20:49:11 xend] INFO (XendRoot:112) EVENT> xend.start 0 [2005-05-23 22:30:42 xend] DEBUG (XendDomainInfo:720) init_domain> Created domain=1 name=Virtual1 memory=128 [2005-05-23 22:30:42 xend] INFO (console:94) Created console id=13 domain=1 port=9601 [2005-05-23 22:30:42 xend] DEBUG (XendDomainInfo:1130) Creating vbd dom=1 uname=phy:vg00/domu01_lv [2005-05-23 22:30:42 xend] DEBUG (blkif:155) Co...
2006 Aug 17
4
[PATCH]configuration files(sched-credit)
...t in the Xen configuration files - sets default cpu_cap and cpu_weight values for each scheduler - passes the cpu_cap and the cpu_weight in the Xen configuration files to xend Modifications: -To allow cpu_cap to be set in the Xen configuration files python/xen/xm/create.py, python/xen/xend/XendDomainInfo.py, python/xen/lowlevel/xc/xc.c -To allow cpu_cap and cpu_weight in the Xen configuration files to be passed to xend python/xen/sv/CreateDomain.py, libxc/xenctrl.h, xc_domain.c, python/xen/lowlevel/xc/xc.c -To set default values for each scheduler Previously, the default va...
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...ine 26, in ? from xen.lowlevel import xs ImportError: /usr/lib/python2.4/site-packages/xen/lowlevel/xs.so: undefined symb ol: xs_shutdown ------------------------------------------------------ [2005-11-01 17:46:10 xend] INFO (SrvDaemon:296) Xend Daemon started [2005-11-01 17:46:13 xend] ERROR (XendDomain:144) Error recreating domain info: id=0 Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 142, in initial_refresh self._new_domain(domdb, doms[domid]) File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", li...
2009 Nov 17
0
xend and xen-tool crashed after intensive operation
...d_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.5/SimpleXMLRPCServer.py", line 415, in _dispatch return func(*params) File "/usr/lib64/python2.5/site-packages/xen/xend/server/XMLRPCServer.py", line 66, in domains_with_state domains = XendDomain.instance().list_sorted(state) File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line 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...
2005 Sep 09
0
[PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
This patch changes the device destruction function to one that exists in in the XendDomainInfo class, instead of a non existent method. Signed-off-by: Sean Dague <sean@dague.net> Diffstat output: XendDomain.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 41a74438bcba tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py Fri Sep 9 1...
2008 Feb 28
0
[PATCH] Fix error message of xm suspend for Domain-0
Hi, This patch fixes a error message of xm suspend command for Domain-0. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan diff -r 2a8eaba24bf0 tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py Tue Feb 26 15:11:51 2008 +0000 +++ b/tools/python/xen/xend/XendDomain.py Thu Feb 28 14:23:39 2008 +0900 @@ -865,7 +865,7 @@ class XendDomain: raise XendInvalidDomain(domname) if dominfo.getDomid() == DOM0_ID: -...
2010 May 25
0
Loss of hypervisor control - xm, xentop
...arshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.5/SimpleXMLRPCServer.py", line 415, in _dispatch return func(*params) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/server/XMLRPCServer.py", line 66, in domains_with_state domains = XendDomain.instance().list_sorted(state) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomain.py", line 837, in list_sorted doms = self.list(state) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomain.py", line 807, in list self._refresh(refresh_shutdown = False) File &...
2005 Sep 13
1
[RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
This is a resend on the patch from late last week as I haven''t seen it in the changelog yet. Comments welcomed if there is an issue with the patch. -Sean -- __________________________________________________________________ Sean Dague Mid-Hudson Valley sean at dague dot net Linux Users Group http://dague.net
2011 Jul 11
5
Unable to start xend
...import SrvDaemon File "/usr/local/lib/python2.7/dist-packages/xen/xend/server/SrvDaemon.py", line 26, in <module> import relocate File "/usr/local/lib/python2.7/dist-packages/xen/xend/server/relocate.py", line 28, in <module> from xen.xend import XendDomain File "/usr/local/lib/python2.7/dist-packages/xen/xend/XendDomain.py", line 36, in <module> from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo File "/usr/local/lib/python2.7/dist-packages/xen/xend/XendCheckpoint.py", line 20, in <module>...
2011 Jun 09
2
A question
Recently I installed Xen on my computer.But there are some problems during the starting time. The /var/log/xen/xend.log is follows: [2011-06-10 14:24:36 1395] DEBUG (XendDomainInfo:1794) Storing domain details: {''cpu/3/availability'': ''online'', ''description'': '''', ''console/limit'': ''1048576'', ''memory/target'': ''1808288'', ''cpu...
2012 Jul 17
1
Bug#681213: Full logs?
Hi Orazio, Is "NoneType object is unsubscriptable" the full and complete error message? I'd have expected some sort of accompanying backtrace, if not on the console then in /var/log/xen/* Is this issue by any chance fixed by installing the xen-qemu-dm-4.0 package? Lastly, does this happen with the packages from Wheezy? Thanks, Ian.
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
...uot;, 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.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/xe...