<?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: User session cant be killed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219557#M170102</link>
    <description>ps -uef user_name&lt;BR /&gt;&lt;BR /&gt;kill the PIDs from the o/p of the above command.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
    <pubDate>Tue, 16 Mar 2004 00:04:01 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2004-03-16T00:04:01Z</dc:date>
    <item>
      <title>User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219552#M170097</link>
      <description>hi guys,&lt;BR /&gt;&lt;BR /&gt;i got this user who can be seen in "who -u" but cant be killed... how could i kill this user? when i kill his pid from "who -u", it says "no such process" and when i issue ps -ef|grep userA, it cant be seen..&lt;BR /&gt;&lt;BR /&gt;help please</description>
      <pubDate>Mon, 15 Mar 2004 21:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219552#M170097</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2004-03-15T21:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219553#M170098</link>
      <description>You may not have root permissions. Try killing it by "kill -9 userpid" You have to be root for this.</description>
      <pubDate>Mon, 15 Mar 2004 21:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219553#M170098</guid>
      <dc:creator>SS_6</dc:creator>
      <dc:date>2004-03-15T21:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219554#M170099</link>
      <description>im root actually. again, with ps -ef, it cant be seen. but in who -u, it can be seen. aside from nulling /var/adm/wtmp, any other ways?</description>
      <pubDate>Mon, 15 Mar 2004 21:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219554#M170099</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2004-03-15T21:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219555#M170100</link>
      <description>There is a patch for this. We used to have a lot of trouble before loading it. Please note the special instructions that must be followed. Unfortunately after installing it, your server will need to be rebooted.&lt;BR /&gt;&lt;BR /&gt;PHNE_24829&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 22:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219555#M170100</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-15T22:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219556#M170101</link>
      <description>Nibble,&lt;BR /&gt;Log in as root and use the -9 qualifier to kill. As indicated below&lt;BR /&gt;&lt;BR /&gt;kill -9 &lt;USERID&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen&lt;/USERID&gt;</description>
      <pubDate>Mon, 15 Mar 2004 23:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219556#M170101</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-03-15T23:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219557#M170102</link>
      <description>ps -uef user_name&lt;BR /&gt;&lt;BR /&gt;kill the PIDs from the o/p of the above command.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 16 Mar 2004 00:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219557#M170102</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-16T00:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219558#M170103</link>
      <description>will the following help?&lt;BR /&gt;&lt;BR /&gt;#fuser -k file_system&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Tue, 16 Mar 2004 00:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219558#M170103</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-03-16T00:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219559#M170104</link>
      <description>I would advise not to use fuser as it might kill other users' processes as well ..&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 16 Mar 2004 00:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219559#M170104</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-16T00:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219560#M170105</link>
      <description>guys, thanks so much for your help, but we're getting farhter here. to clarify, heres the scene&lt;BR /&gt;&lt;BR /&gt;# who -u |grep userA&lt;BR /&gt;userA    pts/the      Mar 15 11:17 18:58   7040  10.0.0.25&lt;BR /&gt;&lt;BR /&gt;# kill -9 7040&lt;BR /&gt;kill: 7040: no such process&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep userA&lt;BR /&gt;root  1768 28173  2 13:04:23 pts/tae   0:00 grep userA  &amp;lt;--my search is only seen. the actualy login is not seen&lt;BR /&gt;&lt;BR /&gt;# finger userA&lt;BR /&gt;Login name: userA    (messages off)  In real life: &lt;BR /&gt;Bldg: &lt;BR /&gt;Directory:            Shell: /usr/bin/ksh&lt;BR /&gt;On since Mar 15 11:17:59 on pts/the from 10.0.0.25&lt;BR /&gt;19 hours Idle Time&lt;BR /&gt;&lt;BR /&gt;i know 1 option is to null /var/adm/wtmp or /etc/utmp or reboot the machine. now, i dont want to truncate the entry of /var/adm/wtmp for audit purposes, much more rebooting the machine cns its prd.&lt;BR /&gt;&lt;BR /&gt;any other ways?</description>
      <pubDate>Tue, 16 Mar 2004 00:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219560#M170105</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2004-03-16T00:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219561#M170106</link>
      <description>Hi,&lt;BR /&gt;If you know the tty of the user's process then you can use fuser -k on that particular tty.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Mar 2004 00:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219561#M170106</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-16T00:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219562#M170107</link>
      <description>tnx shaik... =)</description>
      <pubDate>Tue, 16 Mar 2004 00:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219562#M170107</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2004-03-16T00:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219563#M170108</link>
      <description>fuser -k to the tty device from who -u command</description>
      <pubDate>Tue, 16 Mar 2004 00:53:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219563#M170108</guid>
      <dc:creator>hien</dc:creator>
      <dc:date>2004-03-16T00:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219564#M170109</link>
      <description>thanks rovercm</description>
      <pubDate>Tue, 16 Mar 2004 00:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219564#M170109</guid>
      <dc:creator>hien</dc:creator>
      <dc:date>2004-03-16T00:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: User session cant be killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219565#M170110</link>
      <description>didn't you try "ps -uef userA"&lt;BR /&gt;&lt;BR /&gt;it will list you the processes that are spawned by userA and you can kill them all.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 16 Mar 2004 00:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-session-cant-be-killed/m-p/3219565#M170110</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-16T00:59:11Z</dc:date>
    </item>
  </channel>
</rss>

