Opened 5 years ago
Closed 5 years ago
#12656 closed defect (fixed)
BIND-9.14.6 remove bad named"b" entry left over
Reported by: | Kevin | Owned by: | blfs-book |
---|---|---|---|
Priority: | highest | Milestone: | 9.1 |
Component: | BOOK | Version: | SVN |
Severity: | critical | Keywords: | managed-keys.bind dead file |
Cc: |
Description (last modified by ) ¶
You left one of those "namedb" names here, which of course will fail badly:
mkdir -p dev etc/namedb/{slave,pz} usr/lib/engines var/run/named &&
Remove this entry, while you are at it:
touch /srv/named/managed-keys.bind
Otherwise the file will just sit there empty, not used.
-rw-r--r-- 1 named named 0 Oct 14 21:12 managed-keys.bind
The file is automagically created here: /srv/named/etc/named/
-rw-r--r-- 1 named named 785 Oct 16 22:24 managed-keys.bind
This is just a cleanup and does nothing to the system if left in place.
Change History (3)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|---|
Priority: | low → highest |
Severity: | trivial → critical |
Summary: | BIND-9.14.5 remove "touch /srv/named/managed-keys.bind" line → BIND-9.14.6 remove bad named"b" entry left over |
Type: | enhancement → defect |
comment:2 by , 5 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
This one is rather important otherwise you are creating a directory which will not be referenced in the next instructions properly.