Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Timed out
- X-seq: zsh-users 2182
- From: Dan Nelson <dnelson@xxxxxxxxxxxx>
- To: Mark Koenen <markko@xxxxxxxxxx>
- Subject: Re: Timed out
- Date: Tue, 23 Feb 1999 10:04:35 -0600
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <199902231444.PAA03857@xxxxxxxxxxxxxxxxxxxxx>; from "Mark Koenen" on Tue Feb 23 15:44:17 GMT 1999
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199902231444.PAA03857@xxxxxxxxxxxxxxxxxxxxx>
In the last episode (Feb 23), Mark Koenen said:
> When I don't use my Z-shell on a remote computer for a while, I get
> disconnected (after about 15 minutes):
>
> markko @ kunhp1>Read from remote host kunhp1.cogsci.kun.nl: Connection reset by peer
> Connection to kunhp1.cogsci.kun.nl closed.
>
> In ~/.zshrc I have:
>
> TMOUT=0
That's not a zsh timeout logout. You would have seen this if TMOUT was
the culprit:
markko @ kunhp1>
zsh: timeout
Connection to kunhp1.cogsci.kun.nl closed.
You might want to try tracing the zsh process from another telnet
session (with truss/ktrace/trace/strace) and see exactly what happens
when the connection is dropped.
-Dan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author