ftp.nice.ch/peanuts/GeneralData/Usenet/news/1989/CSN-89.tar.gz#/comp-sys-next/1989/Dec/Terminals-attached-to-Next?

This is Terminals-attached-to-Next? in view mode; [Up]


Date: Sun 21-Dec-1989 18:00:14 From: french@batman.Berkeley.EDU (Stewart French - TI) Subject: Terminals attached to Next? Hi all, I have been considering the Next as my next computer. However, I do not want to get rid of my Macintosh or my old terminal. Is it possible to attach these to the Next through the two RS422 lines and run unix as if I were connected to any normal multi-user unix box? -Stewart french@mips.com
Date: Sun 22-Dec-1989 20:13:00 From: jpd00964@uxa.cso.uiuc.edu Subject: Re: Terminals attached to Next? /* Written 12:00 pm Dec 21, 1989 by french@batman.Berkeley.EDU in uxa.cso.uiuc.edu:comp.sys.next */ /* ---------- "Terminals attached to Next?" ---------- */ >Hi all, > >I have been considering the Next as my next computer. However, I do not >want to get rid >of my Macintosh or my old terminal. Is it possible to attach these to >the Next through >the two RS422 lines and run unix as if I were connected to any normal >multi-user >unix box? It is very easy to do this, if you have super-user access. Edit the /etc/ttys file so the first two lines look something like this: ttya "/usr/etc/getty std.9600" unknown on secure ttyb "/usr/etc/getty std.9600" unknown on secure The ttya/b is the serial port. (ttyda is if you want to allow dial in). "/usr/etc/getty" is the program that allows log ins std.9600 is the baud rate. unknown is the terminal type on turns it on. off turns it off. secure allows super user acess from that port. To start up the terminal, you can either power the machine off and on again, or easier, in super user mode type "kill -HUP 1" 1 is the process of init. When you kill init by hang up (-HUP) it does not actually die, it just changes the active terminals to what the /etc/ttys file was changed to. Michael Rutman SoftMed
Date: Sun 22-Dec-1989 20:13:00 From: jpd00964@uxa.cso.uiuc.edu Subject: Re: Terminals attached to Next? /* Written 12:00 pm Dec 21, 1989 by french@batman.Berkeley.EDU in uxa.cso.uiuc.edu:comp.sys.next */ /* ---------- "Terminals attached to Next?" ---------- */ >Hi all, > >I have been considering the Next as my next computer. However, I do not >want to get rid >of my Macintosh or my old terminal. Is it possible to attach these to >the Next through >the two RS422 lines and run unix as if I were connected to any normal >multi-user >unix box? It is very easy to do this, if you have super-user access. Edit the /etc/ttys file so the first two lines look something like this: ttya "/usr/etc/getty std.9600" unknown on secure ttyb "/usr/etc/getty std.9600" unknown on secure The ttya/b is the serial port. (ttyda is if you want to allow dial in). "/usr/etc/getty" is the program that allows log ins std.9600 is the baud rate. unknown is the terminal type on turns it on. off turns it off. secure allows super user acess from that port. To start up the terminal, you can either power the machine off and on again, or easier, in super user mode type "kill -HUP 1" 1 is the process of init. When you kill init by hang up (-HUP) it does not actually die, it just changes the active terminals to what the /etc/ttys file was changed to. Michael Rutman SoftMed

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Marcel Waldvogel and Netfuture.ch.