c0bra has asked for the wisdom of the Perl Monks concerning the following question:
The problem I'm running into now is that we've had to move to new machines and it's decided to stop working. Right now it's complaining "No such file or directory found" on this line:
open STDIN, "<&$tty_fd" or die $!;
And since it hangs on trying to get the terminal prompt I assume it can make the ssh connection but simply cannot read anything back. I have no clue as to why something like this would happen. It's the same versions of perl, IO::Pty, IO::Tty, and Net::Telnet from one working install to the broken one. Google hasn't come up with anything either. Has anyone run into something like this? Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals
by samtregar (Abbot) on Mar 13, 2008 at 17:01 UTC | |
by c0bra (Acolyte) on Mar 13, 2008 at 17:22 UTC | |
by samtregar (Abbot) on Mar 13, 2008 at 20:27 UTC | |
|
Re: Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals
by mr_mischief (Monsignor) on Mar 13, 2008 at 17:01 UTC | |
|
Re: Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals
by c0bra (Acolyte) on Mar 13, 2008 at 18:17 UTC |