<?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: Memory fault(coredump) error when using 'last' command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041350#M134422</link>
    <description>Simon,&lt;BR /&gt;&lt;BR /&gt;The usual culprit is a corrupt wtmp file.  Try moving it out of the way and re-creating it with "cat /dev/null &amp;gt; /var/adm/wtmp" to see if that cures the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Aug 2003 08:53:19 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-08-05T08:53:19Z</dc:date>
    <item>
      <title>Memory fault(coredump) error when using 'last' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041349#M134421</link>
      <description>If I issue a 'last' command&lt;BR /&gt;&lt;BR /&gt;eg. last root&lt;BR /&gt;&lt;BR /&gt;I get a 'Memory fault(coredump)' message. Has anyone seen this before ? Any idea's on cause/rectification ? Could it be to do with the wtmp file ?&lt;BR /&gt;&lt;BR /&gt;ALl help rewarded.&lt;BR /&gt;Thanks&lt;BR /&gt;Simon</description>
      <pubDate>Tue, 05 Aug 2003 08:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041349#M134421</guid>
      <dc:creator>Simon R Wootton</dc:creator>
      <dc:date>2003-08-05T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault(coredump) error when using 'last' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041350#M134422</link>
      <description>Simon,&lt;BR /&gt;&lt;BR /&gt;The usual culprit is a corrupt wtmp file.  Try moving it out of the way and re-creating it with "cat /dev/null &amp;gt; /var/adm/wtmp" to see if that cures the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 08:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041350#M134422</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-08-05T08:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault(coredump) error when using 'last' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041351#M134423</link>
      <description>Hi Simon:&lt;BR /&gt;&lt;BR /&gt;Yes, it is highly likely that 'var/adm/wtmp' (or perhaps 'var/adm/btmp') is corrupt.  You can preserve (copy) both and recreate each to see if the problem disappears.  If you find 'wtmp' causes the coredump but not 'btmp' you can restore 'btmp' and null 'wtmp'.  To recreate, do:&lt;BR /&gt;&lt;BR /&gt;# cat /dev/null &amp;gt; /var/adm/wtmp&lt;BR /&gt;# cat /dev/null &amp;gt; /var/adm/btmp&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 08:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041351#M134423</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-08-05T08:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault(coredump) error when using 'last' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041352#M134424</link>
      <description>Problem sorted - thanks guys !</description>
      <pubDate>Tue, 05 Aug 2003 08:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041352#M134424</guid>
      <dc:creator>Simon R Wootton</dc:creator>
      <dc:date>2003-08-05T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault(coredump) error when using 'last' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041353#M134425</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It sounds like you may have a corrupt wtmp file or btmp.&lt;BR /&gt;&lt;BR /&gt;Try copying them aside for backup purposes, then zero one out (eg, &amp;gt; wtmp) and try the last command again.  If it works then you have found the problem.  If not, then zero the other one out and cp the first one back and try again.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 08:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041353#M134425</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-05T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault(coredump) error when using 'last' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041354#M134426</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;99 percent chance of wtmp problems&lt;BR /&gt;&lt;BR /&gt;look at wtmpfix &lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Tue, 05 Aug 2003 09:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041354#M134426</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-08-05T09:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault(coredump) error when using 'last' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041355#M134427</link>
      <description>I had the same problem and just nulled the wtmp file and it fixed my problem.  Thanks.</description>
      <pubDate>Wed, 21 Jul 2004 12:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-when-using-last-command/m-p/3041355#M134427</guid>
      <dc:creator>Jim Mills_3</dc:creator>
      <dc:date>2004-07-21T12:58:22Z</dc:date>
    </item>
  </channel>
</rss>

