I've had a working installation of qmail for over a year. I went on
vacation for a week and now I'm getting this error when I try to start
qmail:

svscan: warning: unable to start supervise qmail-send: file does not exist
svscan: warning: unable to start supervise qmail-send/log: file does not
exist
svscan: warning: unable to start supervise qmail-smtpd: file does not
exist
svscan: warning: unable to start supervise qmail-smtpd/log: file does not
exist

Here's the script I use to start it:
#!/bin/sh

PATH=/var/local/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH

case "$1" in
  start)
    echo -n "Starting qmail: svscan"
    cd /var/qmail/supervise
    nohup env - PATH="$PATH" svscan &
    echo $! > /var/run/svscan.pid
    echo "."
    ;;


The only thing I've changed since I came back is my IP address, but I
don't think that is what's causing this.


All the files are there: /var/qmail/supervise

-rw-------   1 root     root        15810 Aug 23 08:22 nohup.out
drwxr-xr-t   4 root     root         4096 Mar 27  2000 qmail-send
drwxr-xr-t   4 root     root         4096 Mar 27  2000 qmail-smtpd

qmail-send:
total 12
drwxr-xr-x   3 root     root         4096 Mar 27  2000 log
-rwxr-xr-x   1 root     root           35 Mar 27  2000 run
drwx------   2 root     root         4096 Aug 22 08:19 supervise

qmail-send/log:
total 8
-rwxr-xr-x   1 root     root           88 Mar 27  2000 run
drwx------   2 root     root         4096 Aug 22 08:19 supervise

qmail-smtpd:
total 12
drwxr-xr-x   3 root     root         4096 Mar 27  2000 log
-rwxr-xr-x   1 root     root          458 Sep  8  2000 run
drwx------   2 root     root         4096 Aug 22 08:19 supervise

qmail-smtpd/log:
total 8
-rwxr-xr-x   1 root     root           95 Mar 27  2000 run
drwx------   2 root     root         4096 Aug 22 08:19 supervise

Is it a permissions problem? I'm not aware that I've done anything to
change them.

Reply via email to