:: error bind on freebsd
if you got bind error log on freebsd system like:
:: how to fix error bind
:: restart daemon
:: checking bind log
:: links
+ google
+ slaptijack
if you got bind error log on freebsd system like:
bsd# tail /var/log/messages
Feb 2 12:15:30 bsd named[5059]: command channel listening on 127.0.0.1#953
Feb 2 12:15:30 bsd named[5059]: command channel listening on ::1#953
Feb 2 12:15:30 bsd named[5059]: the working directory is not writable
Feb 2 12:15:30 bsd named[5059]: running
:: how to fix error bind
bsd# ee /etc/mtree/BIND.chroot.dist
#
# please change on this line :
/set type=dir uname=root gname=wheel mode=0755
# and changed to :
/set type=dir uname=bind gname=wheel mode=0755
:: restart daemon
bsd# /etc/rc.d/named restart
:: checking bind log
bsd# tail /var/log/messages
Feb 2 12:24:09 bsd named[5164]: command channel listening on 127.0.0.1#953
Feb 2 12:24:09 bsd named[5164]: command channel listening on ::1#953
Feb 2 12:24:09 bsd named[5164]: running
:: links
+ slaptijack
Comments
Post a Comment