Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!oliveb!sun!gorodish!guy From: guy@gorodish.UUCP Newsgroups: comp.sources.wanted,comp.unix.wizards,comp.unix.questions Subject: Re: UUCP Port Turnaround Message-ID: <13332@sun.uucp> Date: Sun, 15-Feb-87 01:07:26 EST Article-I.D.: sun.13332 Posted: Sun Feb 15 01:07:26 1987 Date-Received: Sun, 15-Feb-87 15:42:28 EST References: <171@ndmath.UUCP> <4090@nsc.nsc.com> <166@piaget.UUCP> <13135@sun.uucp> <2386@homxb.UUCP> Sender: news@sun.uucp Reply-To: guy@sun.UUCP (Guy Harris) Organization: Sun Microsystems, Mountain View Lines: 31 Keywords: uucp Xref: watmath comp.sources.wanted:522 comp.unix.wizards:964 comp.unix.questions:1040 >Venturcom's VENIX did (still does) have hacks like these in the kernel >tty driver. I was never successful in getting dial-in/out to work with >either a Rixon modem, or an AT&T Aztec protocol modem, although the >claim was that they worked (mostly?) with Hayes modems. As far as >I'm concerned, hacking the kernel ISN'T the way to go. Concluding from one implementation that the concept being implemented is wrong is foolish. Do you have any evidence that the problems with VENIX were caused solely by the fact that they modified the kernel? >The HDB uugetty program also didn't turn the trick for me either. I >gave up on that approach months ago as a waste of time. > >Then, lo, out of the public domain comes "modem".... The only reason you didn't decide that doing it with two flavors of "getty" wasn't also the way to go seems to be that you eventually ran across something using two versions of "getty" that worked. As such, you know that concluding that some approach is wrong based on the first implementation you see is wrong, and should not have drawn the conclusion you did about kernel mods. >Save the kernel mods for when they're really needed. Sigh. What does "really needed" mean here? The advantage of the kernel mods, as Rick Adams pointed out, is that you don't have to teach several programs about how to share modem lines. >As for me, I'm happy with two versions of 'getty'. Well, you don't have to maintain them and keep them in sync.