[Bug 247036] net-mgmt/collectd5:network plugin: getnameinfo failed: Non-recoverable failure in name resolution
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 9 21:29:25 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247036
--- Comment #3 from Fabian Wenk <fabian at wenks.ch> ---
I have build and run it on FreeBSD 11.3, maybe this is relevant.
I did try as well only with IP addresses (IPv4 and IPv6 independent), but
forgot to mention.
I also have Server and Listen configured on the same host, but Server points to
an other system. I am using two systems to collect the data, see configs below.
I had / have activated "LOGGING - Enable debug logging" in make config, but I
did just rebuild with it deactivated and also removed the patch revert, but
still with the same errors.
Other build options I have set are this:
OPTIONS_FILE_SET+=CGI
OPTIONS_FILE_SET+=GCRYPT
OPTIONS_FILE_SET+=LOGGING
OPTIONS_FILE_SET+=CURL
OPTIONS_FILE_SET+=MYSQL
OPTIONS_FILE_SET+=PGSQL
OPTIONS_FILE_SET+=PING
OPTIONS_FILE_SET+=SNMP
OPTIONS_FILE_SET+=XML
OPTIONS_FILE_SET+=RRDTOOL
"network" config on server batman.home4u.ch (collectd.home4u.ch as service
hostname):
<Plugin network>
<Server "collectd.wenks.ch" "25826">
SecurityLevel None
</Server>
<Listen "collectd.home4u.ch" "25826">
SecurityLevel None
</Listen>
TimeToLive 128
MaxPacketSize 1452
Forward false
ReportStats true
</Plugin>
And on the other server superman.wenks.ch (collectd.wenks.ch as service
hostname):
<Plugin network>
<Server "collectd.home4u.ch" "25826">
SecurityLevel None
</Server>
<Listen "collectd.wenks.ch" "25826">
SecurityLevel None
</Listen>
TimeToLive 128
MaxPacketSize 1452
Forward false
ReportStats true
</Plugin>
And on one of the clients (Gentoo Linux still with collectd 5.10.0):
<Plugin network>
TimeToLive 128
MaxPacketSize 1452
Forward false
ReportStats true
<Server "collectd.home4u.ch" "25826">
SecurityLevel None
BindAddress "2001:8a8:1005:1::8"
</Server>
<Server "collectd.wenks.ch" "25826">
SecurityLevel None
# using the same BindAddress as above did not work with
collectd-5.10.0
BindAddress "2001:8a8:1005:2::185"
</Server>
</Plugin>
I did also try with the non-LOGGING build and stopped the clients which are
still on 5.10.0, but still I get the errors.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list