Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!usc!bbn!granite!freedman From: freedman@granite.cr.bull.com (Jerome Freedman) Newsgroups: comp.unix.questions Subject: Re: Berkeley Job Control on Hewlett-Packard Keywords: Job Control Message-ID: <1990Jan8.203600.6950@granite.cr.bull.com> Date: 8 Jan 90 20:36:00 GMT References: <3384@linus.SLCS.SLB.COM> Reply-To: freedman@granite.UUCP (Jerome Freedman) Distribution: usa Organization: Bull HN Information Systems Inc. Lines: 16 I am currently involved in a project requiring the management of two or more processes using the same terminal, but under control of a server. I believe that job control is required, but my initial attempts at implementing the project have met with (dismal) failure. This is most discouraging, especially in the light of successful attempts using the same implementation on two other manufacturer's UNIX machines. Specifically, I wish to use the following system calls: ioctl(0, TIOCSPGRP, &pid) kill(pid, SIGSTOP); kill(pid, SIGCONT); Any ideas on why these calls seem to behave differently on the HP than on other systems?