<?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: Configuration of rsync in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040004#M432693</link>
    <description>The rsync comes from a depot I downloaded from the authors web page.&lt;BR /&gt;In the other hand, I am not able to make the daemon to be running, as the command rsync --daemon seems not to work properly and that may be the reason why this software does not work. All the ports and the traffic in my firewall is allowed.</description>
    <pubDate>Mon, 16 Apr 2007 03:03:06 GMT</pubDate>
    <dc:creator>catastro</dc:creator>
    <dc:date>2007-04-16T03:03:06Z</dc:date>
    <item>
      <title>Configuration of rsync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040000#M432689</link>
      <description>Hi to all.&lt;BR /&gt;I have installed rsync 2.6.9 and it´dependencies in several servers for using it instead of rpc.&lt;BR /&gt;I have been able to copy things with the command through the same server from one point to another, but I am not able to make it run from one server to another (where both servers have the rsync installed).&lt;BR /&gt;The system tells me this error:&lt;BR /&gt;&lt;BR /&gt;desar:/usr/local/bin# rsync -av explo::'modname/root/carlos' /home&lt;BR /&gt;&lt;BR /&gt;rsync: failed to connect to explo: Connection refused (239)&lt;BR /&gt;&lt;BR /&gt;rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9]</description>
      <pubDate>Fri, 13 Apr 2007 03:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040000#M432689</guid>
      <dc:creator>catastro</dc:creator>
      <dc:date>2007-04-13T03:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of rsync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040001#M432690</link>
      <description>The actual error is "failed to connect to explo: Connection refused". &lt;BR /&gt;&lt;BR /&gt;A double colon... you're trying to use rsync in server mode. You rsync command on desar is trying to reach a rsync server in explo's TCP port 873, but the connection is being refused. Either the rsync server is not running, or a firewall or IP filter is rejecting the connection.&lt;BR /&gt;&lt;BR /&gt;Any firewalls between desar and explo must allow traffic to explo's TCP port 873. In addition, you must either have the rsync service configured to /etc/services and /etc/inetd.conf on explo, or have "rsync --daemon" process running on explo. &lt;BR /&gt;&lt;BR /&gt;This is not done automatically, because this is an "optional" configuration: you can also use rsync over rsh or ssh connections without configuring any extra services.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 13 Apr 2007 03:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040001#M432690</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-04-13T03:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of rsync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040002#M432691</link>
      <description>Thanks Matti.&lt;BR /&gt;I have a firewall as you say, but it allows all traffic for explo, so I tried to copy some files from explo to desar, and started the daemons in the two servers manually (I think with rsync --daemon) and tried to do it, but it didnÂ´t run. The same error appears.&lt;BR /&gt;I have been searching the syslog.log and these lines appears just when I try to run the command. I think the daemon are not running in any server or something like that.&lt;BR /&gt;I have the manuals from the authors of rsync and I donÂ´t find anything on how to start the daemon. Could you tell me how?&lt;BR /&gt;And as well, how to make it to start automatically with the boot of the system?&lt;BR /&gt;&lt;BR /&gt;Apr 13 12:34:08 explo rsyncd[18233]: rsync: unable to open configuration file "/&lt;BR /&gt;etc/rsyncd.conf": No such file or directory (2)&lt;BR /&gt;Apr 13 12:34:08 explo rsyncd[18233]: rsync error: syntax or usage error (code 1)&lt;BR /&gt; at clientserver.c(837) [receiver=2.6.9]&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Apr 2007 05:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040002#M432691</guid>
      <dc:creator>catastro</dc:creator>
      <dc:date>2007-04-13T05:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of rsync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040003#M432692</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Where did rsync come from depot or compile.&lt;BR /&gt;&lt;BR /&gt;Seems like there is a network problem and rsync itself is not completely right.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Apr 2007 05:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040003#M432692</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-13T05:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of rsync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040004#M432693</link>
      <description>The rsync comes from a depot I downloaded from the authors web page.&lt;BR /&gt;In the other hand, I am not able to make the daemon to be running, as the command rsync --daemon seems not to work properly and that may be the reason why this software does not work. All the ports and the traffic in my firewall is allowed.</description>
      <pubDate>Mon, 16 Apr 2007 03:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040004#M432693</guid>
      <dc:creator>catastro</dc:creator>
      <dc:date>2007-04-16T03:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of rsync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040005#M432694</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have you configured .rhosts?&lt;BR /&gt;&lt;BR /&gt;I have found the below doc that may help you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/hpux/ipf_backup-final2_9-04.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/hpux/ipf_backup-final2_9-04.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 16 Apr 2007 03:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040005#M432694</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2007-04-16T03:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of rsync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040006#M432695</link>
      <description>Thanks to all for your help.</description>
      <pubDate>Mon, 14 May 2007 06:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-of-rsync/m-p/5040006#M432695</guid>
      <dc:creator>catastro</dc:creator>
      <dc:date>2007-05-14T06:08:44Z</dc:date>
    </item>
  </channel>
</rss>

