Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2020 19:15:04 +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-9AcblfnJdQ@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 #1 from Krzysztof <ports@bsdserwis.com> ---
Thanks a lot for your problem report.

I don't know how to help you, because I'm using network plugin and there is=
 no
problems at all. I have configuration with IP (not dns names):

# server side
<Plugin network>
    <Listen "192.168.128.16" "25826">
        SecurityLevel Sign
        AuthFile "/usr/local/etc/collectd/passwd"
        Interface "re0"
    </Listen>
</Plugin>

# client side
<Plugin network>
    Server "192.168.128.16" "25826"
    <Server "192.168.128.16" "25826">
        SecurityLevel "sign"
        Username "******"
        Password "******"
    </Server>
    ReportStats true
    Forward false
    MaxPacketSize 1024
</Plugin>

Telling the truth I've got my own pkg repository and my collectd5 is built
without DEBUG. So maybe that's why I do not have any error messages.

I'll try to change IP address to FQDN and I'll write if I have identical er=
ror.

--=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-9AcblfnJdQ>