2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

document the use of 'modprobe'

This commit is contained in:
Mark Andrews
2008-01-29 04:27:49 +00:00
parent 458298c4e5
commit 1783d66b34
2 changed files with 14 additions and 3 deletions

7
FAQ
View File

@@ -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 -