pdns服务器,当我添加一个type61logging同步错误

我添加一个openpgpkeylogging(types61)时,我的DNS从属有问题。

我有一个由我的gpg密钥创build的DNSlogging。 gpg --export-options export-dane --export markus.pesch@xxx

我将gpg创build的新创build的logging添加到我的数据库后端(postgresql),并在我的主服务器的日志文件中获得以下条目。

 Oct 21 19:53:54 pontos pdns_server[19777]: Oct 21 19:53:54 TCP Connection Thread died because of STL error: All data was not consumed 

在我的奴隶服务器上,它看起来有点不同。

 Oct 21 19:53:54 uranos pdns_server[20297]: Oct 21 19:53:54 Unable to AXFR zone' xxx' from remote' 87.138.221.146' (resolver): Remote nameserver closed TCP connection 

如果我现在删除字符\# 424 (在我的入口开始和圆括号的末尾) ,那么我的主服务器和从服务器之间的同步将再次工作。

在我的服务器的configuration有错误,或者这是一个实现错误?

这是我的主服务器上的pdns_server --version的输出。 输出与我的奴隶相同。

 Oct 21 20:12:43 PowerDNS Authoritative Server 4.0.3 (C) 2001-2016 PowerDNS.COM BV Oct 21 20:12:43 Using 64-bits mode. Built using gcc 6.3.0 20161229. Oct 21 20:12:43 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2. Oct 21 20:12:43 Features: botan1.10 openssl lua Oct 21 20:12:43 Built-in modules: Oct 21 20:12:43 Configured with: " '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-silent-rules' '--libdir=${prefix}/lib/x86_64-linux-gnu' '--libexecdir=${prefix}/lib/x86_64-linux-gnu' '--disable-maintainer-mode' '--disable-dependency-tracking' '--sysconfdir=/etc/powerdns' '--with-dynmodules=bind ldap pipe gmysql godbc gpgsql gsqlite3 geoip lua mydns remote random opendbx tinydns' '--with-modules=' '--with-pgsql-includes=/usr/include/postgresql' '--enable-botan1.10' '--enable-tools' '--without-protobuf' '--enable-unit-tests' '--enable-reproducible' '--enable-systemd' '--with-systemd=/lib/systemd/system' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fdebug-prefix-map=/build/pdns-04DIdd/pdns-4.0.3=. -fstack-protector-strong -Wformat -Werror=format-security' 'LDFLAGS=-Wl,-z,relro' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fdebug-prefix-map=/build/pdns-04DIdd/pdns-4.0.3=. -fstack-protector-strong -Wformat -Werror=format-security -DPACKAGEVERSION='\''"4.0.3-1.Debian"'\'''" 

沃尔克