<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RSYNC ERROR in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859261#M276419</link>
    <description>Hi ,&lt;BR /&gt;note that the ping is working properly ,&lt;BR /&gt;but an other remark is :&lt;BR /&gt;that for exemple when i put this command locally it works well , but when i also i put it locally but in this time specifying the name of the server , it gives me the same error ,&lt;BR /&gt;rsync -av /tmp/toto scxdpap1:tmp/toto &lt;BR /&gt;note that scxdpap1 is the local server &lt;BR /&gt;</description>
    <pubDate>Fri, 08 Sep 2006 06:35:18 GMT</pubDate>
    <dc:creator>meekrob</dc:creator>
    <dc:date>2006-09-08T06:35:18Z</dc:date>
    <item>
      <title>RSYNC ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859259#M276417</link>
      <description>Hi ,&lt;BR /&gt;i have the following error when using rsync between two servers , note that rsync function properly on the same server (locally).&lt;BR /&gt;rsync -av /tmp/toto /scxdpap2:tmp/toto &lt;BR /&gt;password:&lt;BR /&gt;sh:rsync: not found&lt;BR /&gt;rsync: connection unexpectedly closed (0 bytes received so far) [sender]&lt;BR /&gt;rsync error : error in rsync protocol data stream (code12) at io.c (463) [sender=2.6.8]&lt;BR /&gt;&lt;BR /&gt;note that rlogin work properly&lt;BR /&gt;thank's in advance for your help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2006 06:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859259#M276417</guid>
      <dc:creator>meekrob</dc:creator>
      <dc:date>2006-09-08T06:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859260#M276418</link>
      <description>You lost communication with another rsync. Possible causes for that are: remote rsync not working, remote disk is full, network errors.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2006 06:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859260#M276418</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-09-08T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859261#M276419</link>
      <description>Hi ,&lt;BR /&gt;note that the ping is working properly ,&lt;BR /&gt;but an other remark is :&lt;BR /&gt;that for exemple when i put this command locally it works well , but when i also i put it locally but in this time specifying the name of the server , it gives me the same error ,&lt;BR /&gt;rsync -av /tmp/toto scxdpap1:tmp/toto &lt;BR /&gt;note that scxdpap1 is the local server &lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2006 06:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859261#M276419</guid>
      <dc:creator>meekrob</dc:creator>
      <dc:date>2006-09-08T06:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859262#M276420</link>
      <description>possible error maybe misconfigured resolvers - try with ip add , instead of names</description>
      <pubDate>Fri, 08 Sep 2006 09:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859262#M276420</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-09-08T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859263#M276421</link>
      <description>It seems it is not able to find path for rsync utility on remote server. If you know where it is installed on remote server then specify full path for rsync.</description>
      <pubDate>Fri, 08 Sep 2006 12:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859263#M276421</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-08T12:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859264#M276422</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;key:&lt;BR /&gt;sh:rsync: not found&lt;BR /&gt;&lt;BR /&gt;whereis rsync&lt;BR /&gt;&lt;BR /&gt;find /usr /opt -name rsync&lt;BR /&gt;&lt;BR /&gt;Probably your PATH variable is not correct.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 08 Sep 2006 12:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859264#M276422</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-08T12:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859265#M276423</link>
      <description>Hi ,&lt;BR /&gt;i tried to put the ip address but did not solve the problem ,&lt;BR /&gt;also i tried to put the path in the command but also not work &lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2006 05:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859265#M276423</guid>
      <dc:creator>meekrob</dc:creator>
      <dc:date>2006-09-11T05:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859266#M276424</link>
      <description>Hi,&lt;BR /&gt;I have had the same problem.&lt;BR /&gt;&lt;BR /&gt;try with ssh&lt;BR /&gt;rsync -av --rsync path=/usr/local/bin/rsync /tmp/toto /scxdpap2:tmp/toto &lt;BR /&gt;&lt;BR /&gt;or with rsh&lt;BR /&gt;rsync -av --rsh=remsh /tmp/toto /scxdpap2:tmp/toto &lt;BR /&gt;&lt;BR /&gt;I hope itÂ´s not too late.&lt;BR /&gt;&lt;BR /&gt;Regards Lutz</description>
      <pubDate>Wed, 11 Oct 2006 05:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-error/m-p/3859266#M276424</guid>
      <dc:creator>Lutz Eßer</dc:creator>
      <dc:date>2006-10-11T05:15:49Z</dc:date>
    </item>
  </channel>
</rss>

