rrdtool exited on signal 11 - Core Dumped

sousa43

Cadet
Joined
Feb 22, 2019
Messages
1
When i open the dashboard i recive the error:
Feb 22 13:27:23 freenas kernel: pid 6614 (rrdtool), uid 0: exited on signal 11 (core dumped)
What should do?
The problem started after the last stable release.
And the info of the disks on the dashboard is not working correctly.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
When i open the dashboard i recive the error:
Feb 22 13:27:23 freenas kernel: pid 6614 (rrdtool), uid 0: exited on signal 11 (core dumped)
What should do?
The problem started after the last stable release.
And the info of the disks on the dashboard is not working correctly.
There were many changes with the latest release and it is possible that this is a previously undocumented bug.
I would suggest that you go to https://redmine.ixsystems.com/projects/freenas
You can (if you want) create an account there and then open a ticket through the UI.
Here are the directions:
https://www.ixsystems.com/documentation/freenas/11.2/system.html#support

Then the developers can look into the matter.
 

sekroots

Explorer
Joined
Feb 28, 2022
Messages
61
Hello @sousa43,

Do you have more information about this error? Could you share it please?

My TrueNAS 12 just freezed ui. I am able to connect via SSH and I got this error at /var/log/messages:

Code:
login as: root
root@172.30.3.245's password:
Last login: Fri Sep 16 10:47:56 2022 from 172.30.3.180
FreeBSD 12.2-RELEASE-p12 ec84e0c52a1(HEAD) TRUENAS

        TrueNAS (c) 2009-2022, iXsystems, Inc.
        All rights reserved.
        TrueNAS code is released under the modified BSD license w                                                               ith some
        files copyrighted by (c) iXsystems, Inc.

        For more information, documentation, help or support, go                                                                here:
        http://truenas.com
Welcome to TrueNAS
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.9/site-packages/middlewared/client                                                               /client.py", line 283, 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/__ini                                                               t__.py", line 216, in connect
    self.sock.connect(self.bind_addr)
ConnectionRefusedError: [Errno 61] Connection refused

Warning: settings changed through the CLI are not written to
the configuration database and will be reset on reboot.

root@truenas[~]#


root@truenas[~]# zpool status
  pool: boot-pool
 state: ONLINE
  scan: scrub repaired 0B in 00:00:05 with 0 errors on Mon Sep 12 03:45:05 2022
config:

        NAME        STATE     READ WRITE CKSUM
        boot-pool   ONLINE       0     0     0
          da0p2     ONLINE       0     0     0

errors: No known data errors

  pool: tank
 state: ONLINE
  scan: scrub repaired 0B in 00:46:52 with 0 errors on Sun Aug 14 00:46:57 2022
config:

        NAME                                          STATE     READ WRITE CKSUM
        tank                                          ONLINE       0     0     0
          gptid/4806796c-8f06-11eb-a787-00155d032ec0  ONLINE       0     0     0

errors: No known data errors
root@truenas[~]# tail -f /var/log/messages


Sep 16 10:59:53 truenas kernel: sonewconn: pcb 0xfffff8000ef42400: Listen queue overflow: 193 already in queue awaiting acceptan
ce (36 occurrences)
Sep 16 10:59:53 truenas kernel: pid 72160 (collectd), jid 0, uid 0: exited on signal 11 (core dumped)
Sep 16 11:00:53 truenas kernel: sonewconn: pcb 0xfffff80013aad7a0: Listen queue overflow: 193 already in queue awaiting acceptan
ce (30 occurrences)
Sep 16 11:00:54 truenas 1 2022-09-16T11:00:54.366256-03:00 truenas.triadesolucoes.com.br collectd 72264 - - Traceback (most rece
nt call last):
  File "/usr/local/lib/collectd_pyplugins/disktemp.py", line 43, in init
    with Client() as c:
  File "/usr/local/lib/python3.9/site-packages/middlewared/client/client.py", line 283, 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
Sep 16 11:04:58 truenas kernel: pid 72740 (collectd), jid 0, uid 0: exited on signal 11 (core dumped)
 
Top