socket: file descriptor exceeds limit (4096/4096) could not listen on UDP socket: not enough free resource
To increase that limit, add the following:
ulimit -HSn 200000 OPTIONS="-4 -S 8096"to:
/etc/sysconfig/namedand then run:
service named restartVerify in /var/log/messages that you are no longer seeing those errors and also run:
service named status...to ensure NAMED is running properly.
No comments:
Post a Comment