Hi all,<br><br>After the latest security update for bind (which came out last night), now there's a new message on syslog, (facility: daemon, severity: warning) every time you restart named:<br><br>max open files (1024) is smaller than max sockets (4096)<br>
<br>After googling for a while the solution seems to be to add this to /etc/security/limits.conf:<br><br>named        soft    nofile        4096<br><br>...and mofity /etc/named.conf in order to add, under the options section:<br>
<br>files 4096;<br><br>That seems to work.  Of course, you may raise the 4096 but I guess that's the default in BIND and I was good with that.<br><br>I'm not sure why this happend. Maybe before the update bind had a value of 1024 for max.sockets and now it was raised to 4096.<br>
<br> --<br>Jorge<br>