<?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: run away process/session in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864835#M397332</link>
    <description>temp sol. is to clear the /etc/utmp, but for fixing the problem need to upgrade the Openssh.&lt;BR /&gt;&lt;BR /&gt;thanks guy for your help.</description>
    <pubDate>Tue, 12 Oct 2004 22:42:23 GMT</pubDate>
    <dc:creator>Romen Q. Cordial_1</dc:creator>
    <dc:date>2004-10-12T22:42:23Z</dc:date>
    <item>
      <title>run away process/session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864832#M397329</link>
      <description>We got this problem on one of our Oracle application running in HPUX10.20, When user login using Chase Browse they've goy messages&lt;BR /&gt;&lt;BR /&gt;ERROR: :                               &lt;BR /&gt;                                          &lt;BR /&gt;Please contact your System Administrator.&lt;BR /&gt;                                          &lt;BR /&gt;   Press SPACE to continue.               &lt;BR /&gt;Andrew Au:   Initialization ERROR:                       &lt;BR /&gt;                                              &lt;BR /&gt;Can't get the DV_GROUP_ID from DV_GROUP table.&lt;BR /&gt;                                              &lt;BR /&gt;  Press SPACE to continue.                    &lt;BR /&gt;&lt;BR /&gt;This problem are cause by run away process/session user 'matti' using pts/0 and pts/1.  The user matti did not properly logout on the system so the pts/0 &amp;amp; pts/1 was still allocated to him, while the application doesnt know that this 2 pseudo terminal are in used, because when you try to ps -ef|grep matti user it won't show you anymore process or pid for user matti. But when you do w or who you can still see matti user id was still login to the system.&lt;BR /&gt;&lt;BR /&gt;# w&lt;BR /&gt;  4:50pm  up 6 days, 18:14,  10 users,  load average: 1.78, 1.83, 1.51&lt;BR /&gt;User     tty           login@  idle   JCPU   PCPU  what&lt;BR /&gt;ds       ttyp1         3:55pm    13                -ksh&lt;BR /&gt;rcordial ttyp2         4:03pm                      sh&lt;BR /&gt;e0184088 pts/0         4:37pm    10                ./ds_menu.4ge /home/ds/bin&lt;BR /&gt;matti    pts/0         9:15pm    10                ./ds_menu.4ge /home/ds/bin&lt;BR /&gt;matti    pts/1         9:24pm 91:25                -&lt;BR /&gt;matti    pts/2         9:24pm    10                ./ds_menu.4ge /home/ds/bin&lt;BR /&gt;matti    pts/3         9:25pm    10                ./ds_menu.4ge /home/ds/bin&lt;BR /&gt;e0184088 pts/2         4:01pm    10                ./ds_menu.4ge /home/ds/bin&lt;BR /&gt;e0184088 pts/3         4:01pm    10                ./ds_menu.4ge /home/ds/bin&lt;BR /&gt;e5052464 pts/4         4:16pm    22     39     39  ./ds_cb_client&lt;BR /&gt;#</description>
      <pubDate>Mon, 11 Oct 2004 04:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864832#M397329</guid>
      <dc:creator>Romen Q. Cordial_1</dc:creator>
      <dc:date>2004-10-11T04:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: run away process/session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864833#M397330</link>
      <description>follow this thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=265607" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=265607&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 11 Oct 2004 06:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864833#M397330</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2004-10-11T06:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: run away process/session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864834#M397331</link>
      <description>Hi,&lt;BR /&gt;Don't know much about Oracle but see if you can do this:&lt;BR /&gt;I hope ./ds_menu.4ge is your filesystem.&lt;BR /&gt;# fuser -cu ./ds_menu.4ge &lt;BR /&gt;This will list all process associated with that filesystem.&lt;BR /&gt;And using "fuser -kuc" you can kill them.&lt;BR /&gt;Wait for some more responses from Oracle Studs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 06:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864834#M397331</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-10-11T06:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: run away process/session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864835#M397332</link>
      <description>temp sol. is to clear the /etc/utmp, but for fixing the problem need to upgrade the Openssh.&lt;BR /&gt;&lt;BR /&gt;thanks guy for your help.</description>
      <pubDate>Tue, 12 Oct 2004 22:42:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-away-process-session/m-p/4864835#M397332</guid>
      <dc:creator>Romen Q. Cordial_1</dc:creator>
      <dc:date>2004-10-12T22:42:23Z</dc:date>
    </item>
  </channel>
</rss>

