Your message dated Sun, 01 Jan 2017 21:33:39 +0000 with message-id <[email protected]> and subject line Bug#767071: fixed in ndisc6 1.0.3-2 has caused the Debian Bug report #767071, regarding rdnssd drops non-nameserver settings from /etc/resolv.conf when overwriting it 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.) -- 767071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767071 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: rdnssd Version: 1.0.1-1+b1 Severity: normal Tags: patch ipv6 The merge-hook script overwrites /etc/resolv.conf when /sbin/resolvconf is not installed, thereby erasing additional entries in this file such as "name" etc. The following patch makes it preserve this information. I don't know if this problem also occurs (or how to fix it) when /sbin/resolvconf is installed since I don't use it. --- /etc/rdnssd/merge-hook +++ /etc/rdnssd/merge-hook @@ -23,6 +23,7 @@ if [ -x /sbin/resolvconf ]; then /sbin/resolvconf -a 000.rdnssd < "$INPUT" else - cat -- "$INPUT" > "/etc/resolv.conf" + orig=`grep -v ^nameserver "/etc/resolv.conf"` + { echo "$orig"; cat -- "$INPUT"; } > "/etc/resolv.conf" fi -- System Information: Debian Release: 7.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable') Architecture: i386 (i686)
--- End Message ---
--- Begin Message ---Source: ndisc6 Source-Version: 1.0.3-2 We believe that the bug you reported is fixed in the latest version of ndisc6, 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. Bernhard Schmidt <[email protected]> (supplier of updated ndisc6 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: SHA256 Format: 1.8 Date: Sun, 01 Jan 2017 20:33:46 +0100 Source: ndisc6 Binary: ndisc6 ndisc6-udeb rdnssd rdnssd-udeb Architecture: source Version: 1.0.3-2 Distribution: unstable Urgency: medium Maintainer: Bernhard Schmidt <[email protected]> Changed-By: Bernhard Schmidt <[email protected]> Description: ndisc6 - IPv6 diagnostic tools ndisc6-udeb - IPv6 diagnostic tools (udeb) rdnssd - IPv6 recursive DNS server discovery daemon rdnssd-udeb - IPv6 recursive DNS server discovery daemon (udeb) Closes: 767071 Changes: ndisc6 (1.0.3-2) unstable; urgency=medium . [ Bernhard Schmidt ] * Mostly use upstream rdnssd-hook to merge resolv.conf (Closes: #767071) Checksums-Sha1: e73cd9a4e315f57932cd23fd2fa4715f7f4804bb 2056 ndisc6_1.0.3-2.dsc b7e3c3d8d0f4257c84c7924f3344902a1810c636 6632 ndisc6_1.0.3-2.debian.tar.xz Checksums-Sha256: c1f8af601d0bc327141fbcc5b4b83e3be2ba178d9c57a5362a769c3e91ac79bc 2056 ndisc6_1.0.3-2.dsc 35bd3b17fb7229b1bd40b2634a9587c879026957c00db301297e52cb525fa629 6632 ndisc6_1.0.3-2.debian.tar.xz Files: 6e1694e0e2299bac650e2e36abbf79d5 2056 net optional ndisc6_1.0.3-2.dsc b4c58142b796e3f2c9b3459e0f4bdd36 6632 net optional ndisc6_1.0.3-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJFBAEBCAAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAlhpcVERHGJlcm5pQGRl Ymlhbi5vcmcACgkQd1B55bhQvJNyTA/+M5B4tVyhuKjMXJT3tG6iFWOQk7083k9c w8nf7mz2V7qNRYiX0C6AoqS/8jGXvztkwfCsQ85b2QfMZCf9qaWBUKrutJUz3uas shMVPu9kPzlGP/N2eX8tzt9lk2SU0IhbmXvA7grNwzWX/TS8CALhRJSg2aHzf+H2 cF1fCsuDxxwEzMkDBIeOMQx/HzixMoG192NvQho4YaffjCnxuAUgpYnl07tu695w 84efRmFsgM9ZRr8oZ2Km2//SyaKSqNFlyLyodB2GHqIxixdG01db1WPTCyteCCFX DmmSmE8JZz/k4GMsy6DVu8nqgBiMsL3FnKpWC04LR2u47SDEr/tfZdPkt235Ufe4 g91BFMlc47k1ypgGJlRrhcgPnpOag6HqrE3jws/owuxe0nCdrDxhKVydE576KdYn KLF8+9l028LCkg0oooyOBtZMkMniE9v69+xId8dAbsTU5JtqrZhmtz181ZhOIuLT 0DBFPDS+N4jECpsH+X39+BDUQTFqAP75KH7NKeU8WaGI/nX7vb1Lw8CbA9820Zmk Ky6in8fx9ecRDoZHfDM6Mv+PR+7uHdQ4+thQpjdDPjSBZ7JgMBo+kvBgGpxb60gB GyRkDuz2B62SczSQK6Uj/+8M3G28FP9ga5SVM5uR49CEWoNQSiJ87H2IFgLa8tTf xAcgzVGhkm0= =pQPd -----END PGP SIGNATURE-----
--- End Message ---

