<?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: How to user pkill in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914525#M45916</link>
    <description>What is the output of:&lt;BR /&gt;&lt;BR /&gt;ps -u naveens</description>
    <pubDate>Tue, 26 Jul 2005 07:47:51 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-07-26T07:47:51Z</dc:date>
    <item>
      <title>How to user pkill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914521#M45912</link>
      <description>Hi aLL&lt;BR /&gt;&lt;BR /&gt;I have a problem in kill the shared memory &lt;BR /&gt;ipcs -m -p  ---out put is this &lt;BR /&gt;shmid      owner      cpid       lpid      &lt;BR /&gt;40206336   naveens    8940       9687      &lt;BR /&gt;40239105   naveens    8940       9687      &lt;BR /&gt;40271874   naveens    8960       9687  &lt;BR /&gt;&lt;BR /&gt;Iam not able to kill the process started by naveen &lt;BR /&gt;&lt;BR /&gt;ipcrm -m  10206338&lt;BR /&gt;&lt;BR /&gt;It does not kill the procees &lt;BR /&gt;&lt;BR /&gt;How to kill the process initiated by naveen &lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Tue, 26 Jul 2005 05:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914521#M45912</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-07-26T05:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to user pkill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914522#M45913</link>
      <description>&lt;BR /&gt;i am not very sure whether you are giving correct shmid for ipcrm. check that first&lt;BR /&gt;&lt;BR /&gt;second, you have to kill both cpid and lpid. Even if either of them still alive and locks the shared memory then you can not remove that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 26 Jul 2005 05:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914522#M45913</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-26T05:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to user pkill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914523#M45914</link>
      <description>Hi Gopi&lt;BR /&gt;&lt;BR /&gt;Iam killing the correct one&lt;BR /&gt;Please see the out put &lt;BR /&gt;root@wiplx03 root]# ipcrm -m 40206336&lt;BR /&gt;[root@wiplx03 root]# ipcs -m -p&lt;BR /&gt;&lt;BR /&gt;------ Shared Memory Creator/Last-op --------&lt;BR /&gt;shmid      owner      cpid       lpid      &lt;BR /&gt;40206336   naveens    8940       9687      &lt;BR /&gt;40239105   naveens    8940       9687      &lt;BR /&gt;40271874   naveens    8960       9687      &lt;BR /&gt;&lt;BR /&gt;[root@wiplx03 root]# kill 8940 9687&lt;BR /&gt;-bash: kill: (8940) - No such process&lt;BR /&gt;-bash: kill: (9687) - No such process&lt;BR /&gt;[root@wiplx03 root]# &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2005 05:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914523#M45914</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-07-26T05:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to user pkill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914524#M45915</link>
      <description>&lt;BR /&gt;check the output of ipcs -a which actually gives detail about shared memory, semaphore and  message queue. &lt;BR /&gt;&lt;BR /&gt;check for the particular shared memory and the number of currently attached process to it (column title nattach), for this particular shared memory the nattach column should be 0. otherwise it means some process is still locking the shared memory thus you are not able to remove it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 26 Jul 2005 07:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914524#M45915</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-26T07:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to user pkill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914525#M45916</link>
      <description>What is the output of:&lt;BR /&gt;&lt;BR /&gt;ps -u naveens</description>
      <pubDate>Tue, 26 Jul 2005 07:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914525#M45916</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-26T07:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to user pkill</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914526#M45917</link>
      <description>Hi &lt;BR /&gt;I have killed all the process initiated by the particular user and it worked fine &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Wed, 27 Jul 2005 01:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-user-pkill/m-p/4914526#M45917</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-07-27T01:21:33Z</dc:date>
    </item>
  </channel>
</rss>

