From: Mark Andrews Date: Mon, 27 Feb 2006 21:08:42 +0000 (+0000) Subject: update entry X-Git-Tag: v9.4.0a4~44^2~17 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=9af69f2d83d5ff0776f4ce6cb136c755266be903;p=thirdparty%2Fbind9.git update entry --- diff --git a/FAQ b/FAQ index 4c4b7648f7c..5c6a2a7368c 100644 --- a/FAQ +++ b/FAQ @@ -54,6 +54,9 @@ A: Linux threads each show up as a process under ps. The approximate number of memory used is not cumulative; if each process is using 10M of memory, only a total of 10M is used. + Newer versions of Linux's ps command hide the individual threads and require -L + to display them. + Q: Why does BIND 9 log "permission denied" errors accessing its configuration files or zones on my Linux system even though it is running as root? diff --git a/FAQ.xml b/FAQ.xml index 0826ead71ea..221ef877076 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - +
Frequently Asked Questions about BIND 9 @@ -125,6 +125,10 @@ example.com. 86400 IN SOA ns hostmaster ( 1 3600 1800 1814400 3600 ) + + Newer versions of Linux's ps command hide the individual threads + and require -L to display them. +