Ron Jones wrote:
Did you create the 'called' script in the same manner?

Oops.. Lol

No

Ok, what I've just done is gone to /usr/src/qmt; Cp caller called

'caller' is different than 'called'. 'caller' should be:
# cat /opt/qmt-sandbox/usr/src/qmt/called
echo "0=$0 1=$1 2=$2 3=$3"
exit


Then:
[EMAIL PROTECTED] qmt]# ./caller
About to call
Chroot: cannot run command '/usr/src/qmt/called' : No such file or directory
Returned from called
0=./caller 1= 2= 3=



'called' needs to be withing the chroot'd environment, i.e. it needs to be in /opt/qmt-sandbox/usr/src/qmt. Make sure it's executable, and that permissions are ok.

Try again.
--
-Eric 'shubes'

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to