Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bizarre Solaris problem
- X-seq: zsh-workers 3609
- From: Anthony Heading <aheading@xxxxxxxxxxxx>
- To: schaefer@xxxxxxxxxxxxxxxx (Bart Schaefer)
- Subject: Re: Bizarre Solaris problem
- Date: Thu, 13 Nov 1997 17:17:15 +0000 (GMT)
- Cc: aheading@xxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <971112094513.ZM21799@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Nov 12, 97 09:45:13 am"
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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author