I have a live server running qmail. but svscan (services) do not start
automatically esp. after shutdown.
I set up a spare box whose svscan(services) start pretty well.
What could be missing on the first box .
the references are as below for the live server.
Svscan script ;
echo "Starting supervise to monitor processes under /var/service"
csh -cf '/usr/local/bin/svscan /var/service &'
echo "Started supervise"
ls -al /var/service/
total 6
drwxr-xr-x 6 root other 512 Aug 6 19:38 .
drwxr-xr-x 27 root sys 1024 Aug 23 10:42 ..
drwxr-xr-x 4 root other 512 Aug 6 22:26 allow-relay
drwxr-xr-t 4 root other 512 Aug 6 21:39 qmail-pop3d
drwxr-xr-t 4 root other 512 Aug 7 08:03 qmail-send
drwxr-xr-t 4 root other 512 Aug 6 21:25 qmail-smtpd
ls -al /var/service/allow-relay/
total 5
drwxr-xr-x 4 root other 512 Aug 6 22:26 .
drwxr-xr-x 6 root other 512 Aug 6 19:38 ..
drwxr-xr-x 2 root other 512 Jun 4 06:05 log
lrwxrwxrwx 1 root other 32 Jun 4 06:06 run ->
/var/qmail/etc/allow-relay.start
drwx------ 2 root other 512 Sep 3 12:14 supervise
ls -al /var/service/qmail-pop3d/
total 5
drwxr-xr-t 4 root other 512 Aug 6 21:39 .
drwxr-xr-x 6 root other 512 Aug 6 19:38 ..
drwxr-xr-x 3 root other 512 Aug 7 21:39 log
lrwxrwxrwx 1 root other 32 Aug 6 21:39 run ->
/var/qmail/etc/qmail-pop3d.start
drwx------ 2 root other 512 Sep 3 12:14 supervise
ls -al /var/service/qmail-send/
total 5
drwxr-xr-t 4 root other 512 Aug 7 08:03 .
drwxr-xr-x 6 root other 512 Aug 6 19:38 ..
drwxr-xr-x 3 root other 512 Aug 6 21:51 log
lrwxrwxrwx 1 root other 31 Aug 6 23:58 run ->
/var/qmail/etc/qmail-send.start
drwx------ 2 root other 512 Sep 3 12:16 supervise
ls -al /var/service/qmail-smtpd/
total 5
drwxr-xr-t 4 root other 512 Aug 6 21:25 .
drwxr-xr-x 6 root other 512 Aug 6 19:38 ..
drwxr-xr-x 3 root other 512 Aug 6 21:53 log
lrwxrwxrwx 1 root other 32 Aug 6 21:25 run ->
/var/qmail/etc/qmail-smtpd.start
drwx------ 2 root other 512 Sep 3 12:14 supervise
Is there something being missed ?
"One cannot guess the real difficulties of a problem before having solved
it."