I'm installing qmail using the qmailrocks instructions and get the
following:

I have seen the warning that the "run" scripts are the place where most
error occur, but need some help determining exactly what the error below
means.  The files mentioned below do exist!  So which files are being
refered to as non-existent?

When I do:
/var/qmail/supervise:qmailctl stop
Stopping qmail...
 qmail-smtpd
svc: warning: unable to control /service/qmail-smtpd/log: file does not
exist
 qmail-send
svc: warning: unable to control /service/qmail-send/log: file does not exist

I also get the sam error when I do qmailctl start.

/var/qmail/supervise:qmailctl start
Starting qmail
svc: warning: unable to control /service/qmail-send/log: file does not exist
svc: warning: unable to control /service/qmail-smtpd/log: file does not
exist

/service/qmail-smtpd/log/run contains:

#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
exec setuidgid qmaill multilog t s100000 n20 /var/log/qmail/qmail-smtpd 2>&1

and /service/qmail-send/log/run contains:

#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
exec setuidgid qmaill multilog t s100000 n20 /var/log/qmail/qmail-send 2>&1

Can anyone offer some help?

Thanks

Roland Giesler

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to