Web Interface stops working

Poetart

Dabbler
Joined
Jan 4, 2018
Messages
43
Having an issue were the web interface stops working and I get stuck on the Connecting to TrueNAS screen when trying to login. Happens accross PC's and browsers.

When I SSH in, I get this message.

Welcome to FreeNAS
Traceback (most recent call last):
File "/usr/local/sbin/hactl", line 171, in <module>
main(args.command, args.q)
File "/usr/local/sbin/hactl", line 17, in main
client = Client()
File "/usr/local/lib/python3.8/site-packages/middlewared/client/client.py", line 282, in __init__
self._ws.connect()
File "/usr/local/lib/python3.8/site-packages/middlewared/client/client.py", line 124, in connect
rv = super(WSClient, self).connect()
File "/usr/local/lib/python3.8/site-packages/ws4py/client/__init__.py", line 216, in connect
self.sock.connect(self.bind_addr)
ConnectionRefusedError: [Errno 61] Connection refused

Rebooting does resolve the issue for a day or two (So far)

Any advice on what to try or look into?

Edit: I found another post on this issue. Looks like " service middlewared restart; service nginx restart " gets the web UI working. So that gets me back in but I want to find the root of this issue.
 
Last edited:
Top