Joao Costa <[EMAIL PROTECTED]> wrote:
>I have installed qmail by following the steps that Dave Sill provides
>in his web-site (http://Web.InfoAve.Net/~dsill/lwq.html). Still, when
>I try to start qmail I get the following error message continuously:
>
>-n Starting qmail: svscan
>/etc/init.d/qmail: /var/qmail/run/svscan.pid: cannot create
Hmm. What platform are you running on? The "-n" is an BSD vs. Sys V
thing, and is ugly, but won't prevent the script from working. I don't
know where you got /var/qmail/run/svscan.pid from, though, because the
script in LWQ uses /var/run/svscan.pid. But even that's not enough to
cause the following:
>supervise: fatal: unable to acquire qmail-send/supervise/lock: access denied
>supervise: fatal: unable to acquire log/supervise/lock: access denied
>supervise: fatal: unable to acquire qmail-smtpd/supervise/lock: access denied
>supervise: fatal: unable to acquire log/supervise/lock: access denied
What does the following show:
ls -lR /var/qmail/supervise
ls -ld / /var /var/qmail /var/qmail/supervise
>What is svscan suppose to do?
It monitors the service directory and runs "supervise" on services as
needed.
>How can I get the parameters of svscan
>(read svscan's instructions)?
LWQ has a section on daemontool which contains a link to the on-line
documentation:
http://Web.InfoAve.Net/~dsill/lwq.html#daemontools
-Dave