Re: tar backup/ssh problem

From: Clayton Weaver (cgweav_at_aol.com)
Date: 06/16/04

  • Next message: LRW: "scp in unattended batch mode"
    Date: 16 Jun 2004 18:01:53 GMT
    
    

    >server2: Connection refused
    >tar (child): server2\:/dev/st0: Cannot open: Input/output error
    >tar (child): Error is not recoverable: exiting now
    >Broken pipe.

    The "Connection refused" part is
    a classic firewall artifact. The rest is merely tar reporting errors as the
    connection error cascades back up through the function call chain that led
    to the connection request.

    My first thought looking at the
    message was "IP tables misconfiguration",
    but if you have a hardware router
    in the middle with its own firewall,
    the two hosts may never be seeing
    tar's connect requests.

    Good luck.

    Regards,

    Clayton Weaver
    <mailto: cgweav@aol.com>

    "Everyone is ignorant, just about different things." Will Rogers


  • Next message: LRW: "scp in unattended batch mode"