From owner-freebsd-questions Thu Feb 22 15:25:34 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA28231 for questions-outgoing; Thu, 22 Feb 1996 15:25:34 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA28221 for ; Thu, 22 Feb 1996 15:25:32 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15158(3)>; Thu, 22 Feb 1996 15:24:54 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177479>; Thu, 22 Feb 1996 15:24:44 -0800 X-Mailer: exmh version 1.6.4 10/10/95 To: Stephen Waits cc: questions@freebsd.org Subject: Re: Too many IP aliases?? In-reply-to: Your message of "Thu, 22 Feb 1996 09:10:37 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Feb 1996 15:24:41 PST From: Bill Fenner Message-Id: <96Feb22.152444pst.177479@crevenia.parc.xerox.com> Sender: owner-questions@freebsd.org Precedence: bulk In message you write : >Okay, I've got about 260 IP aliases on my machine now.. > >Feb 22 10:04:46 prescott named[691]: socket(SOCK_DGRAM): Too many open >files - exiting > >Are they related? Perhaps. named is probably trying to open a socket for each alias, and runs out of file descriptors. Have you tried 'limit openfiles 360' before running named? Bill