If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From - Sat Sep 15 07:00:11 2001
Path: typhoon.ne.mediaone.net!chnws06.ne.mediaone.net!24.147.2.43!chnws02.mediaone.net!newsfeed2.skycache.com!newsfeed1.cidera.com!Cidera!nntp.abs.net!news-out.visi.com!hermes.visi.com!gemini.tycho.net.POSTED!not-for-mail
Newsgroups: comp.unix.sco.misc
Subject: Re: Users Process still active after logging out
References: <9nqncg$2nd$1@uranium.btinternet.com> <3ba17fa5$0$330$8eec23a@newsreader.tycho.net> <3BA142F7.B214F069@att.net>
Organization: The Armory
X-Newsreader: trn 4.0-test69 (20 September 1998)
From: spcecdt@deeptht.armory.com (John DuBois)
Date: 14 Sep 2001 21:34:17 GMT
Lines: 29
Message-ID: <3ba277d8$0$317$8eec23a@newsreader.tycho.net>
NNTP-Posting-Host: 6c20355c.newsreader.tycho.net
X-Trace: 1000503257 gemini.tycho.net 317 spcecdt@192.122.209.42
X-Complaints-To: abuse@tycho.net
Xref: chnws06.ne.mediaone.net comp.unix.sco.misc:103436
In article <3BA142F7.B214F069@att.net>, Steve Fabac <smfabac@att.net> wrote:
>I have the same problem with a COBOL application on one of my client's
>SCO 5.0.5 machines. Always the same user and always running the same
>program. I have not been able to get the programmer to track down
>any code to "ignore hang-up."
While the app is running, find its process ID and then
(as root) run crash. From within crash, do:
u #processid
Among other things, that will list the signal disposition.
If signal 1 (HUP) is listed, it is being ignored or trapped
(which means the process is free to respond however it wants,
including ignoring it). This is one of several ways in which
a process can avoid hangup termination.
>My question is why system( "kill -15 " $2 ) results in a usage message
>for kill?
kill produces a number of different usage messages.
Which particular one are you referring to?
You might want to look at ftp://ftp.armory.com./pub/admin/nidleout
John
--
John DuBois spcecdt@armory.com. KC6QKZ/AE http://www.armory.com./~spcecdt/
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 1 | 3 | 3 | 142 | 1,194 |
/Bofcusm/397.html copyright 1997-2004 (various authors) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Add your comments
comment on this page here