Hi. Thank you for replying so quickly.

As I've continued to look at this I think the basic problem is nothing more than the fact that this is an incredibly out of date machine. It was supposed to have been decommissioned last year but they keep using it.

Disabling the STDERR redirect gives me behavior more like what I saw before I looked at this thread. The child/delivery process fails to connect to the remote host but doesn't know it. The SSH error message shows up in the parent/dispatcher log. Parent sees only that the child is still running.

But the parent log, on top of showing that the name/service isn't known, probably tells me everything I need to know about why this problem persists:

OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 ssh: ftp.unsioloX.com: Name or service not known 2017/03/17 09:21:22 main DEBUG child process '19075' still ru +nning 2017/03/17 09:21:22 main 1 jobs currently running 2017/03/17 09:22:22 main DEBUG child process '19075' still ru +nning 2017/03/17 09:22:22 main 1 jobs currently running

Probably just another reason for them to abandon this thing.

D


In reply to Re^4: Net::SFTP::Foreign Connection STDERR by Anonymous Monk
in thread Re^2: Net::SFTP::Foreign Connection STDERR by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.