[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Perl 'Expect' timeout question
- Subject: [ale] Perl 'Expect' timeout question
- From: cfowler at outpostsentinel.com (Chris Fowler)
- Date: Mon, 04 Oct 2010 11:13:40 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]> <1286202043.25129.27.camel@cfowler-desktop> <[email protected]>
On Mon, 2010-10-04 at 11:01 -0400, Mills John M-NPHW64 wrote:
> I would like to salvage my existing scripts if possible - can I check
> whether the reverse look-up is what actually failed?
>
>
Sure. On the same box the script is running on simply ssh to the host.
If it takes more than 3s to get a password prompt then it is having
issues doing a reverse lookup. You'll only get the password prompt
after the reverse lookup fails. Could take 1 minute.
another thing you can try is to trace the script and see what it is
doing compared to what the example does
strace -e trace=read,write,connect,select ./script