<?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 last command not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885242#M101809</link>
    <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;When I run the "last" command on my unix box command line, the result is something like the following:&lt;BR /&gt;# last yanw&lt;BR /&gt;Memory fault(coredump)&lt;BR /&gt;&lt;BR /&gt;any ideas?</description>
    <pubDate>Mon, 20 Jan 2003 00:48:00 GMT</pubDate>
    <dc:creator>Yan Wong</dc:creator>
    <dc:date>2003-01-20T00:48:00Z</dc:date>
    <item>
      <title>last command not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885242#M101809</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;When I run the "last" command on my unix box command line, the result is something like the following:&lt;BR /&gt;# last yanw&lt;BR /&gt;Memory fault(coredump)&lt;BR /&gt;&lt;BR /&gt;any ideas?</description>
      <pubDate>Mon, 20 Jan 2003 00:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885242#M101809</guid>
      <dc:creator>Yan Wong</dc:creator>
      <dc:date>2003-01-20T00:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: last command not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885243#M101810</link>
      <description>Compare the /usr/bin/last file for corruption with other machine. Also make sure you have right permission in /var/adm which is 755 and adm:adm and make sure you have /var/adm/wtmp file.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Mon, 20 Jan 2003 01:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885243#M101810</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-01-20T01:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: last command not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885244#M101811</link>
      <description>Hi,&lt;BR /&gt;Your /var/adm/wtmp is corrupted.&lt;BR /&gt;Create a new one.&lt;BR /&gt;#&amp;gt;wtmp&lt;BR /&gt;or&lt;BR /&gt;rm wtmp&lt;BR /&gt;touch wtmp&lt;BR /&gt;chown adm:adm wtmp&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2003 01:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885244#M101811</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2003-01-20T01:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: last command not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885245#M101812</link>
      <description>Hi,&lt;BR /&gt;  Seems your wtmp file is corrupted. touch the file&lt;BR /&gt;&lt;BR /&gt;# &amp;gt; /var/adm/wtmp and change the owner and permissions.&lt;BR /&gt;&lt;BR /&gt;Srini.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2003 01:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885245#M101812</guid>
      <dc:creator>avsrini</dc:creator>
      <dc:date>2003-01-20T01:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: last command not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885246#M101813</link>
      <description>You'll flunk a security audit if you don't have a wtmp file.  Just advice that you are strongly urged to have one.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 20 Jan 2003 02:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885246#M101813</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-20T02:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: last command not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885247#M101814</link>
      <description>Looks like the wtmp file is corrupt.&lt;BR /&gt;&lt;BR /&gt;#cd /var/adm&lt;BR /&gt;#mv wtmp wtmp.old&lt;BR /&gt;#touch wtmp&lt;BR /&gt;#chmod 644 wtmp&lt;BR /&gt;&lt;BR /&gt;The reason for moving the wtmp is that the old information can be had from it&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/acct/fwtmp &amp;lt; /var/adm/wtmp.old &amp;gt;/tmp/wtmpascii&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2003 03:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-command-not-working/m-p/2885247#M101814</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-20T03:22:46Z</dc:date>
    </item>
  </channel>
</rss>

