From: Theodore Ts'o (tytso@athena.mit.edu)
Date: 09/17/93


From: tytso@athena.mit.edu (Theodore Ts'o)
Subject: Re: Port respawning too fast
Date: 17 Sep 1993 01:14:18 -0400


   From: c9108932@peach.newcastle.edu.au (Simon J Ferrett)
   Date: Wed, 15 Sep 1993 18:33:24 GMT

   yes I had this exact problem, which is caused when the serial port
   is hung up by getty, it drops the DTR (which, since its a null modem),
   drops carrier) and gived getty a HUP causing it to quit.

   I got around this my slightly modifying serial.c so that it didnt ever
   hang up a serial port. (no hardware of mine needs it)

You don't need to modify the kernel. All you need to do is configure
your getty program to set the CLOCAL flag. Then the serial driver will
ignore DTR.

                                                        - Ted