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?
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------