SOLVED Error when cron started the last scrub, what's going on?

Status
Not open for further replies.

Wildcat00

Cadet
Joined
Jan 22, 2017
Messages
2
During the scrub last night, the following log was sent to me and I'm not sure what it means:

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
__________

I am on FreeNAS-9.10.2-U1 (86c7ef5) with AMD A4-3300 APU with Radeon(tm) HD Graphics and 8 GB RAM.
 
Status
Not open for further replies.
Top