Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: Decnet, remote terminals, and disconnecting Message-ID: <8116@ucbvax.ARPA> Date: Wed, 12-Jun-85 23:36:28 EDT Article-I.D.: ucbvax.8116 Posted: Wed Jun 12 23:36:28 1985 Date-Received: Thu, 13-Jun-85 23:47:49 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 22 From: Richard Garland disconnection from DECnet logins: The normal VAX - VAX DECnet does not provide for this since 1) RTA's aren't disconnectable and 2) The local DECnet server RTPAD will not disconnect without dropping the conection. I have accomplished this by means of subprocesses running under control of some agent (i.e. emacs) and running on a PTY. The senario is: Start Emacs; emacs starts a subproc in a window using a PTY; subprocess does remote login; emacs filters all io and has an escape built in; escape back to emacs; exit to DCL leaving subproc there. Later reenter emacs, and the remote session. This is all a big kludge but it works. You could write a simple version (all you really need is the PTY (look on next decus tape)). DEC should look at how the DEC-20 works and see how they should do things like this. Rg -------