]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update entry
authorMark Andrews <marka@isc.org>
Mon, 27 Feb 2006 21:11:40 +0000 (21:11 +0000)
committerMark Andrews <marka@isc.org>
Mon, 27 Feb 2006 21:11:40 +0000 (21:11 +0000)
FAQ
FAQ.xml

diff --git a/FAQ b/FAQ
index 4c4b7648f7cdf056dc1553f24359566a7b233e0b..5c6a2a7368ce99f6b124c856049b22d6cb2b398a 100644 (file)
--- 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 bca156f2a448b821494953aed82a073bc1d52506..8c43ed5a7fab57619da061ff8e11c202caac5dfb 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.4.6.4 2006/02/23 22:34:05 marka Exp $ -->
+<!-- $Id: FAQ.xml,v 1.4.6.5 2006/02/27 21:11:40 marka Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -125,6 +125,10 @@ example.com. 86400 IN SOA ns hostmaster ( 1 3600 1800 1814400 3600 )</programlis
          is not cumulative; if each process is using 10M of memory,
          only a total of 10M is used.
        </para>
+       <para>
+         Newer versions of Linux's ps command hide the individual threads
+         and require -L to display them.
+       </para>
       </answer>
     </qandaentry>