Errors after upgrade to Truenas 13

andrema2

Explorer
Joined
Aug 3, 2011
Messages
83
Hi

After upgrading to TrueNas13 coming from 12.8 I'm seeing these errors below
collectd 1487 - - cannot get CTL max ports
collectd 1487 - - Initialization of plugin `ctl' failed with status -1. Plugin will be unloaded.
collectd 1487 - - Error: one or more plugin init callbacks failed.
daemon 1704 - - 2022-05-12 16:54:47,031:wsdd WARNING(pid 1705): no interface given, using all interfaces
Everything is running fine. I don't know what does errors mean.
 

mav@

iXsystems
iXsystems
Joined
Sep 29, 2011
Messages
1,428
I don't know what is the last message, but the first three likely just mean that you are not using iSCSI. Probably just a noise that should be muted one day. Please create a ticket.
 

macmuchmore

Explorer
Joined
Feb 4, 2020
Messages
58
I don't know what is the last message, but the first three likely just mean that you are not using iSCSI. Probably just a noise that should be muted one day. Please create a ticket.
I created a ticket with this issue (the same error is generating when trying to attach a 2nd drive to the boot pool, though it may be unrelated to the attach activity). It is NAS-116168
 

Rastan

Cadet
Joined
Apr 21, 2014
Messages
5
Got the same error message (using TrueNAS Core 13). After a couple of minutes my truenas restarted.. Entered the following (in terminal):

service wsdd onestop

After this command my truenas is working fine again...
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,545
Got the same error message (using TrueNAS Core 13). After a couple of minutes my truenas restarted.. Entered the following (in terminal):

service wsdd onestop

After this command my truenas is working fine again...
If wsdd is causing issues you can disable from the GUI in the webui Network->Global Configuration.
 

profwalken

Patron
Joined
Nov 19, 2013
Messages
410
on a fresh TN13 install I get same kind of messages (srv name removed on code pasted)

Code:
 1 2022-05-18T15:30:18.952460+02:00  collectd 38148 - - cannot get CTL max ports
 syslog-ng[38211]: syslog-ng starting up; version='3.35.1'
 kernel: pid 1132 (syslog-ng), jid 0, uid 0: exited on signal 6 (core dumped)
1 2022-05-18T16:28:13.530132+02:00 collectd 39000 - - cannot get CTL max ports
1 2022-05-18T16:28:13.530179+02:00  collectd 39000 - - Initialization of plugin `ctl' failed with status -1. Plugin will be unloaded.
1 2022-05-18T16:28:13.548393+02:00 collectd 39000 - - Error: one or more plugin init callbacks failed.
1 2022-05-18T16:28:16.703613+02:00 daemon 39095 - - 2022-05-18 16:28:16,703:wsdd WARNING(pid 39096): no interface given, using all interfaces
 

mha

Dabbler
Joined
Jul 12, 2015
Messages
15
Hi

After upgrading to TrueNas13 coming from 12.8 I'm seeing these errors below

Everything is running fine. I don't know what does errors mean.

@andrema2: have you created a ticket yet? Please let me know if not, then I'll do it. NAS-116168 seems to address a different issue.

I am seeing nearly same thing as you and @profwalken (different order of messages) after updating to 13.0. I'm wondering if this is really two problems. One with wsdd and the other with ctl.

@mav@, @anodos please advise if this should be covered in two issues.

Code:
May 28 12:51:04 2022-05-28T12:51:04.503541+02:00 daemon 1453 - - 2022-05-28 12:51:04,446:wsdd WARNING(pid 1454): no interface given, using all interfaces
May 28 12:51:04 2022-05-28T12:51:04.616671+02:00 collectd 1459 - - cannot get CTL max ports
May 28 12:51:04 2022-05-28T12:51:04.616722+02:00 collectd 1459 - - Initialization of plugin `ctl' failed with status -1. Plugin will be unloaded.
May 28 12:51:04 2022-05-28T12:51:04.630337+02:00 collectd 1459 - - Error: one or more plugin init callbacks failed.
 

paradoxiom

Patron
Joined
Jun 16, 2015
Messages
239
I just noticed this for the first time today, also on 13, googled it, found this. So seems like a bug or something with the new version. things seem to be working fine here too.
 

Koen_Oostende

Dabbler
Joined
May 20, 2017
Messages
12
I get that error when I power up a backup enclosure array that has exported pools. If I import the pools on that array everything works fine.
Code:
 Jun 11 17:09:41 freenas 1 2022-06-11T17:09:41.923636+02:00 freenas.local collectd 28149 - - cannot get CTL max ports
Jun 11 17:09:41 freenas 1 2022-06-11T17:09:41.923649+02:00 freenas.local collectd 28149 - - Initialization of plugin `ctl' failed with status -1. Plugin will be unloaded.
Jun 11 17:09:41 freenas 1 2022-06-11T17:09:41.941418+02:00 freenas.local collectd 28149 - - Error: one or more plugin init callbacks failed 


TrueNAS-13.0-RELEASE
 
Top