From 2b65fc1d034e967a5ecbc0f39c509e6bbc98698d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sun, 24 Feb 2008 23:57:06 +0000 Subject: [PATCH] add /proc/net/if_inet6 reference --- FAQ.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/FAQ.xml b/FAQ.xml index f2bc0bb312..b01f12d65f 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - +
Frequently Asked Questions about BIND 9 @@ -1240,6 +1240,31 @@ named_cache_t: for files modifiable by named - $ROOTDIR/var/{tmp,named/{slaves,d + + + + + Listening on individual IPv6 interfaces does not work. + + + + + This is usually due to "/proc/net/if_inet6" not being available + in the chroot file system. Mount another instance of "/proc" + in the chroot file system. + + + This can be be made permanent by adding a second intance to + /etc/fstab. + + +proc /proc proc defaults 0 0 +proc /var/named/proc proc defaults 0 0 + + + + +