<?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:EXECUTE PERMISSION DENIED in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864077#M277228</link>
    <description>What is the permission for rsync on the remote node? Since you are trying to sync files between nodes, you don't have execute permission on the remote node.</description>
    <pubDate>Tue, 19 Sep 2006 08:11:06 GMT</pubDate>
    <dc:creator>IT_2007</dc:creator>
    <dc:date>2006-09-19T08:11:06Z</dc:date>
    <item>
      <title>RSYNC:EXECUTE PERMISSION DENIED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864071#M277222</link>
      <description>HI ,&lt;BR /&gt;&lt;BR /&gt;i have installed 2.6.8 on a 11.23 HP-UX machine , and i want t syncronise two local files when using rsync ,&lt;BR /&gt;first of all i create the link : ln -s /usr/local/bin/rsync /usr/bin/rsync &lt;BR /&gt;&lt;BR /&gt;but when i try the command :&lt;BR /&gt;rsync -av /toni/toni1 /toni/toni2 &lt;BR /&gt;/sbin/sh:rsync:Execute permission denied &lt;BR /&gt;&lt;BR /&gt;note i verified that rsync is executable ,and i'm trying this command as ROOT user ,&lt;BR /&gt;&lt;BR /&gt;thank's for help</description>
      <pubDate>Sun, 17 Sep 2006 17:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864071#M277222</guid>
      <dc:creator>meekrob</dc:creator>
      <dc:date>2006-09-17T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC:EXECUTE PERMISSION DENIED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864072#M277223</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you check if the symlink was executable or did you also actually check if the binary itself is executable?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jan.</description>
      <pubDate>Sun, 17 Sep 2006 19:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864072#M277223</guid>
      <dc:creator>Jan de Haas_3</dc:creator>
      <dc:date>2006-09-17T19:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC:EXECUTE PERMISSION DENIED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864073#M277224</link>
      <description>what permissions does it shows?&lt;BR /&gt;&lt;BR /&gt;ll /usr/bin/rsync&lt;BR /&gt;&lt;BR /&gt;ll /usr/local/bin/rsync&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Sep 2006 19:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864073#M277224</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-17T19:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC:EXECUTE PERMISSION DENIED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864074#M277225</link>
      <description>ll /usr/bin/rsync&lt;BR /&gt;lrwxrwxr-x   1 root       sys             20 Sep 17 21:00 /usr/bin/rsync -&amp;gt; /usr/local/bin/rsync&lt;BR /&gt;# ll /usr/local/bin/rsync&lt;BR /&gt;-rwxr-xr-x   1 root       sys         595956 May 24 09:58 /usr/local/bin/rsync</description>
      <pubDate>Mon, 18 Sep 2006 02:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864074#M277225</guid>
      <dc:creator>meekrob</dc:creator>
      <dc:date>2006-09-18T02:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC:EXECUTE PERMISSION DENIED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864075#M277226</link>
      <description>any idea , please</description>
      <pubDate>Tue, 19 Sep 2006 02:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864075#M277226</guid>
      <dc:creator>meekrob</dc:creator>
      <dc:date>2006-09-19T02:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC:EXECUTE PERMISSION DENIED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864076#M277227</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Remove the created  Symbolic link.&lt;BR /&gt;Set the "umask 022" and try re-creating the Symbolic link.&lt;BR /&gt;&lt;BR /&gt;Alternate suggestion is to create hardlink instead of Symblic link&lt;BR /&gt;&lt;BR /&gt;# ln /usr/loca/bin/rsync /usr/bin/rsync&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh</description>
      <pubDate>Tue, 19 Sep 2006 07:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864076#M277227</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2006-09-19T07:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC:EXECUTE PERMISSION DENIED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864077#M277228</link>
      <description>What is the permission for rsync on the remote node? Since you are trying to sync files between nodes, you don't have execute permission on the remote node.</description>
      <pubDate>Tue, 19 Sep 2006 08:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864077#M277228</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-19T08:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC:EXECUTE PERMISSION DENIED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864078#M277229</link>
      <description>Is rsync on the remote node connecting at all?&lt;BR /&gt;Does it appear in the same path?&lt;BR /&gt;&lt;BR /&gt;Try the option:&lt;BR /&gt;&lt;BR /&gt;--rsync-path=/path/to/rsync/on/destination&lt;BR /&gt;&lt;BR /&gt;Only use the ACTUAL path, not a symlink for this.</description>
      <pubDate>Tue, 19 Sep 2006 08:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-execute-permission-denied/m-p/3864078#M277229</guid>
      <dc:creator>Don Mallory</dc:creator>
      <dc:date>2006-09-19T08:35:17Z</dc:date>
    </item>
  </channel>
</rss>

