In message <[email protected]>,
chris heidbrink writes:
>   but when that script calls out the expect script it starts at the
>   first part to try to ssh / login / but doesn't go anywhere.
>
>   <snip of addarborpfBlackholeexp.pl>
>
>    $arboroutput = qx(/usr/local/bin/expect -f
>   /usr/bin/addarborpfBlackhole.exp '$params->{'devusername'}'
>   '$params->{'password'}' '$params->{'device'}'

Is tracing enabled in the expect script? If so what is it telling you?
I am wondering if there is an environment variable issue here as well.

One big difference with detatched/daemon mode is that stdin, stdout
and stderr are all directed to /dev/null. Can you try running it
*without* detatch and using

   < /dev/null > /dev/null 2>&1

or equivalent for your shell to redirect descriptors 0, 1 and 2.

--
                                -- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Simple-evcorr-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to