Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: strange hanging behaviour
- X-seq: zsh-users 2534
- From: Andrew Gallagher <ab.gallagher@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxxxxxx>
- Subject: Re: strange hanging behaviour
- Date: Mon, 30 Aug 1999 22:37:28 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: QUB
- References: <37B8819C.D1CDB154@xxxxxxxxxxxxx> <990816221844.ZM10077@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: andrew.gallagher@xxxxxxxxxxxxx
- Sender: andrewg@xxxxxxxxxxxxxxxxxxx
Bart Schaefer wrote:
> On Aug 16, 9:24pm, Andrew Gallagher wrote:
> > Subject: strange hanging behaviour
> >
> > Anyone got any ideas?
>
> What's the machine's uptime ? There's a bug in ths system select() call
> that kicks in after about 248 days, if I recall correctly.
>
> That bug is fixed in 3.0.6, you might consider upgrading.
Well, I did upgrade, and it fixed the problem (thanks!), but it caused me a
little bit of bother on the way. The ./configure script didn't find the
function yp_all properly. It turns out that this is because it doesn't
actually _look_ for yp_all - it looks for getdomainname and assumes yp_all
is available once getdomainname is found. Unfortunately (for whatever
reason) on my system getdomainname is found easily but yp_all has to be got
from libnsl. I fixed the problem by hacking configure.in to insert an
explicit search for yp_all (by simply changing instances of getdomainname
to yp_all) et voila. Is this just my server's fault (which I could easily
believe!) or does RH Linux do this to other people?
--
Andrew Gallagher
Dept. of Applied Maths
Queen's University of Belfast
http://members.tripod.com/~AndrewGallagher/id.html
Messages sorted by:
Reverse Date,
Date,
Thread,
Author