]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
linux capset
authorMark Andrews <marka@isc.org>
Thu, 3 Jun 2004 05:09:33 +0000 (05:09 +0000)
committerMark Andrews <marka@isc.org>
Thu, 3 Jun 2004 05:09:33 +0000 (05:09 +0000)
chroot timezone

FAQ

diff --git a/FAQ b/FAQ
index f15b612fb0fa2584ff4ff8ee17ea5e117e580a4b..350e69146af9ce8c05a6ed080d0d6caf889b8215 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -332,3 +332,20 @@ the serial query rate.
 
        serial-query-rate 5; // default 20
 
+
+Q: Why are my logs in GMT (UTC).
+
+A: You are running chrooted (-t) and have not supplied local timzone
+information in the chroot area.
+
+       FreeBSD: /etc/localtime
+       Solaris: /etc/TIMEZONE and /usr/share/lib/zoneinfo
+       OSF: /etc/zoneinfo/localtime
+
+       See also tzset(3) and zic(8).
+
+
+Q: I get the error message "named: capset failed: Operation not permitted"
+when starting named.
+
+A: The capset module has not been loaded into the kernel.  See insmod(8).