Middlewared

smithj33

Cadet
Joined
Oct 15, 2022
Messages
5
Hello,

Needing some assistance please. I've been having this issue for a few weeks. At 8:12 my Proxmox system finished backing up via NFS to my TrueNAS system. I have done this for a year now with no issue. The only change recently was 16GB to 32GB of RAM, but based on the error, I don't think that is the issue. The backup still completed fine, but it seems to kill python or a python process so I can no longer login. I have to ssh in and restart middlewared. The middlewared error below just continues repeating until I restart middlewared. I changed the backup time yesterday from 6am to 8am and sure enough that killed the login. Also, I have no jails. Just use this as a basic NAS for backing up.

Any thoughts on the issue?
Thanks

System:
Supermicro X11SSH-F
E3-1240 v5
32GB 2400 Micron ECC
4x WD Red Plus 12TB - 2 mirrors in 1vdev
NVME boot drive
Mellanox CX3


Code:
Mar 24 08:12:48 tesseract-2-nas 1 2024-03-24T13:12:12.782590+00:00 tesseract-2-nas.mcu.home devd 499 - - notify_clients: send() failed; dropping unresponsive client
Mar 24 08:12:39 tesseract-2-nas kernel: pid 6168 (python3.9), jid 0, uid 0, was killed: failed to reclaim memory
Mar 24 08:13:09 tesseract-2-nas kernel[2174]: Last message 'pid 6168 (python3.9)' repeated 1 times, suppressed by syslog-ng on tesseract-2-nas.mcu.home
Mar 24 08:13:09 tesseract-2-nas 1 2024-03-24T08:13:09.135403-05:00 tesseract-2-nas.mcu.home collectd 1923 - - 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.9/site-packages/middlewared/client/client.py", line 286, in __init__
    self._ws.connect()
  File "/usr/local/lib/python3.9/site-packages/middlewared/client/client.py", line 124, in connect
    rv = super(WSClient, self).connect()
  File "/usr/local/lib/python3.9/site-packages/ws4py/client/__init__.py", line 216, in connect
    self.sock.connect(self.bind_addr)
ConnectionRefusedError: [Errno 61] Connection refused
 
Top