Details
Description
So Like the title say The TrueNas 12.2-RC3 Gui Loads very fast. But all other info take 3-5mins to load. I am geting a Trace back error in console.I try to do a debug I get another traceback. This Error did not start till after I upgraded my pool loged out and back in. Not sure if this helps. This was after a update from 11.3-U5. I am not sure how I got on the beta Version When I upgraded I made sure it was on 12.0 Release. It is showing me on 12.2-RC3.
System is a X9DRi, Dual Xeons LGA2011 V2, 128Gb Ecc DDR4, SDD boot driver.
Gui console/ssh Traceback error.
Nov 16 20:24:52 freenas 1 2020-11-16T20:24:52.886618-06:00 freenas.######.#### collectd 4563 - - Traceback (most recent call last):
File "/usr/local/lib/collectd_pyplugins/disktemp.py", line 62, in read
with Client() as c:
File "/usr/local/lib/python3.8/site-packages/middlewared/client/client.py", line 281, 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 223, in connect
bytes = self.sock.recv(128)
socket.timeout: timed out
Debug trace back
Gui save Debug
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 361, in run
await self.future
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 399, in __run_body
rv = await self.middleware.run_in_thread(self.method, *([self] + args))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread
return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 977, in nf
return f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/system.py", line 787, in debug
shutil.copyfileobj(f, job.pipes.output.w)
File "/usr/local/lib/python3.8/shutil.py", line 205, in copyfileobj
fdst_write(buf)
BrokenPipeError: [Errno 32] Broken pipe