in reply to Re: getting the exact string used to call a perl script
in thread getting the exact string used to call a perl script
As to why I'm doing that. Well, we have a system that executes ssh commands according to a workflow. There is a daemon that runs these ssh commands as child processes. However, they always fail with the following error
The ssh commands are fine elsewhere, so I'm writing a script that will pass the commands to another process, which will then execute them. Hoping that they will be okay, as they won't be invoked by the deamon directly.ssh: FATAL: ssh_io_register_fd: fd 0 already registered!
(This is a stop gap until we can fix ssh properly.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: getting the exact string used to call a perl script
by Perl Mouse (Chaplain) on Oct 12, 2005 at 15:58 UTC | |
by reasonablekeith (Deacon) on Oct 12, 2005 at 16:07 UTC | |
|
Re^3: getting the exact string used to call a perl script
by ikegami (Patriarch) on Oct 12, 2005 at 16:00 UTC |