Daily cron seems to fail

Status
Not open for further replies.

atakacs

Explorer
Joined
Apr 23, 2012
Messages
92
Folks

Since applying the latest update to my box I get this daily report

Code:
Traceback (most recent call last):

  File "/usr/local/bin/midclt", line 9, in <module>

    load_entry_point('middlewared==0.0.0', 'console_scripts', 'midclt')()

  File "/usr/local/lib/python2.7/site-packages/middlewared/client/client.py", line 211, in main

    with Client(uri=args.uri) as c:

  File "/usr/local/lib/python2.7/site-packages/middlewared/client/client.py", line 78, in __init__

    self._ws.connect()

  File "/usr/local/lib/python2.7/site-packages/middlewared/client/client.py", line 21, in connect

    rv = super(WSClient, self).connect()

  File "/usr/local/lib/python2.7/site-packages/ws4py/client/__init__.py", line 216, in connect

    bytes = self.sock.recv(128)

socket.timeout: timed out


which, if I understand, is actually showing a failure...

How do I fix this ?
 

atakacs

Explorer
Joined
Apr 23, 2012
Messages
92
Thanks - I searched in the forums (to no avail) but did not think about checking for know bug - will wait for next patch then :)
 
Status
Not open for further replies.
Top