]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
document the use of 'modprobe'
authorMark Andrews <marka@isc.org>
Tue, 29 Jan 2008 04:24:23 +0000 (04:24 +0000)
committerMark Andrews <marka@isc.org>
Tue, 29 Jan 2008 04:24:23 +0000 (04:24 +0000)
FAQ
FAQ.xml

diff --git a/FAQ b/FAQ
index 90b3ca045388888fb70022a98de43988731ed85c..230616e5de71265d70826252a724173c733902b0 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -594,7 +594,12 @@ Q: I get the error message "named: capset failed: Operation not permitted"
    when starting named.
 
 A: The capability module, part of "Linux Security Modules/LSM", has not
-   been loaded into the kernel. See insmod(8).
+   been loaded into the kernel. See insmod(8), modprobe(8).
+
+   The relevant modules can be loaded by running:
+
+   modprobe commoncap
+   modprobe capability
 
 Q: I'm running BIND on Red Hat Enterprise Linux or Fedora Core -
 
diff --git a/FAQ.xml b/FAQ.xml
index f2b8e3f287471d5e16be436464b12f780c4a91be..a327f3f997aa01fd6f59e9f65e7122647fe8e38c 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.30 2007/11/02 00:25:41 marka Exp $ -->
+<!-- $Id: FAQ.xml,v 1.30.26.1 2008/01/29 04:24:02 marka Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -1064,7 +1064,13 @@ client: UDP client handler shutting down due to fatal receive error: unexpected
       <answer>
        <para>
          The capability module, part of "Linux Security Modules/LSM",
-         has not been loaded into the kernel.  See insmod(8).
+         has not been loaded into the kernel.  See insmod(8), modprobe(8).
+       </para>
+       <para>
+         The relevant modules can be loaded by running:
+<programlisting>
+modprobe commoncap
+modprobe capability</programlisting>
        </para>
       </answer>
     </qandaentry>