Public bug reported:

Binary package hint: xenman

After installing xenman and following the instructions from 
/usr/share/doc/xenman/Readme.gz.  Specifically, uncomment the following line in 
/etc/xen/xend-config.sxp (change no to yes)
    (xend-tcp-xmlrpc-server yes) and 'ssh <IP address of Xend machine>' to add 
to the known_hosts file.  It looks like this may be a distro problem with Suse 
and Ubuntu.

Error Message:
setting last_error SSHTunnelTransport instance has no attribute '_use_datetime'

Possible solution: (https://sourceforge.net/forum/message.php?msg_id=4126155)
--- xenman-0.6/src/XenServerProxy.py 
+++ xenman-0.6/src/XenServerProxy.py 
@@ -103,6 +103,9 @@ 
 
class SSHTunnelTransport(Transport): 
 
+ # Python 2.5's xmlrpclib looks for this 
+ _use_datetime = False 
+ 
# static variable. TODO : Need to be protected by mutex 
current_local_port = DEFAULT_LOCAL_PORT_START

** Affects: xenman (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
SSH problem with XenMan
https://bugs.launchpad.net/bugs/119389
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to