Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!caesar.cs.montana.edu!blake!milton!uw-beaver!Teknowledge.COM!unix!hplabs!hp-pcd!hpcvlx!steve From: steve@hpcvlx.cv.hp.com (Steve Hiebert) Newsgroups: comp.sys.hp Subject: Re: Problems with hpterm Message-ID: <101950070@hpcvlx.cv.hp.com> Date: 6 Dec 89 00:43:37 GMT References: <772@pai.UUCP> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 16 You don't mention what shell you are running in the hpterm window. It sounds to me like your shell is timing out. If you are using csh(1), the pre-defined timeout variable is "autologout" and it is initialized to 60 (minutes). After 60 minutes with no input the shell logs out. Set it to 0 (in your ~/.cshrc or interactively) to completely disable the feature. I.e.: set autologout=0 in your ~/.cshrc or at the keyboard. Steve Hiebert Hewlett-Packard Co.