From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1220 Path: news.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runsvdir and shutdown Date: Thu, 03 Aug 2006 15:53:19 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Message-ID: References: <20060731154010.GA25074@run.galis.org> <20060731211420.GC24344@home.power> <20060803195041.GE14020@run.galis.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1154634835 25092 80.91.229.2 (3 Aug 2006 19:53:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Aug 2006 19:53:55 +0000 (UTC) Original-X-From: supervision-return-1456-gcsg-supervision=m.gmane.org@list.skarnet.org Thu Aug 03 21:53:54 2006 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by ciao.gmane.org with smtp (Exim 4.43) id 1G8jFz-0005Xj-PM for gcsg-supervision@gmane.org; Thu, 03 Aug 2006 21:53:24 +0200 Original-Received: (qmail 26601 invoked by uid 76); 3 Aug 2006 19:53:45 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 26596 invoked from network); 3 Aug 2006 19:53:45 -0000 Original-To: supervision@list.skarnet.org In-Reply-To: <20060803195041.GE14020@run.galis.org> (George Georgalis's message of "Thu, 3 Aug 2006 15:50:41 -0400") Mail-Copies-To: nobody Mail-Followup-To: supervision@list.skarnet.org Original-Lines: 9 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1220 Archived-At: "George Georgalis" wrote: > BTW - why does 'sv d' send the CONT signal after TERM? If a process is stopped from SIGSTOP or SIGTSTP, then SIGTERM will only be queued. The process won't exit (or call its signal handler) until it is continued with SIGCONT. paul