From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1224 Path: news.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: unable to open supervise/ok: file does not exist Date: Sat, 05 Aug 2006 14:59:23 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Message-ID: References: <9EC067F0-DD0F-49B2-AA07-D900043ADB65@likealightbulb.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1154804380 12113 80.91.229.2 (5 Aug 2006 18:59:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Aug 2006 18:59:40 +0000 (UTC) Cc: supervision@list.skarnet.org Original-X-From: supervision-return-1460-gcsg-supervision=m.gmane.org@list.skarnet.org Sat Aug 05 20:59:36 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 1G9RMt-0005DA-Fy for gcsg-supervision@gmane.org; Sat, 05 Aug 2006 20:59:27 +0200 Original-Received: (qmail 11938 invoked by uid 76); 5 Aug 2006 18:59:48 -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 11932 invoked from network); 5 Aug 2006 18:59:48 -0000 Original-To: John Butler In-Reply-To: <9EC067F0-DD0F-49B2-AA07-D900043ADB65@likealightbulb.com> (John Butler's message of "Fri, 4 Aug 2006 18:31:34 -0700") Mail-Copies-To: nobody Mail-Followup-To: John Butler , supervision@list.skarnet.org Original-Lines: 12 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1224 Archived-At: John Butler wrote: > My "run" script is the following: > > #!/bin/bash > > lighttpd -D -f /usr/local/sites/snapshot/lighttpd.conf Make that "exec lighttpd ...", otherwise you won't be able to send signals to the right process. paul