Xref: utzoo comp.sys.hp:3175 comp.unix.questions:16971 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!virtech!cpcahil From: cpcahil@virtech.UUCP (Conor P. Cahill) Newsgroups: comp.sys.hp,comp.unix.questions Subject: Re: SUID process disables modem logins. Why? Message-ID: <1276@virtech.UUCP> Date: 14 Oct 89 01:06:34 GMT References: <939@umb.umb.edu> Organization: Virtual Technologies Inc Lines: 33 In article <939@umb.umb.edu>, quentin@umb.umb.edu (Quentin Fennessy) writes: > Scenario: login at 1200 > tbmode -k | Kill turbo > do misc work > tbinit | start Turbo > ^D > > At this point, I can no longer access this port over the phone > line. There is a getty running, and I have sent HUP to init > to reset it, to no avail. When we dial up, we can see the modem > lights flickering. > > What is happening here? I am stumped. Unfortunately we are in a production My *guess* would be that the tbinit starts some process that is still connected to your terminal. Try runing the tbinit as follows: tbinit > tbinit.log 2>&1 & I don't know that this is your problem, but it is worth a try. Other things to look at: When you see the modem lights flickering which ones are flickering and is there a pattern? Is it the transmit, receive, dtr, or a combination of them? Does the *same* getty remain on the port, or does a new one get spawned? If you do a ps on the terminal, is there anything there? -- +-----------------------------------------------------------------------+ | Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 ! | Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 | +-----------------------------------------------------------------------+