mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
document the use of 'modprobe'
This commit is contained in:
7
FAQ
7
FAQ
@@ -594,7 +594,12 @@ Q: I get the error message "named: capset failed: Operation not permitted"
|
|||||||
when starting named.
|
when starting named.
|
||||||
|
|
||||||
A: The capability module, part of "Linux Security Modules/LSM", has not
|
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 -
|
Q: I'm running BIND on Red Hat Enterprise Linux or Fedora Core -
|
||||||
|
|
||||||
|
10
FAQ.xml
10
FAQ.xml
@@ -17,7 +17,7 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: FAQ.xml,v 1.30 2007/11/02 00:25:41 marka Exp $ -->
|
<!-- $Id: FAQ.xml,v 1.31 2008/01/29 04:27:12 marka Exp $ -->
|
||||||
|
|
||||||
<article class="faq">
|
<article class="faq">
|
||||||
<title>Frequently Asked Questions about BIND 9</title>
|
<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>
|
<answer>
|
||||||
<para>
|
<para>
|
||||||
The capability module, part of "Linux Security Modules/LSM",
|
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>
|
</para>
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
Reference in New Issue
Block a user