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 Kevin)

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 Kevin, 5 years ago

Description: modified (diff)
Priority: lowhighest
Severity: trivialcritical
Summary: BIND-9.14.5 remove "touch /srv/named/managed-keys.bind" lineBIND-9.14.6 remove bad named"b" entry left over
Type: enhancementdefect

This one is rather important otherwise your creating a directory which will not be referenced in the next instructions.

Version 0, edited 5 years ago by Kevin (next)

comment:2 by Kevin, 5 years ago

Description: modified (diff)

comment:3 by Douglas R. Reno, 5 years ago

Resolution: fixed
Status: newclosed

Fixed at r22261

Thank you again

Note: See TracTickets for help on using tickets.