On Thu, Mar 14, 2013 at 06:26:24PM +0800, bigclouds wrote:
hi,all
it is waiting all the time.
[root@localhost ~]# mcvdaClient 0 list table
^CTraceback (most recent call last):
File "/usr/share/mcvda/mcvdaClient.py", line 2380, in <module>
code, message = commands[command][0](commandArgs)
File "/usr/share/mcvda/mcvdaClient.py", line 274, in do_list
response = self.s.getAllVmStats()
File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request
verbose=self.__verbose
File "/usr/lib64/python2.6/xmlrpclib.py", line 1237, in request
errcode, errmsg, headers = h.getreply()
File "/usr/lib64/python2.6/httplib.py", line 1064, in getreply
response = self._conn.getresponse()
File "/usr/lib64/python2.6/httplib.py", line 990, in getresponse
response.begin()
File "/usr/lib64/python2.6/httplib.py", line 391, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python2.6/httplib.py", line 349, in _read_status
line = self.fp.readline()
File "/usr/lib64/python2.6/socket.py", line 433, in readline
data = recv(1)
KeyboardInterrupt
It seems that you have ssl=True configured. Would
vdsClient - s 0 list table
help?