/var/log/messages 'a yansıyan hata mesajı:
Feb 6 09:05:11 bns2 named[9720]: socket: file descriptor exceeds limit (4096/4096)
Çözüm:
named'i çalıştırdığımız komuta "-S 8096" argümanı eklendi.
Çalışan komut:
# pgrep -f named | xargs ps
PID TTY STAT TIME COMMAND
10752 ? Rs 0:21 named -4 -S 8096 -s -u named -c /etc/namedb/named.conf
Showing posts with label bind9. Show all posts
Showing posts with label bind9. Show all posts
Friday, February 6, 2015
Monday, February 2, 2015
FreeBSD: bind9 named[59807]: the working directory is not writable
To fix this error, edit the following file:
/etc/mtree/BIND.chroot.dist
and change:
/set type=dir uname=root gname=wheel mode=0755
into:
/set type=dir uname=bind gname=wheel mode=0755
and then restart service:
# /etc/rc.d/named restart
/etc/mtree/BIND.chroot.dist
and change:
/set type=dir uname=root gname=wheel mode=0755
into:
/set type=dir uname=bind gname=wheel mode=0755
and then restart service:
# /etc/rc.d/named restart
Subscribe to:
Posts (Atom)