search for: xendnod

Displaying 20 results from an estimated 29 matches for "xendnod".

Did you mean: xendnode
2010 Oct 27
25
xend does not start
...ages/xen/web/SrvDir.py", line 82, in get val = val.getobj() File "/usr/lib/python2.6/dist-packages/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib/python2.6/dist-packages/xen/xend/server/SrvNode.py", line 30, in __init__ self.xn = XendNode.instance() File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 752, in instance inst = XendNode() File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 87, in __init__ self.other_config["xen_pagesize"] = self.xeninfo_dict()[&quo...
2010 Oct 27
25
xend does not start
...ages/xen/web/SrvDir.py", line 82, in get val = val.getobj() File "/usr/lib/python2.6/dist-packages/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib/python2.6/dist-packages/xen/xend/server/SrvNode.py", line 30, in __init__ self.xn = XendNode.instance() File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 752, in instance inst = XendNode() File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 87, in __init__ self.other_config["xen_pagesize"] = self.xeninfo_dict()[&quo...
2007 Oct 11
1
Unable to connect to Xend. Connection refused
...rvDir.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/SrvNode.py", line 30, in __init__ self.xn = XendNode.instance() File "usr/lib/python2.4/site-packages/xen/xend/XendNode.py", line 658, in instance inst = XendNode() File "usr/lib/python2.4/site-packages/xen/xend/XendNode.py", line 60, in __init__ saved_host = self.state_store.load_state(''host'') F...
2008 Aug 29
1
Debian version and xend
Hello, I just upgraded my 64-bits dom0 from Etch to Lenny, I am still running the 2.6.18 Xen kernel by apt-pinning it (see later). But now xend does not start anymore: ------------ xen:~# /etc/init.d/xend start Starting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> from xen.xend.server import SrvDaemon
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
..._ops.c, but I''ve not done any IA64 testing with this patch applied. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com diffstat output: tools/python/xen/lowlevel/xc/xc.c | 3 ++- tools/python/xen/xend/XendNode.py | 4 ---- tools/xenmon/xenbaked.c | 5 +---- tools/xenstat/libxenstat/src/xenstat.c | 4 +--- tools/xentrace/xentrace.c | 5 +---- xen/arch/ia64/xen/dom0_ops.c | 1 + xen/arch/x86/dom0_ops.c | 2 +- xen/include/public/d...
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
...3.4/lib/python/xen/web/SrvDir.py", line 84, in get val = val.getobj() File "/usr/lib/xen-3.4/lib/python/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib/xen-3.4/lib/python/xen/xend/server/SrvNode.py", line 30, in __init__ self.xn = XendNode.instance() File "/usr/lib/xen-3.4/lib/python/xen/xend/XendNode.py", line 949, in instance inst.save() File "/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",...
2013 Oct 19
1
Bug#726827: xen-utils-4.1: Xen doesn't start on a laptop with Nvidia Optimus graphics
.../xen/web/SrvDir.py", line 84, in get val = val.getobj() File "/usr/lib/xen-4.1/bin/../lib/python/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/server/SrvNode.py", line 30, in __init__ self.xn = XendNode.instance() File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendNode.py", line 1181, in instance inst = XendNode() File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendNode.py", line 159, in __init__ self._init_PPCIs() File "/usr/lib/xen-4.1/bin/../lib/pyth...
2007 May 15
0
[PATCH] Small fix to the host.get_name_description call
...er <stefanb@us.ibm.com> diff -r 3ef0510e44d0 tools/python/xen/xend/XendAPI.py --- a/tools/python/xen/xend/XendAPI.py Tue May 08 10:21:23 2007 +0100 +++ b/tools/python/xen/xend/XendAPI.py Mon May 14 23:17:32 2007 -0400 @@ -905,7 +941,7 @@ class XendAPI(object): XendNode.instance().set_name(new_name) return xen_api_success_void() def host_get_name_description(self, session, host_ref): - return xen_api_success(XendNode.instance().description) + return xen_api_success(XendNode.instance().get_description()) def host_set_name_descripti...
2007 Oct 19
4
[PATCH] nr_cpus calculation problem due to incorrect sockets_per_node
Testing on an 8-node 128-way NUMA machine has exposed a problem with Xen''s nr_cpus calculation. In this case, since Xen cuts off recognized CPUs at 32, the machine appears to have 16 CPUs on the first and second nodes and none on the remaining nodes. Given this asymmetry, the calculation of sockets_per_node (which is later used to calculate nr_cpus) is incorrect:
2011 Aug 10
2
xend fails on Open SUSE 11.4
....7/site-packages/xen/web/SrvDir.py", line 84, in get val = val.getobj() File "/usr/lib64/python2.7/site-packages/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib64/python2.7/site-packages/xen/xend/server/SrvNode.py", line 30, in __init__ self.xn = XendNode.instance() File "/usr/lib64/python2.7/site-packages/xen/xend/XendNode.py", line 1196, in instance inst = XendNode() File "/usr/lib64/python2.7/site-packages/xen/xend/XendNode.py", line 163, in __init__ self._init_cpu_pools() File "/usr/lib64/python2.7/site-packages/xen/xen...
2011 Apr 01
2
Need help with an issue after upgrading to 4.1.0
...device'') # cat /var/log/xen/xend.log [2011-04-01 13:51:15 11817] INFO (SrvDaemon:332) Xend Daemon started [2011-04-01 13:51:15 11817] INFO (SrvDaemon:336) Xend changeset: unavailable. [2011-04-01 13:51:15 11817] DEBUG (tcp:96) Listening on :8002 [2011-04-01 13:51:16 11817] DEBUG (XendNode:332) pscsi record count: 11 [2011-04-01 13:51:16 11817] DEBUG (XendCPUPool:747) recreate_active_pools [2011-04-01 13:51:16 11817] ERROR (SrvDaemon:349) Exception starting xend ((19, ''No such device'')) Traceback (most recent call last): File "/usr/lib64/python2.6/site-p...
2009 Jul 13
0
Bug#536806: xen-utils-common - xend start fails
...2, in get val = val.getobj() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/web/SrvDir.py", line 52, in gedowngegradet und xend l?uft wieder. getobj self.obj = klassobj() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/server/SrvNode.py", line 30, in __init__ self.xn = XendNode.instance() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendNode.py", line 710, in instance inst.save() File "/usr/lib/xen-3.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/xen...
2008 Nov 22
5
xvm start xend won''t work
...ite-packages/xen/web/SrvDir.py", line 82, in get File "/usr/lib/python2.4/site-packages/xen/web/SrvDir.py", line 52, in getobj File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvNode.py", line 30, in __init__ File "/usr/lib/python2.4/site-packages/xen/xend/XendNode.py", line 635, in instance File "/usr/lib/python2.4/site-packages/xen/xend/XendNode.py", line 92, in __init__ File "/usr/lib/python2.4/vendor-packages/xen/xend/osdep.py", line 140, in _solaris_get_cpuinfo (module, cpunum, combo, namevalue) = kstatline.split ("...
2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
...tput: b/xen/include/public/numa_structs.h | 26 ++++++ tools/libxc/xc_misc.c | 4 + tools/libxc/xenctrl.h | 3 tools/python/xen/lowlevel/xc/xc.c | 77 ++++++++++++++++---- tools/python/xen/xend/XendNode.py | 67 +++++++++++++++++ tools/xenmon/xenbaked.c | 3 tools/xenstat/libxenstat/src/xenstat.c | 3 tools/xentrace/xentrace.c | 3 tools/xm-test/tests/info/02_info_compiledata_pos.py | 4 - xen/ar...
2007 Nov 09
1
Bug#450678: xen-utils-common: /etc/init.d/xen restart fails when using network-bridge if netdev does not match eth[0-9+]
...lib/python/xen/web/SrvDir.py", line 82, in get val = val.getobj() File "/usr/lib/xen-3.1-1/lib/python/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib/xen-3.1-1/lib/python/xen/xend/server/SrvNode.py", line 30, in __init__ self.xn = XendNode.instance() File "/usr/lib/xen-3.1-1/lib/python/xen/xend/XendNode.py", line 659, in instance inst = XendNode() File "/usr/lib/xen-3.1-1/lib/python/xen/xend/XendNode.py", line 178, in __init__ unconfigured_pifs = [(name, mtu, mac) File "/usr/lib/xen-3.1-1/lib/p...
2010 Jun 13
3
Can''t start xend
...import XendConfig File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 29, in <module> from xen.xend.XendDPCI import XendDPCI File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDPCI.py", line 24, in <module> import XendDomain, XendNode File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 39, in <module> from XendPIF import * File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendPIF.py", line 37, in <module> Vifctl.network(''start'') File "...
2011 Apr 26
2
Xend hangs on starting time!
...1655 [2011-04-26 10:17:16 4260] INFO (SrvDaemon:332) Xend Daemon started 1656 [2011-04-26 10:17:16 4260] INFO (SrvDaemon:336) Xend changeset: Thu Apr 07 15:26:58 2011 +0100 23025:dbf2ddf652dc. 1657 [2011-04-26 10:17:16 4260] DEBUG (tcp:96) Listening on :8002 1658 [2011-04-26 10:17:17 4260] DEBUG (XendNode:332) pscsi record count: 6 1659 [2011-04-26 10:17:17 4260] DEBUG (XendCPUPool:747) recreate_active_pools check the /var/log/messages: 9690 Apr 26 10:16:46 houyi-vm12 smbd[3981]: Unable to connect to CUPS server localhost:631 - Connection refused 9691 Apr 26 10:17:11 houyi-vm12 kernel: Bridge fi...
2007 Oct 29
5
problem in starting xend
problem in starting xend I tried to install xen, but got some errors when starting xend. as I logged in and tried to start xend (/etc/init.d/xend start). I just got six-seven dot (.) printed out, then it stops. I looked more closely and found that xend could not start. then I looked at /var/log/xend-debug.log. here is the last few lines: ^^^    Exception starting Xend: no element found:
2005 Jul 04
0
[PATCH 2/2] xm info (2)
...ned-off-by: Nguyen Anh Quynh <aquynh@gmail.com> # diffstat xminfo9.patch libxc/xc.h | 20 +++++++++++++++ libxc/xc_misc.c | 40 +++++++++++++++++++++++++++++++ python/xen/lowlevel/xc/xc.c | 56 +++++++++++++++++++++++++++++++++++++++++++- python/xen/xend/XendNode.py | 17 ++++++++++--- 4 files changed, 128 insertions(+), 5 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Dec 07
1
Xend HTTP protocol: reboot/shutdown problem
Hi I manage my hypervisor with HTTP protocol. The command : - POST /xend/node?op=shutdown HTTP/1.0 and - POST /xend/node?op=reboot HTTP/1.0 doesn''t seems to be active. Xend replies me a status code 200 (ok) but no reboot nor shutdown. Regards. Fabien Hermenier _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com