pvoirol@eagle.wesleyan.edu (03/09/91)
I am trying to hook up a terminal (dec vt220) to a standalone
2500 "workstation" (running 10.2 , BSD). The login seems to succeed, I get
something like "Apollo Domain/OS Version SR10.2" after entering the password,
and then nothing; no shell, no prompt, nothing... Hitting return brings the
login prompt back.
Am I missing something obvious ?
Does anyone have comments or SUGGESTIONS ???
Many aTdHvAaNnKcSe
Philippe
--------------------------------------------
FYI this is what I did:
1) created the following siomonit_file in /sys/node_data :
-repeat /dev/sio1 -n siologin1_local /com/sh -f -c `node_data/startup_sio.sh
01
2) created the following startup_sio.sh (in /sys/node_data)
if eqs ^1 01 then
tctl -tty 1 -default -speed 9600 -dcd_enable -insync -nosync
endif
3) added the line
cps /sys/siologin/siomonit -n siomonitor `node_data/siomonit_file
in the /sys/node_data startup file.
What should I do with the /etc/ttys ?