<?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: shared memory is not shared in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785774#M833591</link>
    <description>It is to be done during the creation of shared memory segment as mentioned by Deepak. You would need to take it up with the author of the code instead you trying to change it.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 14 Aug 2002 13:09:18 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-08-14T13:09:18Z</dc:date>
    <item>
      <title>shared memory is not shared</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785771#M833588</link>
      <description>How can I make the shared memory for user ingres rw for group. Thanks in Advance. &lt;BR /&gt;Here follows the output from ipcs:&lt;BR /&gt;&lt;BR /&gt;IPC status from /dev/kmem as of Wed Aug 14 11:42:46 2002&lt;BR /&gt;T      ID     KEY        MODE        OWNER     GROUP&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m       0 0x411c0611 --rw-rw-rw-      root      root&lt;BR /&gt;m       1 0x4e0c0002 --rw-rw-rw-      root      root&lt;BR /&gt;m       2 0x4120036d --rw-rw-rw-      root      root&lt;BR /&gt;m    1803 0x0c6629c9 --rw-r-----      root      root&lt;BR /&gt;m       4 0x06347849 --rw-rw-rw-      root      root&lt;BR /&gt;m     805 0xffffffff --rw-r--rw-      root      root&lt;BR /&gt;m     206 0x331881ab --rw-------      root      root&lt;BR /&gt;m       7 0x6d181009 --rw-rw-rw-      root      root&lt;BR /&gt;m    5008 0xc218a208 --rw-------    ingres    ingres&lt;BR /&gt;m     809 0xc218a209 --rw-------    ingres    ingres&lt;BR /&gt;m      10 0xc218a20a --rw-------    ingres    ingres&lt;BR /&gt;m    1411 0xc218a20c --rw-------    ingres    ingres&lt;BR /&gt;m      12 0xc218a20d --rw-------    ingres    ingres&lt;BR /&gt;m     413 0xc218a20f --rw-------    ingres    ingres&lt;BR /&gt;m    1814 0x00280267 --rw-r--r--      root      root&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 08:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785771#M833588</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2002-08-14T08:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory is not shared</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785772#M833589</link>
      <description>Donald,&lt;BR /&gt;&lt;BR /&gt;The program that "creates" the shared memory segment shouldcreate it with the correct permissions.&lt;BR /&gt;&lt;BR /&gt;For example,&lt;BR /&gt;shmget  (IPC_PRIVATE,  4096,  0600);&lt;BR /&gt;would create a 4K shared memory segment with --rw------- permissions. To make it group readable and writable, use  &lt;BR /&gt;shmget  (IPC_PRIVATE,  4096,  0660);&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 09:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785772#M833589</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-08-14T09:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory is not shared</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785773#M833590</link>
      <description>If you know any C, it's rather easy using the shmctl() system call BUT normally that's not required unless you are wanting to access the shared memory segments in a way not intended by the designer.</description>
      <pubDate>Wed, 14 Aug 2002 13:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785773#M833590</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-14T13:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory is not shared</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785774#M833591</link>
      <description>It is to be done during the creation of shared memory segment as mentioned by Deepak. You would need to take it up with the author of the code instead you trying to change it.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 14 Aug 2002 13:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-is-not-shared/m-p/2785774#M833591</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-08-14T13:09:18Z</dc:date>
    </item>
  </channel>
</rss>

