Don't you want to install toaster from 0 ? I believe doaemontools creates those dir.
the code from TOASTER, look at last line.: mkdir -p /package chmod 1755 /package cd /package tar -xpzf /var/src/tar/daemontools-0.76.tar.gz cd admin/daemontools-0.76 patch -p1 < /var/src/netqmail-1.05/other-patches/daemontools- 0.76.errno.patch package/install # add the "clear" service cd ../ mkdir clear touch clear/down cat > clear/run <<EOF #!/bin/sh yes '' | head -4000 | tr '\n' . # When you want to clear the service errors, just run this: # svc -o /service/clear EOF chmod +x clear/run chmod a-w clear/down ln -s /package/admin/clear /service/clear On 17/10/2007, Tom Nats <[EMAIL PROTECTED]> wrote: > > > > Jaroslav wrote: > > Hi, > > remove all clamd's, spamassasins,couriers qmail and so on. > > > > > Thanks Jaroslav. The problem I'm having now is there is no supervise > directory: > [EMAIL PROTECTED]:/var/qmail/supervise/qmail-send# ls -ltr > total 8 > drwxr-xr-x 2 root root 4096 2007-10-17 15:15 log > -rwxr-xr-x 1 root root 29 2007-10-17 15:17 run > > So qmailctl is giving me the following error: > [EMAIL PROTECTED]:/var/qmail/supervise/qmail-send# qmailctl stat > /service/qmail-send: unable to open supervise/ok: file does not exist > /service/qmail-send/log: unable to open supervise/ok: file does not exist > /service/qmail-smtpd: unable to open supervise/ok: file does not exist > /service/qmail-smtpd/log: unable to open supervise/ok: file does not exist > > I went over the toaster like 20 times now, I don't see where that > directory gets created. Thanks. >