using lwq I get an error with supervise

2001-02-05 Thread Neil Grant

when I try to run qmail start after installing (the lwq way)

I get a lot of errors:

multilog: fatal: unable to switch to current directory: access denied



so I am assuming that a log directory hasnt got the right permissions or
ownership, my /var/log/qmail directory is owned by qmaill, so could it be
something to do with my /var/qmail/supervise directories- who should own
these and what should the permissions be?


thanks

Neil




Re: using lwq I get an error with supervise

2001-02-05 Thread Dave Sill

"Neil Grant" [EMAIL PROTECTED] wrote:

when I try to run qmail start after installing (the lwq way)

I get a lot of errors:

multilog: fatal: unable to switch to current directory: access denied



so I am assuming that a log directory hasnt got the right permissions or
ownership, my /var/log/qmail directory is owned by qmaill,

That's not sufficient. What is the output from:

  ls -ld / /var /var/log /var/log/qmail /var/log/qmail/smtpd

so could it be
something to do with my /var/qmail/supervise directories- who should own
these and what should the permissions be?

Look at the chown and chmod commands in LWQ.

-Dave