Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

isc_socket_create: fcntl/reserved: Too many open files

345 views
Skip to first unread message

john

unread,
Dec 7, 2009, 6:03:15 AM12/7/09
to bind-...@lists.isc.org
Hi,
I'm seeing this quite frequently in syslog from bind:

Dec 7 11:00:00 ext named[26731]: isc_socket_create: fcntl/reserved: Too
many open files
Dec 7 11:00:00 ext named[26731]: isc_socket_create: fcntl/reserved: Too
many open files

Googling found someone asked before on here in February and was advised to
upgrade to 9.3.6, however I'm using 9.5.1-P3 (debian release).

Any ideas how to fix this?

Thanks,

john


big bond

unread,
Dec 7, 2009, 6:15:56 AM12/7/09
to bind-...@lists.isc.org
ulimit?

2009/12/7 john <li...@cloned.org.uk>
_______________________________________________
bind-users mailing list
bind-...@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Dmitry Rybin

unread,
Dec 7, 2009, 8:14:31 AM12/7/09
to john, bind-...@lists.isc.org
Hi! RTFM :)

/etc/security/limits.conf
binduser soft nofile 32384
binduser hard nofile 32384


change binduser - to you real BIND user.

john

unread,
Dec 7, 2009, 8:33:02 AM12/7/09
to bind-...@lists.isc.org
On Mon, 7 Dec 2009, Dmitry Rybin wrote:

> Hi! RTFM :)
>
> /etc/security/limits.conf
> binduser soft nofile 32384
> binduser hard nofile 32384
>
>
> change binduser - to you real BIND user.

Thanks,

john

0 new messages