<?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: WTMP problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446148#M9398</link>
    <description>have you tried &lt;BR /&gt;&lt;BR /&gt;strings wtmp?&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Sep 2000 21:00:01 GMT</pubDate>
    <dc:creator>Kofi ARTHIABAH</dc:creator>
    <dc:date>2000-09-18T21:00:01Z</dc:date>
    <item>
      <title>WTMP problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446147#M9397</link>
      <description>last on the wtmp gives me a core dump is there any way to get the information of the user in such cases ?</description>
      <pubDate>Mon, 18 Sep 2000 20:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446147#M9397</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2000-09-18T20:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: WTMP problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446148#M9398</link>
      <description>have you tried &lt;BR /&gt;&lt;BR /&gt;strings wtmp?&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2000 21:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446148#M9398</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-18T21:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: WTMP problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446149#M9399</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You might try 'fwtmp' (see: man 1M fwtmp) to read the file.  If the file is corrupt, your only recourse may be to:&lt;BR /&gt;&lt;BR /&gt;# cat /dev/null &amp;gt; /var/adm/wtmp&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 18 Sep 2000 21:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446149#M9399</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-18T21:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: WTMP problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446150#M9400</link>
      <description>use the /usr/sbin/acct/fwtmp command in order to read the wtmp file. The form you should use is:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/acct/fwtmp &amp;lt; /var/adm/wtmp &amp;gt; /tmp/filetemp&lt;BR /&gt;&lt;BR /&gt;Then you can read the informations (you would have seen with last ) in the file /tmp/filetemp.&lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Tue, 19 Sep 2000 06:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446150#M9400</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-19T06:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: WTMP problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446151#M9401</link>
      <description>If you have finished with federico's command, delete the corrupted file and use touch /var/adm/wtmp to create a new wtmp file.</description>
      <pubDate>Tue, 19 Sep 2000 09:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446151#M9401</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-19T09:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: WTMP problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446152#M9402</link>
      <description>Looks like your wtmp file is corrupt use fwtmp to fix it or remove the file and create with a new one.</description>
      <pubDate>Tue, 19 Sep 2000 10:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446152#M9402</guid>
      <dc:creator>Vincente Fernandes</dc:creator>
      <dc:date>2000-09-19T10:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: WTMP problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446153#M9403</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;BTW, the safe way to handle recreating the wtmp file, if necessary, is:&lt;BR /&gt;&lt;BR /&gt;# cat /dev/null &amp;gt; /var/adm/wtmp&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 19 Sep 2000 11:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wtmp-problems/m-p/2446153#M9403</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-19T11:39:39Z</dc:date>
    </item>
  </channel>
</rss>

