[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nsdispatch errors on security/spiped when mdns lookups are enabled



On Tue, 8 Nov 2016, at 21:59, Colin Percival wrote:
> The address "127.0.0.1" is interpreted by spiped as a host name and is
> resolved using getaddrinfo (just like the "c1.skunkwerks.at" is).  To
> specify a "raw" IP address, add square brackets: "[127.0.0.1]:5984".

thanks Colin. I've added brackets (apologies for missing the man page, I
assumed it was for IPv6 only) but I still get errors.

/etc/rc.conf.d/spiped/couchdb:spiped_pipe_COUCHDB_SERVER_source="[0.0.0.0]:45984"
/etc/rc.conf.d/spiped/couchdb:spiped_pipe_COUCHDB_SERVER_target="[127.0.0.1]:5984"
/etc/rc.conf.d/spiped/couchdb:spiped_pipe_COUCHDB_BACKUP_source="[127.0.0.1]:5985"
/etc/rc.conf.d/spiped/couchdb:spiped_pipe_COUCHDB_BACKUP_target="c1.skunkwerks.at:45984"

On a vanilla 11.0 however I see nsdispatch errors also from ntpd and pkg
so I think we can safely assume spiped is not the issue here. Sorry for
the noise.

A+
Dave