search for: xmlrpclib2

Displaying 20 results from an estimated 47 matches for "xmlrpclib2".

Did you mean: xmlrpclib
2006 Apr 26
1
domU migration problem
...testing-src.tgz). I''ve followed the intruction for the installation, dom0 work fine and domU start up without problem !!! Now, I''ve tryed to migrate the domU to another dom0 machine but I receive this error on the first dom0 machine (source) ## [2006-04-26 17:13:31 xend] ERROR (xmlrpclib2:124) (104, ''Connection reset by peer'') Traceback (most recent call last): File "/usr/lib/python/xen/util/xmlrpclib2.py", line 103, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.4/SimpleXMLRPCServer.py", lin...
2006 Jul 14
0
xmlrpc over SSH
Hi I tried the SSH patch from Anthony.. using the following test code. It seems that it works only once... I mean for executing only one command over the established channel/connection. Any ideas... code from xmlrpclib import Transport from xen.util.xmlrpclib2 import ServerProxy server = ServerProxy("ssh://root@192.168.0.102/RPC2", None, None, 1, 1) l = server.xend.domains(1) print l # try again l = server.xend.domains(1) print l Output : ----------- [''Domain-0'', ''U1''] Traceback (most recent call last): F...
2014 Apr 10
0
Bug#744163: xenstore problems
...69 1024 1 --ps-- 0.0 # xm destroy x Error: (2, 'No such file or directory') Usage: xm destroy <Domain> Terminate a domain immediately. Now if I try to 'xm create' a new domain, I get the following: [2014-04-02 18:14:20 4821] ERROR (xmlrpclib2:181) Internal error handling xend.domain.create Traceback (most recent call last): File "/usr/lib/xen-4.1/bin/../lib/python/xen/util/xmlrpclib2.py", line 134, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.7/SimpleXMLRPCServer.py"...
2010 Jun 21
4
Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found.
...(XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2010-06-21 12:06:20 5946] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. [2010-06-21 12:06:47 5946] ERROR (xmlrpclib2:178) Internal error handling xend.domain.create Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.6/SimpleXMLRPCServer.py&quo...
2009 Feb 02
2
Using the parallel port from domU
...file. However, in the presence of this line, xm create replies with: Error: function takes exactly 4 arguments (3 given) In xend.log I see: [2009-02-02 15:36:34 xend.XendDomainInfo 6246] DEBUG (XendDomainInfo:1603) XendDomainInfo.destroy: domid=13 [2009-02-02 15:36:34 xend 6246] ERROR (xmlrpclib2:184) function takes exactly 4 arguments (3 given) Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/util/xmlrpclib2.py", line 162, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.4/SimpleXMLRPCServer.py...
2007 Dec 13
5
cant start domU w/ pci [Error: function takes exactly 4 arguments (3 given)]
...: function takes exactly 4 arguments (3 given) [2007-12-13 17:26:20 xend.XendDomainInfo 8789] DEBUG (XendDomainInfo:1557) XendDomainInfo.destroy: domid=6 [2007-12-13 17:26:20 xend.XendDomainInfo 8789] DEBUG (XendDomainInfo:1566) XendDomainInfo.destroyDomain(6) [2007-12-13 17:26:21 xend 8789] ERROR (xmlrpclib2:184) function takes exactly 4 arguments (3 given) Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/util/xmlrpclib2.py", line 162, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.4/SimpleXMLRPCServer.py&q...
2010 Dec 21
4
tap2:remus:backup_ip:9000|aio:/path_to_disk.img not working - OSError: [Errno 2] No such file or directory
...tap'', ''tap2''] and taptype != ''aio'' and taptype != ''sync'' and not os.stat(fn).st_rdev OSError: [Errno 2] No such file or directory: ''backup_ip:9000|aio:/home/xen/domains/lucid/disk.img'' [2010-12-21 00:32:23 2091] ERROR (xmlrpclib2:178) Internal error handling xend.domain.create Traceback (most recent call last): File "usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.5/SimpleXMLRPCServer.py", l...
2009 Nov 17
0
xend and xen-tool crashed after intensive operation
...information about all/some domains. -l, --long Output all VM details in SXP --label Include security labels --state=<state> Select only VMs with the specified state >vi /var/log/xen/xend.log [2009-11-17 09:16:57 3087] ERROR (xmlrpclib2:178) Internal error handling xend.domains_with_state Traceback (most recent call last): File "/usr/lib64/python2.5/site-packages/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.5/SimpleXMLRPCServer.p...
2007 Jul 09
0
[PATCH] Fix xm sysrq command for inactive managed domain
...Name ID Mem VCPUs State Time(s) PVdomain.1 1024 4 0.0 # xm sysrq PVdomain.1 m Error: Usage: xm sysrq <Domain> <letter> Send a sysrq to a domain. [2007-07-09 14:49:35 3945] ERROR (xmlrpclib2:178) Internal error handling xend.domain.send_sysrq Traceback (most recent call last): File "//usr/lib/python/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.4/SimpleXMLRPCServer.py", line 406, in...
2009 Jul 12
0
Bug#536720: xen-utils-3.2-1: Missing import statement / Syntax Errors in XendPBD.py
...ostly one step to create a new vm, so the XenAPI can currently not be used to create new VMs. It would be great to add the patch to the lenny package. Kind regards Andreas Florath -------------------------------------------------- Logging on the remote host: [2009-07-10 16:37:21 3649] ERROR (xmlrpclib2:166) Internal error handling PBD.create Traceback (most recent call last): File "/usr/lib/xen-3.2-1/lib/python/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.5/SimpleXMLRPCServer.py", line 415, i...
2011 Nov 13
0
Bug#648670: xm was unable determine an actual domU state under some conditions
...t started Usage: xm reset <Domain> === === # xm start test1 Error: Domain is already running Usage: xm start <DomainName> === The only reasonable message was in xend.log, appears when I tried to shutdown the domU: === DEBUG (XendDomainInfo:524) XendDomainInfo.shutdown(poweroff) ERROR (xmlrpclib2:181) Internal error handling xend.domain.shutdown Traceback (most recent call last): File "/usr/lib/xen-4.1/bin/../lib/python/xen/util/xmlrpclib2.py", line 134, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.7/SimpleXMLRPCServer.py&quo...
2010 May 25
0
Loss of hypervisor control - xm, xentop
...e symptoms, but no solution other than a reboot. What causes this problem? As they are running critical services on a production system, my last resort would be rebooting the Dom0. Is there anything else I can do? Please help! Steve /var/log/xen/xend.log: [2010-05-25 09:04:40 4256] ERROR (xmlrpclib2:178) Internal error handling xend.domains_with_state Traceback (most recent call last): File "/usr/lib/xen-3.2-1/lib/python/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.5/SimpleXMLRPCServer.py"...
2010 Sep 03
0
Bug#587090: Issue confirmed with xen-utils-4.0 (4.0.1~rc6-1)
Package: xen-utils-4.0 Version: 4.0.1~rc6-1 Severity: important Issue confirmed with xen-utils-4.0 (4.0.1~rc6-1) in Debian Squeeze AMD64. Trace of error while using xm-debian.cfg (attached): [2010-09-02 00:53:21 1407] ERROR (xmlrpclib2:178) Internal error handling xend.domain.create Traceback (most recent call last): File "/usr/lib/xen-4.0/lib/python/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.5/SimpleXMLRPCServer.py", line...
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.
2008 Oct 07
0
xend accesses wrong pci slot while enabling pci pass-through on xen3.3.0
...U. linux-242:/home/xen-3.3.0 # xm create -c pci=08:01.0 /etc/xen/xen3.3_guest1 Using config file "/etc/xen/xen3.3_guest1". Error: [Errno 2] No such file or directory: ''/sys/bus/pci/devices/0000:06:00.0/config'' xend log is, [2008-10-06 11:14:23 4077] ERROR (xmlrpclib2:178) Internal error handling xend.domain.create Traceback (most recent call last): File "//usr/lib64/python/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.5/SimpleXMLRPCServer.py", line 415...
2014 Jun 09
0
jessie, xen: 'NoneType' object has no attribute 'rfind'
...os" builder = "hvm" name = "comp2" memory = 600 vcpus = 2 vif = [ 'ip=192.168.1.19,mac=00:16:3E:8C:84:8B,bridge=xenbr0' ] disk = [ '/dev/vg0/compumed2,raw,xvda,rw' ] vnc = 1 the /var/log/xen/xend.log [2014-06-05 12:14:43 2554] ERROR (xmlrpclib2:181) Internal error handling xend.domain.create Traceback (most recent call last): File "/usr/lib/xen-4.3/bin/../lib/python/xen/util/xmlrpclib2.py", line 134, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.7/SimpleXMLRPCS...
2008 Jun 11
1
xen migrate never ends
...Server.py", line 464, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.5/SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.py", line 106, in <lambda> requestHandler(allowed, x, y, z)), File "/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.py", line 65, in __init__ server) File "/usr/lib/python2.5/SocketServer.py", line 522, in __init__ self.handle() File "/usr/...
2009 Mar 29
0
xen serial port access for domu?
...32 bit centos 5.2. I'm running the stock redhat version of xen that ships with el5.2 Any suggestions? -Gordon # uname -a Linux xenmaster.dimension-x.local 2.6.18-92.1.22.el5xen #1 SMP Tue Dec 16 12:26:32 EST 2008 x86_64 x86_64 x86_64 GNU/Linux # xm log [2009-03-28 18:09:41 xend 8017] ERROR (xmlrpclib2:184) function takes exactly 4 arguments (3 given) Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/util/xmlrpclib2.py", line 162, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib64/python2.4/SimpleXMLRPCServer.py",...
2006 Sep 22
4
How to use xm serve?
Hi! Does anyone tell me how to use the xm serve command? I''d like to try using this command. But I don''t know the usage and anything necessary, because I found no manual for this command. Regards, Watanabe, Takehiko _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Sep 22
4
How to use xm serve?
Hi! Does anyone tell me how to use the xm serve command? I''d like to try using this command. But I don''t know the usage and anything necessary, because I found no manual for this command. Regards, Watanabe, Takehiko _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users