From CSTACY at MIT-MC Tue Nov 15 09:27:00 1983 From: CSTACY at MIT-MC (Christopher C. Stacy) Date: November 15 1983 03:27 EST Subject: DIR: bug Message-ID: Date: 10/28/83 13:55:33 From: KMP If you do c-X c-F DIR: KMP; FIRST KMP, you'll note that Emacs thinks this is a link to KMP; DIR: FIRST KMP ... Is it possible that DIR: is not handling the LNKDP system call (or whatever it's called) correctly? It's called LNKEDP, and I just fixed DIR: to handle it properly. Installed on MC, old version in DEVICE;JOBDEV ODIR. From CSTACY at MIT-MC Tue Nov 15 09:08:00 1983 From: CSTACY at MIT-MC (Christopher C. Stacy) Date: November 15 1983 03:08 EST Subject: DIR device rescued Message-ID: Suffering arbitrary amounts of tedium, I just now recovered the source code to the DIR device from DM backup tape and put it in SYSENG;. I sure hope nothing else important was forgotten over there. From CSTACY at MIT-MC Tue Nov 15 09:01:00 1983 From: CSTACY at MIT-MC (Christopher C. Stacy) Date: November 15 1983 03:01 EST Subject: hostat In-Reply-To: Msg of 11/15/83 00:34:36 from SHAWN at MIT-ML Message-ID: HOSTAT can not work anymore, since it wants to talk to DM's host status SURVEY server. Rewriting something similar is on my list of things to do in my spare time. From SHAWN at MIT-ML Tue Nov 15 00:00:00 1983 From: SHAWN at MIT-ML (SHAWN at MIT-ML) Date: 15 Nov 1983 00:00 Subject: hostat Message-ID: ERROR: OPEN: DSK: SYSBIN; HOSTS1 > - FILE NOT FOUND 4146>>.CALL 4434 (OPEN) From CSTACY at MIT-MC Thu Nov 10 21:09:00 1983 From: CSTACY at MIT-MC (Christopher C. Stacy) Date: November 10 1983 15:09 EST Subject: ARPA net In-Reply-To: Msg of 10 Nov 1983 11:10 EST from Devon S. McCullough Message-ID: I have a program called LOGN which I run when I log in. I will check it out and release it for you later today. It does the right thing with TAC binary mode, also also hacks TTYLOCs. There is another program called TBMOFF for my logout file (to turn TAC BINARNY MODE off). From DEVON at MIT-MC Thu Nov 10 17:10:00 1983 From: DEVON at MIT-MC (Devon S. McCullough) Date: November 10 1983 11:10 EST Subject: ARPA net Message-ID: What's the correct way for a LOGIN init file to send IAC DO TRBIN and IAC WILL TRBIN to a TAC? ttyopt/ :if n %Q&%TPTEL> $(:$ do trbin $ imgout 377 375 0 $) works in most cases, except for the %TDQOT screw if your TCTYP is %TNSFW since then the TAC sees a %TDQOT before every character of the IAC sequence. I suppose I could save the value of TCTYP in DT somewhere, set TCTYP to zero, execute the IMGOUT program and then restore TCTYP, but it's not exactly clear to me how to do this, can it be done from DDT or must a program do it? If so, I will just write a hacked-up version of IMGOUT called TAC which accepts TAC commands and sends them. Every time I vary my procedures even slightly I get screwed by %TDQOT and TCTYP SOFT not knowing at what level to strip off the %TDQOT's... but my solution for a :TAC Binary Output Start is still wrong, since if the poor loser is using CRTSTY he will probably be screwed. Perhaps what we really need is a %TDIAC code which is simply intended for telling TELSER to try to frob the protocol in some way.