Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2020 21:29:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247036] net-mgmt/collectd5:network plugin: getnameinfo failed: Non-recoverable failure in name resolution
Message-ID:  <bug-247036-7788-DN1Kb1S4tJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247036-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247036-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247036

--- Comment #3 from Fabian Wenk <fabian@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 point=
s to
an other system. I am using two systems to collect the data, see configs be=
low.

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+=3DCGI
OPTIONS_FILE_SET+=3DGCRYPT
OPTIONS_FILE_SET+=3DLOGGING
OPTIONS_FILE_SET+=3DCURL
OPTIONS_FILE_SET+=3DMYSQL
OPTIONS_FILE_SET+=3DPGSQL
OPTIONS_FILE_SET+=3DPING
OPTIONS_FILE_SET+=3DSNMP
OPTIONS_FILE_SET+=3DXML
OPTIONS_FILE_SET+=3DRRDTOOL

"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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247036-7788-DN1Kb1S4tJ>