From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1222 Path: news.gmane.org!not-for-mail From: Alex Efros Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: unable to open supervise/ok: file does not exist Date: Sat, 5 Aug 2006 11:22:43 +0300 Organization: asdfGroup Inc., http://powerman.asdfGroup.com/ Message-ID: <20060805082243.GA31905@home.power> 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 1154766182 19741 80.91.229.2 (5 Aug 2006 08:23:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Aug 2006 08:23:02 +0000 (UTC) Original-X-From: supervision-return-1458-gcsg-supervision=m.gmane.org@list.skarnet.org Sat Aug 05 10:22:57 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 1G9HQj-00041h-W5 for gcsg-supervision@gmane.org; Sat, 05 Aug 2006 10:22:46 +0200 Original-Received: (qmail 24690 invoked by uid 76); 5 Aug 2006 08:23:07 -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 24681 invoked from network); 5 Aug 2006 08:23:07 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: <9EC067F0-DD0F-49B2-AA07-D900043ADB65@likealightbulb.com> User-Agent: Mutt/1.5.11 Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1222 Archived-At: Hi! On Fri, Aug 04, 2006 at 06:31:34PM -0700, John Butler wrote: > warning: lighttpd: unable to open supervise/ok: file does not exist Looks like you doesn't run `runsv` for this service. This may happens because of many reasons, for example you forget to create symlink from your directory with services (and ./run files) into directory with active services (which you give as param to `runsvdir` which should be running now): ln -s /service/your_service/ /var/service/ (directories in this example may differ from yours). -- WBR, Alex.