On Tue, 10 Feb 2004 [EMAIL PROTECTED] wrote:

> Well I just installed binc. Went smoothly, apart from the ssl. But I used
> the last resort of RTFM and now it works.
> Though I have some questions.
>
> Since I will only be using imaps, I've removed the imap link from
> /service, I presume this is ok?

The correct way to remove a service called "imap" is:

cd /service/imap
mv /service/imap /tmp
svc -dx . log

> The services were down. I started them with svc -u...
> then I could connect. There was a file called down (zero bytes)
> in the /service/imaps directory. I've deleted this. svstat reported
> up 240 secs, normally down.
> Why was the down file there? Is deleting it ok?

If the down file is there, that means the service is "normally down"
rather than "normally up", and that means the service won't start before
you are ready. Removing it is fine, and probably what you want, but it
wouldn't be advisable to install a program that starts automatically,
perhaps with wrong settings that are insecure.

For more information on daemontools, look here:

  http://cr.yp.to/daemontools.html
  http://cr.yp.to/daemontools/supervise.html (how supervise runs a service)
  http://cr.yp.to/daemontools/svc.html       (svc and its options)

Ketil Froyn
[EMAIL PROTECTED]
http://ketil.froyn.name/

Reply via email to