<?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: chatr Fails to requadrant executable in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896406#M96557</link>
    <description>I should clarify - for 11.23, all that is needed for maximum data space availability is to use the MPAS executable model:&lt;BR /&gt; &lt;BR /&gt;cc -Ae -Wl,+as,mpas -o myprog myprog.c&lt;BR /&gt; &lt;BR /&gt;In one step, the 32bit program can now access up to 3800 megs.</description>
    <pubDate>Fri, 10 Nov 2006 23:08:36 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-11-10T23:08:36Z</dc:date>
    <item>
      <title>chatr Fails to requadrant executable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896400#M96551</link>
      <description>chatr +q3p enable /usr/local/bin/rlog&lt;BR /&gt;chatr(error): cannot set/reset text rewrite flag for program - /usr/local/bin/rlog&lt;BR /&gt;&lt;BR /&gt;But on a another machine with exact same OS and patches, etc... it works...&lt;BR /&gt;&lt;BR /&gt;Any clues?&lt;BR /&gt;&lt;BR /&gt;I am sure /usr/local/bin/rlog is not in use at the time I am performing chatr.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Nov 2006 15:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896400#M96551</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-11-10T15:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: chatr Fails to requadrant executable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896401#M96552</link>
      <description>Hi Nelson:&lt;BR /&gt;&lt;BR /&gt;Technical Knowledge Base document #8606465533&lt;BR /&gt; seems to fit your description, if this is for HP-UX 11.11 with an "old" binary.&lt;BR /&gt;&lt;BR /&gt;What happens if you copy the failing binary file to one of your other "equivalent" servers?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Nov 2006 15:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896401#M96552</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-10T15:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: chatr Fails to requadrant executable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896402#M96553</link>
      <description>It works...&lt;BR /&gt;&lt;BR /&gt;Same executable copied over and chatr enabled.&lt;BR /&gt;&lt;BR /&gt;Can I simply copy back that executable back?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Nov 2006 15:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896402#M96553</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-11-10T15:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: chatr Fails to requadrant executable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896403#M96554</link>
      <description>Hi (again) Nelson:&lt;BR /&gt;&lt;BR /&gt;If it works on an "equivalent" server, one would guess 'chatr' is different.  Do :&lt;BR /&gt;&lt;BR /&gt;# what `whence chatr`&lt;BR /&gt;&lt;BR /&gt;...and compare versions.&lt;BR /&gt;&lt;BR /&gt;You could certainly try copied a modified binary back to the server on which you want to test it to see if it works.  Of course, you might want to keep an unmodified version too.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Nov 2006 16:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896403#M96554</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-10T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: chatr Fails to requadrant executable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896404#M96555</link>
      <description>Check to see that the failing binary is created with EXEC_MAGIC capability before using chatr.&lt;BR /&gt; &lt;BR /&gt;cc -Ae -Wl,-N -o myprog myprog.c&lt;BR /&gt; &lt;BR /&gt;Note there is no space in "_Wl,-N"</description>
      <pubDate>Fri, 10 Nov 2006 18:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896404#M96555</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-11-10T18:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: chatr Fails to requadrant executable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896405#M96556</link>
      <description>&lt;P&gt;Is rlog writable by the current user?&lt;BR /&gt;(I guess that gives: chatr(error): cannot open file for writing .../rlog) Bill Hassell&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Bill: Check to see that the failing binary is created with EXEC_MAGIC capability before using chatr.&lt;BR /&gt;&lt;BR /&gt;This (-N) is only needed for IPF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Note there is no space in "-Wl,-N"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no need to use -Wl, since -N is a full fledged driver option.&lt;/P&gt;&lt;P&gt;And the ld man page says that -N is needed for -Wl,+as,mpas.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2011 01:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896405#M96556</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-24T01:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: chatr Fails to requadrant executable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896406#M96557</link>
      <description>I should clarify - for 11.23, all that is needed for maximum data space availability is to use the MPAS executable model:&lt;BR /&gt; &lt;BR /&gt;cc -Ae -Wl,+as,mpas -o myprog myprog.c&lt;BR /&gt; &lt;BR /&gt;In one step, the 32bit program can now access up to 3800 megs.</description>
      <pubDate>Fri, 10 Nov 2006 23:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chatr-fails-to-requadrant-executable/m-p/3896406#M96557</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-11-10T23:08:36Z</dc:date>
    </item>
  </channel>
</rss>

