Your message dated Wed, 07 Nov 2018 17:23:56 +0000 with message-id <[email protected]> and subject line Bug#912210: fixed in knot 2.7.3-2 has caused the Debian Bug report #912210, regarding python backtrace in configure to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 912210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912210 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: knot Version: 2.7.2-2 Severity: normal [This is actually against 2.7.2-2~bpo9+1 on stable.] | Configuration file '/etc/knot/knot.conf' | ==> Modified (by you or by a script) since installation. | ==> Package distributor has shipped an updated version. | What would you like to do about it ? Your options are: | Y or I : install the package maintainer's version | N or O : keep your currently-installed version | D : show the differences between the versions | Z : start a shell to examine the situation | The default action is to keep your current version. | *** knot.conf (Y/I/N/O/D/Z) [default=N] ? y | Installing new version of config file /etc/knot/knot.conf ... | Traceback (most recent call last): | File "/usr/lib/knot/get_kaspdb", line 9, in <module> | conf = yaml.load(open(conf_file, 'r')) | File "/usr/lib/python3/dist-packages/yaml/__init__.py", line 72, in load | return loader.get_single_data() | File "/usr/lib/python3/dist-packages/yaml/constructor.py", line 35, in get_single_data | node = self.get_single_node() | File "/usr/lib/python3/dist-packages/yaml/composer.py", line 36, in get_single_node | document = self.compose_document() | File "/usr/lib/python3/dist-packages/yaml/composer.py", line 55, in compose_document | node = self.compose_node(None, None) | File "/usr/lib/python3/dist-packages/yaml/composer.py", line 84, in compose_node | node = self.compose_mapping_node(anchor) | File "/usr/lib/python3/dist-packages/yaml/composer.py", line 133, in compose_mapping_node | item_value = self.compose_node(node, item_key) | File "/usr/lib/python3/dist-packages/yaml/composer.py", line 84, in compose_node | node = self.compose_mapping_node(anchor) | File "/usr/lib/python3/dist-packages/yaml/composer.py", line 133, in compose_mapping_node | item_value = self.compose_node(node, item_key) | File "/usr/lib/python3/dist-packages/yaml/composer.py", line 82, in compose_node | node = self.compose_sequence_node(anchor) | File "/usr/lib/python3/dist-packages/yaml/composer.py", line 110, in compose_sequence_node | while not self.check_event(SequenceEndEvent): | File "/usr/lib/python3/dist-packages/yaml/parser.py", line 98, in check_event | self.current_event = self.state() | File "/usr/lib/python3/dist-packages/yaml/parser.py", line 495, in parse_flow_sequence_entry | return self.parse_flow_node() | File "/usr/lib/python3/dist-packages/yaml/parser.py", line 268, in parse_flow_node | return self.parse_node() | File "/usr/lib/python3/dist-packages/yaml/parser.py", line 371, in parse_node | token.start_mark) | yaml.parser.ParserError: while parsing a flow node | expected the node content, but found ':' | in "/etc/knot/knot.conf", line 7, column 29 | Processing triggers for libc-bin (2.24-11+deb9u3) ... | root@kearsarge:~# | listen: [ 127.0.0.1@53, ::1@53 ] 7:29 ^ My /etc/knot/knot.conf is attached. Only the last line is a local modification. Cheers, -- | .''`. ** Debian ** Peter Palfrader | : :' : The universal https://www.palfrader.org/ | `. `' Operating System | `- https://www.debian.org/# This is a sample of a minimal configuration file for Knot DNS. # See knot.conf(5) or refer to the server documentation. server: rundir: "/run/knot" user: knot:knot listen: [ 127.0.0.1@53, ::1@53 ] log: - target: syslog any: info remote: # - id: slave # address: 192.168.1.1@53 # # - id: master # address: 192.168.2.1@53 acl: # - id: acl_slave # address: 192.168.1.1 # action: transfer # - id: acl_master # address: 192.168.2.1 # action: notify template: - id: default storage: "/var/lib/knot" file: "%s.zone" zone: # # Master zone # - domain: example.com # notify: slave # acl: acl_slave # # Slave zone # - domain: example.net # master: master # acl: acl_master include: conf.d/*.conf
--- End Message ---
--- Begin Message ---Source: knot Source-Version: 2.7.3-2 We believe that the bug you reported is fixed in the latest version of knot, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Kahn Gillmor <[email protected]> (supplier of updated knot package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 Nov 2018 22:55:37 +0700 Source: knot Binary: knot libknot8 libzscanner2 libdnssec6 libknot-dev knot-dnsutils knot-host knot-doc Architecture: source Version: 2.7.3-2 Distribution: unstable Urgency: medium Maintainer: knot packagers <[email protected]> Changed-By: Daniel Kahn Gillmor <[email protected]> Description: knot - Authoritative domain name server knot-dnsutils - Clients provided with Knot DNS (kdig, knslookup, knsupdate) knot-doc - Documentation for Knot DNS knot-host - Version of 'host' bundled with Knot DNS libdnssec6 - DNSSEC shared library from Knot libknot-dev - Knot DNS shared library development files libknot8 - Authoritative domain name server (shared library) libzscanner2 - DNS zone-parsing library from Knot Closes: 912210 Changes: knot (2.7.3-2) unstable; urgency=medium . * postinst: use runuser instead of su for safety and simplicity * fix get_kaspdb and test it against shipped config (Closes: #912210) * added Build-Depends-Package: libknot-dev to symbols files * cleaner diffs: put dh args on separate lines * added authoritative nameserver autopkgtest * Avoid including git version in debian packages * fix broken python * fix up get_user * autopkgtest: test upgrade/conversion tooling Checksums-Sha1: eb2d946caa20eb217f1828b513f44ca00a7fa40c 2443 knot_2.7.3-2.dsc eb6ed965cf83cc6734a96c732bb479f9b35497a1 32492 knot_2.7.3-2.debian.tar.xz 12df68a4a0dcd7fa0838a6b4768513143ddab636 14622 knot_2.7.3-2_amd64.buildinfo Checksums-Sha256: 97567b07d387d762c7583b7ff89e6ca54249d4cf422cd101a723e67157da10c0 2443 knot_2.7.3-2.dsc 528331b4fa1cb09b03a5fa6881e76df77a7eeea9949924d93f03e463817fe596 32492 knot_2.7.3-2.debian.tar.xz b0c9d514fb9ee9461d8f2fefd5e8555deacb1ff7a63d15c3e1b7ed046591e24c 14622 knot_2.7.3-2_amd64.buildinfo Files: 30ff241d0a7d7ed14c01df75ad4e0e94 2443 net optional knot_2.7.3-2.dsc 65c84b4e4a9321430c204bdd77f90f13 32492 net optional knot_2.7.3-2.debian.tar.xz 44a0fc8a7151ee7502b3a2867be24878 14622 net optional knot_2.7.3-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQTTaP514aqS9uSbmdJsHx7ezFD6UwUCW+MchAAKCRBsHx7ezFD6 U8u+AP95X5/JeYyRqJvODFcrn7EuyMpgn4/cvEcz3SZXd9feIwEA4HQBypuF7twJ nyDwYU5uIVnOQhuItNL7pU7WdqWQZwQ= =m1PW -----END PGP SIGNATURE-----
--- End Message ---

