Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Timed out



Mark Koenen wrote:
> Yes, I checked, but he doesn't know of anything. When I use bash I don't
> have the problem... The problem occurs on each different network (work,
> university, provider) I can logon to. I use almost identical .zshrc's
> in the different environments.

Try setting
  TRAPALRM() { print "Someone sent me an alarm signal"; }
which should at least tell you if the the shell thinks it's getting a
timeout (and stop it).  This is the mechanism that TMOUT uses:  if it goes
on merrily as before, it must be something else.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author