<?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 rsync is denying access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107617#M445408</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;rsync is asking me to give password before transfering files to the remote server. I supply the root passwd but not it is still denying me access. &lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Berag</description>
    <pubDate>Wed, 07 May 2008 13:08:22 GMT</pubDate>
    <dc:creator>Yaboto</dc:creator>
    <dc:date>2008-05-07T13:08:22Z</dc:date>
    <item>
      <title>rsync is denying access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107617#M445408</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;rsync is asking me to give password before transfering files to the remote server. I supply the root passwd but not it is still denying me access. &lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Berag</description>
      <pubDate>Wed, 07 May 2008 13:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107617#M445408</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2008-05-07T13:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: rsync is denying access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107618#M445409</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1210171187360+28353475&amp;amp;threadId=973185" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1210171187360+28353475&amp;amp;threadId=973185&lt;/A&gt;</description>
      <pubDate>Wed, 07 May 2008 13:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107618#M445409</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-07T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: rsync is denying access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107619#M445410</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;you can do following.&lt;BR /&gt;&lt;BR /&gt;If you don't want to use the switches then take them out.&lt;BR /&gt;&lt;BR /&gt;rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/rsync -v -a -r -p -o -g /abc/abx11/ root@hostname:/xyz/xyz11/&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;M&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2008 13:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107619#M445410</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2008-05-07T13:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: rsync is denying access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107620#M445411</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is what it is giving me:&lt;BR /&gt;&lt;BR /&gt;# /usr/local/bin/rsync -avz bnk.jnl root@172.25.34.82:/bogt24&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 (code 12) at io.c(453) [sender=&lt;BR /&gt;2.6.9]&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Berag</description>
      <pubDate>Wed, 07 May 2008 16:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107620#M445411</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2008-05-07T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: rsync is denying access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107621#M445412</link>
      <description>It looks like you are using the remsh method to connect with rsync and the shell on the other side can not find the rsync binary because it is not in the default PATH.&lt;BR /&gt;&lt;BR /&gt;Type the following&lt;BR /&gt;&lt;BR /&gt;remsh 172.25.34.82 which rsync&lt;BR /&gt;&lt;BR /&gt;If it fails, you have to have rsync in the default path of remshd path on the 172.25.34.82 server.</description>
      <pubDate>Wed, 07 May 2008 21:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107621#M445412</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-05-07T21:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: rsync is denying access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107622#M445413</link>
      <description>Thanks very much</description>
      <pubDate>Thu, 08 May 2008 13:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-is-denying-access/m-p/5107622#M445413</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2008-05-08T13:09:53Z</dc:date>
    </item>
  </channel>
</rss>

