On Thu, Jul 05, 2001 at 08:08:25AM -0600, Charles Cazabon wrote:
>Arjen van Drie <[EMAIL PROTECTED]> wrote:
>
>> [pid 13202] chdir("/home/qwerty")       = 0
>> [pid 13202] execve("/usr/local/bin/ ", [" "], [/* 18 vars */]) = -1 ENOENT (No such 
>file or directory)
>> [pid 13202] execve("/usr/sbin/ ", [" "], [/* 18 vars */]) = -1 ENOENT (No such file 
>or directory)
>> [pid 13202] execve("/usr/bin/ ", [" "], [/* 18 vars */]) = -1 ENOENT (No such file 
>or directory)
>> [pid 13202] execve("/bin/ ", [" "], [/* 18 vars */]) = -1 ENOENT (No such file or 
>directory)
>> [pid 13202] _exit(111)                  = ?
>
>It's searching the path, trying to exec a program named " " -- a single space.
>That can't be correct.  What's in the script that starts this process again?

This is the 'run' script started by supervise:

#!/bin/sh
exec /usr/local/bin/tcpserver -x /etc/tcprules.d/tcp.pop3.cdb -v -R -H -l 0 0 110 \
   /var/qmail/bin/qmail-popup ids.trivial.3va.net /bin/checkpassword \ 
   /var/qmail/bin/qmail-pop3d Maildir 2>&1


-- 

Grtz, 

Arjen.

Reply via email to