[comp.bugs.4bsd] ttys don't hangup

pim@mrevox.UUCP (04/05/89)

I'm having a problem with lines that don't hangup after a rude disconnect,
such as terminals being shutoff or ethernet connections being broken.

These tty lines are come in through a MICOM network.
The first section, from gettytab, shows the MICOM connected tty defs.
The second shows how I tried to remedy the problem. 
I "kill -HUP 1" to reread the ttys file.

Here's the problem, I can no longer get in at 9600 baud, only at
1200, and the hc,ps parameters seem to have had no effect.

If the original gettytab is restored everything returns to normal.

Could someone point out where I'm going wrong? I'm stumped.


Paul MacMurdo
...!bcr!whuxcc!pim
...!bellcore!whuxcc!pim
pim@mrevox.bellcore.com
201-829-2056

#
# Fast dialup terminals, 2400/1200/300 rotary (can start either way)
#
D9600|Fast-Dial-9600:\
        :nx=D4800:tc=9600-baud:
D4800|Fast-Dial-4800:\
        :nx=D2400:tc=4800-baud:
D2400|Fast-Dial-2400:\
        :nx=D1200:tc=2400-baud:
3|D1200|Fast-Dial-1200:\
        :nx=D300:tc=1200-baud:
5|D300|Fast-Dial-300:\
        :nx=D9600:tc=300-baud:

#
# Fast dialup terminals, 2400/1200/300 rotary (can start either way)
#
D9600|Fast-Dial-9600:\
        :hc:ps:nx=D4800:tc=9600-baud:
D4800|Fast-Dial-4800:\
        :hc:ps:nx=D2400:tc=4800-baud:
D2400|Fast-Dial-2400:\
        :hc:ps:nx=D1200:tc=2400-baud:
3|D1200|Fast-Dial-1200:\
        :hc:ps:nx=D300:tc=1200-baud:
5|D300|Fast-Dial-300:\
        :hc:ps:nx=D9600:tc=300-baud: