<?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 problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754372#M934563</link>
    <description>can you just try following  setup and try is working  use the same port 873&lt;BR /&gt;example like&lt;BR /&gt;&lt;BR /&gt;gid = bin&lt;BR /&gt;uid = bin&lt;BR /&gt;use chroot = yes&lt;BR /&gt;&lt;BR /&gt;[test]&lt;BR /&gt; path = /&lt;BR /&gt; comment = directory that you want to send files from&lt;BR /&gt; read only = true&lt;BR /&gt; hosts allow = 193.164.192.0/255.255.255.0 127.0.0.1/31     logfile=var/log/rsync_log.log&lt;BR /&gt; log format="%o %h [%a] %m (%u) %f %l"&lt;BR /&gt; list=true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Jul 2002 12:05:59 GMT</pubDate>
    <dc:creator>kish_1</dc:creator>
    <dc:date>2002-07-01T12:05:59Z</dc:date>
    <item>
      <title>rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754365#M934556</link>
      <description>I'm trying to set up a test mirror using rsync.  I'm trying to use the socket option to avoid equivalences.  The option that utilises equivalences works fine.&lt;BR /&gt;&lt;BR /&gt;so my server has the following /etc/rsyncd.conf&lt;BR /&gt;syslog facility = local5&lt;BR /&gt;secrets file = /etc/rsync.secrets&lt;BR /&gt;[fulfordt]&lt;BR /&gt;        path = /export/home/fulfordt&lt;BR /&gt;        comment = Tims Home dir&lt;BR /&gt;        uid =  root&lt;BR /&gt;        gid = sys&lt;BR /&gt;&lt;BR /&gt;my inetd.conf file contains&lt;BR /&gt;rsync   stream  tcp     nowait  root   /opt/rsync/bin/rsync rsyncd --daemon&lt;BR /&gt;&lt;BR /&gt;the rsync port is in the /etc/services &amp;amp; is 873/tcp.&lt;BR /&gt;&lt;BR /&gt;I know there MUST be some comms as when I do&lt;BR /&gt;rsync &lt;HOST&gt;::&lt;BR /&gt;BOTH the server &amp;amp; client return the module name [fulfordt]&lt;BR /&gt;&lt;BR /&gt;I've fiddled it quite a bit so this is just a potted history&lt;BR /&gt;&lt;BR /&gt;HELLLP&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/HOST&gt;</description>
      <pubDate>Fri, 28 Jun 2002 11:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754365#M934556</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-28T11:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754366#M934557</link>
      <description>I forgot the error codes&lt;BR /&gt;&lt;BR /&gt;rsync: connection unexpectedly closed (24 bytes read so far)&lt;BR /&gt;rsync error: error in rsync protocol data stream (code 12) at io.c(151)&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jun 2002 12:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754366#M934557</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-28T12:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754367#M934558</link>
      <description>try like this way &lt;BR /&gt;&lt;BR /&gt;rsync --port=11678  -avz  domain-hp.com::HPUX-depots/</description>
      <pubDate>Fri, 28 Jun 2002 12:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754367#M934558</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2002-06-28T12:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754368#M934559</link>
      <description>This did not help.&lt;BR /&gt;&lt;BR /&gt;I changed the port to 11678 on both the client &amp;amp; server machines.  No there seems to be an authentication problem when running from the client&lt;BR /&gt;&lt;BR /&gt;rsync: failed to connect to a180tst3: Connection refused&lt;BR /&gt;rsync error: error in socket IO (code 10) at clientserver.c(89)&lt;BR /&gt;&lt;BR /&gt;The same problem when running from the server.!!!&lt;BR /&gt;&lt;BR /&gt;Any more&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 28 Jun 2002 13:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754368#M934559</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-28T13:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754369#M934560</link>
      <description>Tim,&lt;BR /&gt;please go throgh the sample  rsyncd.conf in client side&lt;BR /&gt;[DEFAULT_IN]&lt;BR /&gt;        path = /home/username/recv&lt;BR /&gt;        comment = Directory that you want to recieve files into&lt;BR /&gt;        hosts allow = 110.112.17.0/255.255.0.0&lt;BR /&gt;        read only = false&lt;BR /&gt;        exclude = .protect&lt;BR /&gt;        list = true&lt;BR /&gt;&lt;BR /&gt;you need to specify the IP address on both side&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jun 2002 02:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754369#M934560</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2002-06-29T02:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754370#M934561</link>
      <description>babu&lt;BR /&gt;&lt;BR /&gt;AHGH....  Does this mean I also need to have a deamon process running on the client side?&lt;BR /&gt;&lt;BR /&gt;I will try Monday... &amp;amp; assign points appropriately&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jun 2002 14:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754370#M934561</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-29T14:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754371#M934562</link>
      <description>babu&lt;BR /&gt;&lt;BR /&gt;Couldn't get it to go!!!!&lt;BR /&gt;&lt;BR /&gt;SERVER: (a180tst3)&lt;BR /&gt;/etc/rsyncd.conf (rw-r--r-- root sys)&lt;BR /&gt;syslog facility = local5&lt;BR /&gt;secrets file = /etc/rsync.secrets&lt;BR /&gt;[fulfordt]&lt;BR /&gt;        path = /export/home/fulfordt&lt;BR /&gt;        comment = Tims Home dir&lt;BR /&gt;        hosts allow = 193.164.192.208,193.164.192.202,127.0.0.1&lt;BR /&gt;        read only = false&lt;BR /&gt;        exclude .protect&lt;BR /&gt;        list = true&lt;BR /&gt;        uid = root&lt;BR /&gt;        gid = sys&lt;BR /&gt;&lt;BR /&gt;/etc/rsync.secrets (r-------- root sys)&lt;BR /&gt;root:&lt;ROOT_PWD_IN_PLAIN_TEXT&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/inetd.conf (r--r--r-- root sys)&lt;BR /&gt;:&lt;BR /&gt;rsync   stream  tcp     nowait  root   /opt/rsync/bin/rsync rsyncd --daemon&lt;BR /&gt;&lt;BR /&gt;/etc/services (r--r--r-- root sys)&lt;BR /&gt;rsync 873/tcp&lt;BR /&gt;[ &amp;amp; I've also tried 11678]&lt;BR /&gt;&lt;BR /&gt;CLIENT:&lt;BR /&gt;/etc/rsyncd.conf (rw-r--r-- root sys)&lt;BR /&gt;syslog facility = local5&lt;BR /&gt;secrets file = /etc/rsync.secrets&lt;BR /&gt;[fulfordt] &lt;BR /&gt;        path = /export/home/fulfordt&lt;BR /&gt;        comment = Replica of Tims dir&lt;BR /&gt;        hosts allow = 193.164.192.202,193.164.192.208,127.0.0.1&lt;BR /&gt;        read only = false &lt;BR /&gt;        exclude = .protect &lt;BR /&gt;        list = true &lt;BR /&gt;        uid = root&lt;BR /&gt;        gid = sys&lt;BR /&gt;&lt;BR /&gt;/etc/rsync.secrets (r-------- root sys)&lt;BR /&gt;root:&lt;PWD_IN_PLAIN_TEXT&gt;&lt;BR /&gt;&lt;BR /&gt;When I do&lt;BR /&gt;# rsync -avz --delete [--port=11678] a180tst3::fulfordt .&lt;BR /&gt;Either port 873 or 11678 I get the error message&lt;BR /&gt;rsync: connection unexpectedly closed (24 bytes read so far)&lt;BR /&gt;rsync error: error in rsync protocol data stream (code 12) at io.c(151)&lt;BR /&gt;&lt;BR /&gt;IF I get the wrong port I get&lt;BR /&gt;rsync: failed to connect to a180tst3: Connection refused&lt;BR /&gt;rsync error: error in socket IO (code 10) at clientserver.c(89)&lt;BR /&gt;&lt;BR /&gt;Even if I try to do server-server I get same error messages.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/PWD_IN_PLAIN_TEXT&gt;&lt;/ROOT_PWD_IN_PLAIN_TEXT&gt;</description>
      <pubDate>Mon, 01 Jul 2002 08:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754371#M934562</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-07-01T08:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754372#M934563</link>
      <description>can you just try following  setup and try is working  use the same port 873&lt;BR /&gt;example like&lt;BR /&gt;&lt;BR /&gt;gid = bin&lt;BR /&gt;uid = bin&lt;BR /&gt;use chroot = yes&lt;BR /&gt;&lt;BR /&gt;[test]&lt;BR /&gt; path = /&lt;BR /&gt; comment = directory that you want to send files from&lt;BR /&gt; read only = true&lt;BR /&gt; hosts allow = 193.164.192.0/255.255.255.0 127.0.0.1/31     logfile=var/log/rsync_log.log&lt;BR /&gt; log format="%o %h [%a] %m (%u) %f %l"&lt;BR /&gt; list=true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jul 2002 12:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754372#M934563</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2002-07-01T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754373#M934564</link>
      <description>babu&lt;BR /&gt;&lt;BR /&gt;same error code, no joy...&lt;BR /&gt;rsync: connection unexpectedly closed (24 bytes read so far)&lt;BR /&gt;rsync error: error in rsync protocol data stream (code 12) at io.c(151)&lt;BR /&gt;&lt;BR /&gt;I have just noticed that it generates a core file in the source/server directory&lt;BR /&gt;&lt;BR /&gt;what core&lt;BR /&gt;core:&lt;BR /&gt;         $ PATHCH/11.00:PHCO_16039  Jul 28 1998 16:05:28 $ &lt;BR /&gt;         $ PATCH/11.00:PHCO_19491  Aug  9 1999 09:53:07 $ &lt;BR /&gt;         SMART_BIND&lt;BR /&gt;        92453-07 dld dld dld.sl B.11.13 990903&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jul 2002 14:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754373#M934564</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-07-01T14:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754374#M934565</link>
      <description>I think we are going out of way, can you go for a trace o/p, am not sure will help something, but we get some idea where is failing.if you do not have ,you can download it from following link &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.3/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.3/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;tusc -f -l -p -E -o /tmp/tusc.out  command line&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best of luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jul 2002 01:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754374#M934565</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2002-07-02T01:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754375#M934566</link>
      <description>yer tis lots of gobbledygook&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 02 Jul 2002 21:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754375#M934566</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-07-02T21:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754376#M934567</link>
      <description>Tim -&lt;BR /&gt;Were you able to arrive at a resolution to this problem?&lt;BR /&gt;&lt;BR /&gt;We are encountering the same error:&lt;BR /&gt;rsync: connection unexpectedly closed (12 bytes read so far) &lt;BR /&gt;rsync error: error in rsync protocol data stream (code 12) at io.c(150) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Joel</description>
      <pubDate>Wed, 26 Feb 2003 22:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754376#M934567</guid>
      <dc:creator>Christian Mansfield</dc:creator>
      <dc:date>2003-02-26T22:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754377#M934568</link>
      <description>yep no change.  The whole idea has gone stale now.  We simply rcp files 'round, which I "hate".  I know I could use rsync for this but the "experts" feel it adds nothing to the rcp method.&lt;BR /&gt;&lt;BR /&gt;Many thanks for your interest though.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 26 Feb 2003 22:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754377#M934568</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-02-26T22:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754378#M934569</link>
      <description>Tim -&lt;BR /&gt;Thanks for the reply.  I was able to get it working.  Here's what I did just in case anyone else runs into similar problems.  I had three problems in my rsyncd.conf file -&lt;BR /&gt;1 - incorrect gid&lt;BR /&gt;2 - invalid log file location (directory didn't exist)&lt;BR /&gt;2 - need to add the parameter read only = false&lt;BR /&gt;&lt;BR /&gt;see the following link:&lt;BR /&gt;&lt;A href="http://rsync.samba.org/fom-serve/cache/191.html" target="_blank"&gt;http://rsync.samba.org/fom-serve/cache/191.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;getting lazy in my age ;)&lt;BR /&gt;&lt;BR /&gt;Joel</description>
      <pubDate>Thu, 27 Feb 2003 22:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754378#M934569</guid>
      <dc:creator>Christian Mansfield</dc:creator>
      <dc:date>2003-02-27T22:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: rsync problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754379#M934570</link>
      <description>Joel&lt;BR /&gt;&lt;BR /&gt;Thanks again for the interest.  I've tried putting in&lt;BR /&gt;read only = false&lt;BR /&gt;AND&lt;BR /&gt;read only = no&lt;BR /&gt;&lt;BR /&gt;Both to no effect.  I know something must be happening as when I use&lt;BR /&gt;rsync -avz --delete host:/export/home/fulfordt .&lt;BR /&gt;This works, but using the "modules" fails!!  I have to say I'm really not too sure how the modules work!&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 06 Mar 2003 12:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-problems/m-p/2754379#M934570</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-03-06T12:18:17Z</dc:date>
    </item>
  </channel>
</rss>

