On Sat, Sep 01, 2001 at 06:15:15PM +0200, RR wrote:
> [root@server /root]# cat /service/qmail-send/log/run
> #!/bin/sh
> exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t /var/log/qmail

looks fine.

> [root@server log]# cd /service/qmail-send/log; ./run
> bash: ./run: No such file or directory

That's your problem. Unless run can't be executed on the shell supervise
won't succeed either. I've sometimes seen the #!/bin/sh not working for
reasons not seeable, I guess a non-printable character somewhere. The
easiest solution is to delete run and re-type it. And just to be sure check
if /var/log/qmail exists and the user qmaill has write permissions to this
directory.

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany               *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

Reply via email to