<?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: Users being shown as still logged on in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216086#M465982</link>
    <description>&amp;gt;Lim: I have the same problem too... And because we only allow our user single login... But is there any another way beside that?&lt;BR /&gt;&lt;BR /&gt;You should really create your own thread so you can assign points.  It also depends on your OS version.&lt;BR /&gt;&lt;BR /&gt;You can use the "Forums advanced search" to search for my name and utmp under HP-UX.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1316098" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1316098&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1378410" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1378410&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1327311" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1327311&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1327261" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1327261&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1227594" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1227594&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1339685" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1339685&lt;/A&gt;</description>
    <pubDate>Thu, 24 Dec 2009 09:01:54 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-12-24T09:01:54Z</dc:date>
    <item>
      <title>Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216078#M465974</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The users are still showing as logged even after logging off. The outputs of "who" and "last" commands vary to a large extent.&lt;BR /&gt;&lt;BR /&gt;Any comments?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 23 Dec 2009 16:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216078#M465974</guid>
      <dc:creator>rhansen</dc:creator>
      <dc:date>2009-12-23T16:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216079#M465975</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Some times if a user doesn't logout correctly there session will still show up with the who command. The only way I know to clear it is to reboot which isn't always an option.&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Wed, 23 Dec 2009 17:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216079#M465975</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2009-12-23T17:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216080#M465976</link>
      <description>Do they still have active processes running?  Run ps -ef |grep "username" to see.  If they have no processes then I wouldn't worry about it.  If they do, it's a trivial matter to come up with a script to eliminate those processes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 23 Dec 2009 17:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216080#M465976</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-12-23T17:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216081#M465977</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;This is not unexpected if your users disconnect from your server by abortively closing (for example) a telnet session running on a PC emulator.  In this case, there is no signal to write a logoff record.  Usually the missing information is in the 'wtmps' file from which 'last' reads.  You can null this file and/or fix it up if you insist.  If it is the output of 'who' that is corrupt, the next reboot will cure that.&lt;BR /&gt;&lt;BR /&gt;Problems like this tended to be more prevalent in earlier HP-UX releases; less so, seemingly, in current releases.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 23 Dec 2009 17:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216081#M465977</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-12-23T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216082#M465978</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Your /var/adm/syslog/wtmp file may be corrupt.  Sounds like it.  Try the wtmpfix command as well as fwtmp.&lt;BR /&gt;&lt;BR /&gt;You should have used fwtmp to read the old file out in ASCII format, removed any spurious entries, and then used fwtmp to rewrite the file in binary format.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=29295" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=29295&lt;/A&gt;</description>
      <pubDate>Wed, 23 Dec 2009 17:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216082#M465978</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-12-23T17:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216083#M465979</link>
      <description>&amp;gt;The users are still showing as logged even after logging off.&lt;BR /&gt;&lt;BR /&gt;This means HP-UX is broken.  What OS version are you using?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;sp: The only way I know to clear it is to reboot which isn't always an option.&lt;BR /&gt;&lt;BR /&gt;Or edit the utmp(4) files.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Pete: If they have no processes then I wouldn't worry about it.&lt;BR /&gt;&lt;BR /&gt;Unfortunately some scripts won't work if the output of who(1) shows existing processes.  :-(&lt;BR /&gt;&lt;BR /&gt;&amp;gt;JRF: This is not unexpected if your users disconnect from your server by abortively&lt;BR /&gt;&lt;BR /&gt;This is completely unexpected if you assume the OS is robust.  :-(&lt;BR /&gt;It is the OS's job to keep track of resources.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;less so, seemingly, in current releases.&lt;BR /&gt;&lt;BR /&gt;Yes, it seems adding utmpd(1m) has fixed it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Michael: Your /var/adm/syslog/wtmp file may be corrupt.&lt;BR /&gt;&lt;BR /&gt;For logged on users, this info is in the utmp(4) files.</description>
      <pubDate>Thu, 24 Dec 2009 01:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216083#M465979</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-12-24T01:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216084#M465980</link>
      <description>Thanks Dennis</description>
      <pubDate>Thu, 24 Dec 2009 02:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216084#M465980</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-12-24T02:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216085#M465981</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I have the same problem too, users have not log-off properly or sometime network due to network intermittent.  I have "who -q" or "last &lt;USERID&gt;" and it shows that the user is still logon but ps -ef | grep &lt;USERID&gt; shows nothing at all.&lt;BR /&gt;And because we only allow our user single login (no simultaneous login), this cause them NO LONGER able to login unless we can clear it from the system and the only way is to reboot, or enable multilogin to the userID.&lt;BR /&gt;But is there any another way beside that?&lt;BR /&gt;&lt;/USERID&gt;&lt;/USERID&gt;</description>
      <pubDate>Thu, 24 Dec 2009 03:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216085#M465981</guid>
      <dc:creator>Lim Jonhong</dc:creator>
      <dc:date>2009-12-24T03:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216086#M465982</link>
      <description>&amp;gt;Lim: I have the same problem too... And because we only allow our user single login... But is there any another way beside that?&lt;BR /&gt;&lt;BR /&gt;You should really create your own thread so you can assign points.  It also depends on your OS version.&lt;BR /&gt;&lt;BR /&gt;You can use the "Forums advanced search" to search for my name and utmp under HP-UX.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1316098" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1316098&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1378410" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1378410&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1327311" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1327311&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1327261" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1327261&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1227594" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1227594&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1339685" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1339685&lt;/A&gt;</description>
      <pubDate>Thu, 24 Dec 2009 09:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216086#M465982</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-12-24T09:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216087#M465983</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If users connections are throuh ssh , i beleive this could be ssh issue.I guess some of the old version of ssh had this kind of problem.&lt;BR /&gt;&lt;BR /&gt;Javed</description>
      <pubDate>Thu, 24 Dec 2009 09:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216087#M465983</guid>
      <dc:creator>Javed Khan_1</dc:creator>
      <dc:date>2009-12-24T09:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Users being shown as still logged on</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216088#M465984</link>
      <description>I got the solution, thanks to everyone who replied.</description>
      <pubDate>Thu, 24 Dec 2009 18:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-being-shown-as-still-logged-on/m-p/5216088#M465984</guid>
      <dc:creator>rhansen</dc:creator>
      <dc:date>2009-12-24T18:16:57Z</dc:date>
    </item>
  </channel>
</rss>

