Am Wed, 19 Sep 2001 schrieb Charles Cazabon:
> Ruprecht Helms <[EMAIL PROTECTED]> wrote:
> > 
> > >   -your run script above isn't actually being executed.  Your service
> > > directory isn't linked in, or the script isn't executable, or
> > > permissions on the service directory are flawed
> > > 
> > > What happens if you run the "run" script by hand and then try to connect
> > > to the service?
> > 
> > softlimit was not found, but it exists under /usr/local/bin
> 
> Ah, a path problem.  This could cause your problem.  Either change your
> script to explicitly specify the path to all the programs used, or set
> the PATH variable properly in the script.  Dave Sill's "Life with qmail"
> contains scripts which handle this properly.  See

This is my /var/qmail/supervise/qmail-pop3d/run-script

#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \
  linux.local /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1

the execution of that script manual bring up this message

 ./run
softlimit: fatal: unable to run  : file does not exist    

I don't know what is wrong in the script


                                                                               

Reply via email to