From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4135 invoked from network); 13 Nov 1997 18:25:39 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 13 Nov 1997 18:25:39 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA05622; Thu, 13 Nov 1997 12:50:22 -0500 (EST) Resent-Date: Thu, 13 Nov 1997 12:50:22 -0500 (EST) From: Anthony Heading Message-Id: <199711131717.RAA04184@gmp-etpres1.uk.jpmorgan.com> Subject: Re: Bizarre Solaris problem To: schaefer@brasslantern.com (Bart Schaefer) Date: Thu, 13 Nov 1997 17:17:15 +0000 (GMT) Cc: aheading@jpmorgan.com, zsh-workers@math.gatech.edu In-Reply-To: <971112094513.ZM21799@candle.brasslantern.com> from Bart Schaefer at "Nov 12, 97 09:45:13 am" MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Xoixz3.0.nN1.TtpQq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3609 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Haha! A quick update in case anyone is thinking about this. The problem I've just tracked down to process limits. csh is initialising with the maxmimum number of file descriptors set to 64 (indeed the value of OPEN_MAX and supposedly the maximum limit therefore for RLIMIT_NOFILE). getrlimit(), however, believes that the maximum number of file descriptors is 1024, and zsh is bumping the limit up to that value. This appears to confuse the 4.1.3 gethostbyname(). Time to complain to Sun, I think. Regards A PS. Apologies to Bart for sending a reply only to him. Didn't replies use to go to the list rather than just the originator?