Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!topaz!hedrick From: hedrick@topaz.UUCP Newsgroups: comp.unix.wizards Subject: Re: how do I make a process release its terminal? Message-ID: <8790@topaz.RUTGERS.EDU> Date: Sat, 31-Jan-87 08:35:35 EST Article-I.D.: topaz.8790 Posted: Sat Jan 31 08:35:35 1987 Date-Received: Sat, 31-Jan-87 19:45:21 EST References: <453@vixie.UUCP> <471@bobkat.UUCP> <12297@sun.uucp> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 10 One should perhaps note that after disinheriting your terminal by using TIOCNOTTY, if you open any terminal, that becomes your controlling terminal. This can happen in unexpected ways. Under 4.3 [more or less] we found that inetd was mysteriously getting connected to the console. This caused very odd results. Like every time somebody tried to log in via rlogin, they would get disconnected, and whatever job happened to be logged in on the console would get logged out. Anyway, the problem turned out to be that inetd was calling syslog, syslog was trying to open a network connection to loghost, this was failing, and so syslog then opened the console.