Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!hao!noao!arizona!whm From: whm@arizona.edu (Bill Mitchell) Newsgroups: comp.windows.x Subject: Re: Periodic X (xterm?) deaths Message-ID: <1864@megaron.arizona.edu> Date: Wed, 5-Aug-87 19:51:45 EDT Article-I.D.: megaron.1864 Posted: Wed Aug 5 19:51:45 1987 Date-Received: Sat, 8-Aug-87 08:49:53 EDT References: <1856@megaron.arizona.edu> Organization: U of Arizona CS Dept, Tucson Lines: 17 In response to my earlier query, someone had mentioned that maybe I was getting auto-logged out, but I checked our VAX shell and there's no autologout in it. jkh@violet.berkeley.edu suggested this in response to my second query and this time I thought to check my Sun xterm shell and sure enough, there was an autologout=60 in there. Setting autologout=1 would make things disappear just like usual, so silly me, autologout looks like the culprit. It appears if you've got a program running in the foreground, you aren't auto-loggedout. Thus, rsh vax xterm ... sticks around all day, but if you rsh -n vax xterm ... & the autologout gets you.