supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: John Butler <imtall@gmail.com>
Cc: supervision@list.skarnet.org
Subject: Re: unable to open supervise/ok: file does not exist
Date: Sat, 5 Aug 2006 09:00:56 -0700	[thread overview]
Message-ID: <EA391AA4-1639-4F40-9A8C-A66D631A612A@gmail.com> (raw)
In-Reply-To: <20060805082243.GA31905@home.power>

Thanks for your quick help. I feel kinda dumb now though. So for  
anyone else who does the same thing as me in the future, if you get  
the error "unable to open supervise/ok: file does not exist", make  
sure you are running runsvdir:

	runsvdir /var/service &

Pretty simple. After that everything worked fine. Thanks!

-John

On Aug 5, 2006, at 1:22 AM, Alex Efros wrote:

> 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.



  reply	other threads:[~2006-08-05 16:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-05  1:31 John Butler
2006-08-05  8:22 ` Alex Efros
2006-08-05 16:00   ` John Butler [this message]
2006-08-05 19:01     ` Paul Jarc
2006-08-05 18:59 ` Paul Jarc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EA391AA4-1639-4F40-9A8C-A66D631A612A@gmail.com \
    --to=imtall@gmail.com \
    --cc=supervision@list.skarnet.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).