[nsd-users] warning: process terminated with status 11
A. Schulze
sca at andreasschulze.de
Tue Jul 7 10:08:36 UTC 2020
Am 06.07.20 um 16:43 schrieb Wouter Wijngaards via nsd-users:
> The line is printed at high verbosity when there are TCP connections
> open. It only should print that once for the NSD process (one per
> server-count). Not more, so 10k is like impossibly high.
but it happen here. Just on /every/ AXFR after NSD receive a NOTIFY.
I think, it's the AXFR connection itself as no regular client query data over TCP
I just changed "verbosity: 9" to "verbosity: 3" and now the log is not flooded anymore.
this hide these messages:
/usr/src/nsd-4.3.1$ grep -ri 'VERBOSITY(4'
server.c: VERBOSITY(4, (LOG_INFO, "service remaining TCP connections"));
server.c: VERBOSITY(4, (LOG_INFO, "service remaining TCP connections: timed out, quit"));
dnstap/dnstap_collector.c: VERBOSITY(4, (LOG_INFO, "dnstap collector: received msg len %d",
dnstap/dnstap_collector.c: VERBOSITY(4, (LOG_INFO, "dnstap submit auth query"));
dnstap/dnstap_collector.c: VERBOSITY(4, (LOG_INFO, "dnstap submit auth response"));
As there are no other messages with higer VERBOSITY, I an live with that.
But messages "process terminated with status 11" still happen.
I'll try to get a stack trace ...
Andreas
More information about the nsd-users
mailing list