Path: utzoo!attcan!uunet!lll-winken!ncis.llnl.gov!ncis!helios.ee.lbl.gov!pasteur!agate!bionet!csd4.milw.wisc.edu!nic.MR.NET!xanth!mcnc!rti!sas!jwd From: jwd@sas.UUCP (John W. DeBoskey) Newsgroups: comp.unix.wizards Subject: Re: Controlling ttys, exec login fails Message-ID: <767@sas.UUCP> Date: 17 Jan 89 23:41:21 GMT References: <176@ucms.ucms.uucp> <1800001@spdyne> Reply-To: jwd@sas.UUCP (John W. DeBoskey) Organization: SAS Institute Inc, Cary NC Lines: 12 Hello, I had a similar problem with a PS2 Mod 80 running ISC's 1.0.6. The problem was DCD was not high on that terminal line. I don't have source, but apparently, when login does a read to get the password it checks DCD. If it's low, it decides that there's nothing on the line and exits. Most of the getty's and uugetty's I've seen don't care about DCD and happily issue another login prompt. What I did, strap dcd(8) to dtr(20). It works like a champ now. Hope this helps... John