search for: protocol_class

Displaying 2 results from an estimated 2 matches for "protocol_class".

2007 Apr 07
2
TLS problem
..., line 335, in run     relocate.listenRelocation()   File "//usr/lib/python/xen/xend/server/relocate.py", line 132, in listenRelocation     hosts_allow = hosts_allow)   File "//usr/lib/python/xen/web/tcp.py", line 36, in __init__     connection.SocketListener.__init__(self, protocol_class)   File "//usr/lib/python/xen/web/connection.py", line 83, in __init__     self.sock = self.createSocket()   File "//usr/lib/python/xen/web/tcp.py", line 49, in createSocket     sock.bind((self.interface, self.port))   File "", line 1, in bind error: (98, '...
2006 May 14
1
xend does not start (address already in use)
...te.listenRelocation() File "/usr/lib/python2.4/site-packages/xen/xend/server/relocate.py", line 132, in listenRelocation hosts_allow = hosts_allow) File "/usr/lib/python2.4/site-packages/xen/web/tcp.py", line 36, in __init__ connection.SocketListener.__init__(self, protocol_class) File "/usr/lib/python2.4/site-packages/xen/web/connection.py", line 81, in __init__ self.sock = self.createSocket() File "/usr/lib/python2.4/site-packages/xen/web/tcp.py", line 49, in createSocket sock.bind((self.interface, self.port)) File "<string>&...