Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2003 19:04:46 +0200
From:      "Roland Giesler" <roland@thegreentree.org>
To:        <questions@freebsd.org>
Subject:   QMail installation trouble
Message-ID:  <NFEBLNMJLPMABJMOEINDIEHLCIAA.roland@thegreentree.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NFEBLNMJLPMABJMOEINDIEHLCIAA.roland>