From: Mark Andrews Date: Thu, 3 Jun 2004 05:09:33 +0000 (+0000) Subject: linux capset X-Git-Tag: v9.2.3rc4^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d8d20718aff9a41a3128ad68ff9a7be74edb59;p=thirdparty%2Fbind9.git linux capset chroot timezone --- diff --git a/FAQ b/FAQ index f15b612fb0f..350e69146af 100644 --- 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).