Am 18.02.21 um 00:06 schrieb A. Schulze via nsd-users:> Can't say, it works because I've to modify my build-system (today I build nsd only from released tar.gz ...)now: root at 233ad0e3d5b6:/usr/local/etc/nsd# cat nsd.conf server: ip-address: 127.0.0.1 at 1025 verbosity: 9 remote-control: control-enable: yes control-interface: eth0 root at 233ad0e3d5b6:/usr/local/etc/nsd# nsd [2021-02-18 17:25:35.292] nsd[75]: info: interface eth0 has address 172.18.0.2 [2021-02-18 17:25:35.293] nsd[75]: notice: nsd starting (NSD 4.3.6) [2021-02-18 17:25:35.293] nsd[75]: notice: listen on ip-address 127.0.0.1 at 1025 (udp) with server(s): * [2021-02-18 17:25:35.293] nsd[75]: notice: listen on ip-address 127.0.0.1 at 1025 (tcp) with server(s): * root at 233ad0e3d5b6:/usr/local/etc/nsd# netstat -lnpt Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:1025 0.0.0.0:* LISTEN - tcp 0 0 172.18.0.2:8952 0.0.0.0:* LISTEN - But: root at 233ad0e3d5b6:/usr/local/etc/nsd# nsd-control status could not parse IP: eth0> > Andreas
A. Schulze
2021-Feb-18 18:04 UTC
[nsd-users] ip-address <-> control-interface (new: segfaults)
Am 18.02.21 um 17:26 schrieb A. Schulze via nsd-users:> But: > root at 233ad0e3d5b6:/usr/local/etc/nsd# nsd-control status > could not parse IP: eth0now I also see segfaults on TLS connections. I nailed the segfaults down to "verbosity: 5" works, but "verbosity: 6" segfault. https://nlnetlabs.nl/documentation/nsd/nsd.conf/#verbosity mention only level 0..3 but the code also handle 6 or even 9 Is this commit related? https://github.com/NLnetLabs/nsd/commit/255b54fe2cb506e2c958da08b85860c547364fd6 Andreas
Hi Andreas, Op 18-02-2021 om 17:26 schreef A. Schulze via nsd-users:> > > Am 18.02.21 um 00:06 schrieb A. Schulze via nsd-users: >> Can't say, it works because I've to modify my build-system (today I build nsd only from released tar.gz ...) > > now: > > root at 233ad0e3d5b6:/usr/local/etc/nsd# cat nsd.conf > server: > ip-address: 127.0.0.1 at 1025 > verbosity: 9 > remote-control: > control-enable: yes > control-interface: eth0 > > root at 233ad0e3d5b6:/usr/local/etc/nsd# nsd > [2021-02-18 17:25:35.292] nsd[75]: info: interface eth0 has address 172.18.0.2 > [2021-02-18 17:25:35.293] nsd[75]: notice: nsd starting (NSD 4.3.6) > [2021-02-18 17:25:35.293] nsd[75]: notice: listen on ip-address 127.0.0.1 at 1025 (udp) with server(s): * > [2021-02-18 17:25:35.293] nsd[75]: notice: listen on ip-address 127.0.0.1 at 1025 (tcp) with server(s): * > > root at 233ad0e3d5b6:/usr/local/etc/nsd# netstat -lnpt > Active Internet connections (only servers) > Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name > tcp 0 0 127.0.0.1:1025 0.0.0.0:* LISTEN - > tcp 0 0 172.18.0.2:8952 0.0.0.0:* LISTEN - > > But: > root at 233ad0e3d5b6:/usr/local/etc/nsd# nsd-control status > could not parse IP: eth0Ah! That was clumsy of me! Fixed in commit: https://github.com/NLnetLabs/nsd/pull/156/commits/6b15fbeb I'm preparing to look into the docker issues as well b.t.w. Cheers, -- Willem> >> >> Andreas > _______________________________________________ > nsd-users mailing list > nsd-users at lists.nlnetlabs.nl > https://lists.nlnetlabs.nl/mailman/listinfo/nsd-users >