zsh-users
 help / color / mirror / code / Atom feed
From: Andrew Gallagher <ab.gallagher@am.qub.ac.uk>
To: Zsh Users <zsh-users@sunsite.auc.dk>
Subject: Re: strange hanging behaviour
Date: Mon, 30 Aug 1999 22:37:28 +0100	[thread overview]
Message-ID: <37CAF998.9472B4C@am.qub.ac.uk> (raw)
In-Reply-To: <990816221844.ZM10077@candle.brasslantern.com>

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




  reply	other threads:[~1999-08-30 23:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-16 21:24 Andrew Gallagher
1999-08-16 22:18 ` Bart Schaefer
1999-08-30 21:37   ` Andrew Gallagher [this message]
1999-08-31  5:57     ` Bart Schaefer
1999-08-31 10:10       ` Andrew Gallagher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37CAF998.9472B4C@am.qub.ac.uk \
    --to=ab.gallagher@am.qub.ac.uk \
    --cc=andrew.gallagher@earthling.net \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).