Your message dated Sun, 22 Oct 2017 13:19:11 +0200
with message-id
<1508671151.815349.1146906880.773a8...@webmail.messagingengine.com>
and subject line Closing bugs in old-old-stable bind9 versions
has caused the Debian Bug report #169124,
regarding bind: easy (optional) chroot support
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.)
--
169124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169124
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bind
Version: N/A; reported 2002-11-14
Severity: wishlist
Now that /etc/init.d/bind sources /etc/default/bind for OPTIONS, the
following patch makes it easy to support chroot'ed bind:
--- bind.orig 2002-11-13 12:27:12.000000000 -0500
+++ bind 2002-11-14 14:32:33.000000000 -0500
@@ -1,6 +1,7 @@
#!/bin/sh
# Defaults - don't touch, edit /etc/default/bind
+CHROOT=""
OPTIONS=""
test -f /etc/default/bind && . /etc/default/bind
@@ -16,7 +17,7 @@
exit 1
fi
start-stop-daemon --start --quiet \
- --pidfile /var/run/named.pid --exec /usr/sbin/named -- $OPTIONS
+ --pidfile $CHROOT/var/run/named.pid --exec /usr/sbin/named --
$OPTIONS
echo "."
}
@@ -26,7 +27,7 @@
# as in an upgrade. Fortunately, --pidfile is only going to hit
# things from the pidfile.
start-stop-daemon --stop --quiet \
- --pidfile /var/run/named.pid --name named
+ --pidfile $CHROOT/var/run/named.pid --name named
echo "."
}
@@ -46,7 +47,7 @@
;;
reload)
- /usr/sbin/ndc reload
+ /usr/sbin/ndc -c $CHROOT/var/run/ndc reload
;;
*)
For example, using this setup, my /etc/default/bind contains:
CHROOT=/var/local/named
OPTIONS="-u named -g named -t $CHROOT"
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux stratocaster.home 2.4.19 #1 Fri Nov 8 15:39:50 EST 2002 i686
Locale: LANG=en_US, LC_CTYPE=en_US
--- End Message ---
--- Begin Message ---
Version: 1:9.10.3.dfsg.P4-12.3
Hi,
the bind9 bug list grew too much and the Debian BIND team cannot
simply test all the reported bugs against versions not in stable, so
this is mass bug close, as either the version is no longer relevant
(because of old-old-stable 9.8.x or old-stable 9.9.5 or even older
version of bind9) or the bug was already fixed.
However, if you can reproduce the bug with a current version in stable,
please use Debian BTS 'found <bug> <version_you_reproduced_the_issue>'
command to retag the bug and reopen it.
Cheers,
Ondrej
signature.asc
Description: PGP signature
--- End Message ---