From owner-cvs-all Fri Jun 5 10:12:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01651 for cvs-all-outgoing; Fri, 5 Jun 1998 10:12:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from burka.rdy.com (dima@burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01573 for ; Fri, 5 Jun 1998 10:11:56 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id KAA19885; Fri, 5 Jun 1998 10:11:32 -0700 (PDT) Message-Id: <199806051711.KAA19885@burka.rdy.com> Subject: Re: FD_SETSIZE In-Reply-To: <199806051245.UAA01286@spinner.netplex.com.au> from Peter Wemm at "Jun 5, 98 08:45:17 pm" To: peter@netplex.com.au (Peter Wemm) Date: Fri, 5 Jun 1998 10:11:32 -0700 (PDT) Cc: dima@best.net, bde@zeta.org.au, committers@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm writes: > There was no "bug", it was an improvement. That's one of the theoretical > guidelines for what goes into -stable.... bugfixes go in, new features and > enhancements do not. Well, that's the theory anyway, it's not followed > too carefully as a lot of new features have gone in including some that > probably shouldn't have. I understand. There's one small problem. If you, for example, have lots of aliases on your network interfaces (I mean, a lot), then if you run named on this machine, it will complain: Jun 2 16:49:08 sputnik named[993]: evSelectFD(dfd=256): Invalid argument Jun 2 16:49:08 sputnik named[993]: deleting interface [209.133.113.127].53 Jun 2 16:49:08 sputnik named[993]: evSelectFD(dfd=256): Invalid argument Jun 2 16:49:08 sputnik named[993]: deleting interface [209.133.113.128].53 Jun 2 16:49:08 sputnik named[993]: evSelectFD(dfd=256): Invalid argument Jun 2 16:49:08 sputnik named[993]: deleting interface [209.133.113.129].53 Jun 2 16:49:08 sputnik named[993]: evSelectFD(dfd=256): Invalid argument Jun 2 16:49:08 sputnik named[993]: deleting interface [209.133.113.130].53 Jun 2 16:49:08 sputnik named[993]: evSelectFD(dfd=256): Invalid argument Jun 2 16:49:08 sputnik named[993]: deleting interface [209.133.113.131].53 Jun 2 16:49:08 sputnik named[993]: evSelectFD(dfd=256): Invalid argument like this. (It was a bind8) The same with bind4, with a slightly different message. And this machine has only class C. >From what I understand, this is not a very uncommon situation. I was just trying to fix it. Another problem is a busy IRC server. irc.best.net, for example, requires FD_SETSIZE defined to 2048 at least. > > > > Bruce > > > > > > > -- dima > > > > Cheers, > -Peter > -- > Peter Wemm Netplex Consulting > > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message