Probably means you have too many open file descriptors. Maybe you could just get away with increasing the per-process file limit. How you do that may depend on the system. You might start by trying 'ulimit -n 4096' in the script that starts nsd.
+---------- On Jun 20, [EMAIL PROTECTED] said: > Has anyone seen this error or know what it means? It caused our webserver to > completely stop responding today. AS 233 (yes I know we need to upgrade ;) > > [20/Jun/2002:14:39:42 -0400][6458.6][-Sockets-] Warning: ns_duphigh: > fcntl(9, F_DUPFD, 256) failed: Too many open files > >
