From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cceb19dbd864b8da X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-03 13:51:03 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!194.213.69.151!news.algonet.se!algonet!pepsi.tninet.se!not-for-mail From: Stefan Skoglund Newsgroups: comp.lang.ada Subject: Re: Unix-daemons in Ada Date: Tue, 03 Jul 2001 22:48:47 +0200 Organization: Telenordia Message-ID: <3B422FAF.886FAF2B@ebox.tninet.se> References: <87sngg3jp8.fsf@520075220525-0001.dialin.t-online.de> <3B3F2F39.50BAF3CF@worldnet.att.net> <87ofr43efd.fsf@520075220525-0001.dialin.t-online.de> <3B3F5C68.AA1C0924@worldnet.att.net> NNTP-Posting-Host: du253-240.ppp.algonet.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: cubacola.tninet.se 994193189 3746 195.100.240.253 (3 Jul 2001 20:46:29 GMT) X-Complaints-To: abuse@algo.net NNTP-Posting-Date: 3 Jul 2001 20:46:29 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: sv,en,en-US Xref: archiver1.google.com comp.lang.ada:9398 Date: 2001-07-03T20:46:29+00:00 List-Id: James Rogers wrote: > What you are asking is an operating system issue and not strictly a > language issue. READ the subject !!! He must do a number of things : 1. Get his process in such a order such that IT can't get a new controlling terminal. this is to prevent a normal user from stopping the process. 2. The process should be able to open /dev/console and other tty devices without turning the device into the processs controlling terminal ! If not the process cant use /dev/console for error messages !