<?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 Shared Memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165481#M903219</link>
    <description>I'm trying to run a program within a shared mem segment but I get the error 'trying to use shared file instead of shared memory' Also it says shmat: Permission denied. Everything else seems to be ok. Any ideas? Thanks.</description>
    <pubDate>Thu, 15 Jan 2004 12:06:44 GMT</pubDate>
    <dc:creator>Gerry Tully</dc:creator>
    <dc:date>2004-01-15T12:06:44Z</dc:date>
    <item>
      <title>Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165481#M903219</link>
      <description>I'm trying to run a program within a shared mem segment but I get the error 'trying to use shared file instead of shared memory' Also it says shmat: Permission denied. Everything else seems to be ok. Any ideas? Thanks.</description>
      <pubDate>Thu, 15 Jan 2004 12:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165481#M903219</guid>
      <dc:creator>Gerry Tully</dc:creator>
      <dc:date>2004-01-15T12:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165482#M903220</link>
      <description>Details are needed to help you.&lt;BR /&gt;&lt;BR /&gt;Waht kind of program, what is it supposed to do.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 Jan 2004 12:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165482#M903220</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-15T12:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165483#M903221</link>
      <description>It is a Computron program related to a database that runs in it's own memory window.The first error that comes up is shmat failed for shared memory id 1faf, errno = 13.</description>
      <pubDate>Thu, 15 Jan 2004 12:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165483#M903221</guid>
      <dc:creator>Gerry Tully</dc:creator>
      <dc:date>2004-01-15T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165484#M903222</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;would this thread be any help to you ?&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=98929" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=98929&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Thu, 15 Jan 2004 12:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165484#M903222</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-01-15T12:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165485#M903223</link>
      <description>No, sorry that link didn't help. The funny thing is that I have development server that runs the program without a problem.</description>
      <pubDate>Thu, 15 Jan 2004 14:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165485#M903223</guid>
      <dc:creator>Gerry Tully</dc:creator>
      <dc:date>2004-01-15T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165486#M903224</link>
      <description>Hi Gerry,&lt;BR /&gt;&lt;BR /&gt;shmat() is the shared memory attach function &amp;amp; err #13 is EACCES or permission denied.&lt;BR /&gt;Sounds like the user trying to attach to the segment does not have the permissions to do so.&lt;BR /&gt;Check the users involved and/or whether the program trying to attach is running in the same window as the program that created the segment.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 15 Jan 2004 14:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165486#M903224</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-15T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165487#M903225</link>
      <description>Try looking at the privgroup manpage -&lt;BR /&gt;&lt;BR /&gt;you may need to allow privs to the processes&lt;BR /&gt;&lt;BR /&gt;files are /etc/privgrp&lt;BR /&gt;/sbin/init.d/prv_grp (I think)&lt;BR /&gt;&lt;BR /&gt;Anyway, if the computron program needs shared memory access, you may have to add the group in via privgrp and crank it up. &lt;BR /&gt;&lt;BR /&gt;Really just a thought....  &lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 15:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165487#M903225</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2004-01-15T15:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165488#M903226</link>
      <description>Thanks for the replies. I'm guessing it's a permission problem somewhere. Just have to find it.</description>
      <pubDate>Thu, 15 Jan 2004 15:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165488#M903226</guid>
      <dc:creator>Gerry Tully</dc:creator>
      <dc:date>2004-01-15T15:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165489#M903227</link>
      <description>Hi (again) Gerry,&lt;BR /&gt;&lt;BR /&gt;ALL programs that need to attach to that segment must be running in the same memory window as the program that created it.&lt;BR /&gt;&lt;BR /&gt;Are you starting that computrom program using &lt;BR /&gt;setmemwindow -i window_id start_command&lt;BR /&gt;as the startup command?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 15 Jan 2004 15:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165489#M903227</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-15T15:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165490#M903228</link>
      <description>Jeff, Yes, that's how I am starting it.</description>
      <pubDate>Thu, 15 Jan 2004 16:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3165490#M903228</guid>
      <dc:creator>Gerry Tully</dc:creator>
      <dc:date>2004-01-15T16:05:27Z</dc:date>
    </item>
  </channel>
</rss>

