<?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: Syslog.log not logging anymore ... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982999#M420239</link>
    <description>try /usr/sbin/acct/startup to reactivate writing to wtmp file...</description>
    <pubDate>Mon, 05 Jun 2006 10:40:35 GMT</pubDate>
    <dc:creator>Greg Vaidman</dc:creator>
    <dc:date>2006-06-05T10:40:35Z</dc:date>
    <item>
      <title>Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982992#M420232</link>
      <description>On Friday one of my colleague ran a program at background that required passwd. He didn't notice this so the program ran with extensive tmp file in /var over the weekend filling up the file system /var. After we killed the program, the space it took on /var were released. All went well ever since except, /var/adm/syslog/syslog.log, mail.log, wtmp, btmp all stopped logging. &lt;BR /&gt;&lt;BR /&gt;How can I make them work again ? I hope not to reboot the server.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chushia</description>
      <pubDate>Mon, 05 Jun 2006 09:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982992#M420232</guid>
      <dc:creator>Chushia</dc:creator>
      <dc:date>2006-06-05T09:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982993#M420233</link>
      <description>/sbin/init.d/syslogd start</description>
      <pubDate>Mon, 05 Jun 2006 09:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982993#M420233</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-05T09:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982994#M420234</link>
      <description>For syslog:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syslogd stop&lt;BR /&gt;# /sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;For mail.log:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;wtmp and btmp should start logging again automatically.</description>
      <pubDate>Mon, 05 Jun 2006 10:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982994#M420234</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-06-05T10:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982995#M420235</link>
      <description>Chusia, &lt;BR /&gt;the first thing you should do is stop/start the syslogd daemon&lt;BR /&gt;&lt;BR /&gt;There are several ways to stop/start the syslog daemon listed in the man page for syslogd&lt;BR /&gt;&lt;BR /&gt;I prefer to issue the commands&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd stop&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;to stop/start the daemon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jun 2006 10:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982995#M420235</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-06-05T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982996#M420236</link>
      <description>Thanks, A.Clay, Patrick and DCE.&lt;BR /&gt;Now syslog and mail log are all functioning.&lt;BR /&gt;&lt;BR /&gt;For wtmp and btmp, I can see the time stamp did show current. But "last" command didn't show any new login information. How to fix this, please ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chushia</description>
      <pubDate>Mon, 05 Jun 2006 10:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982996#M420236</guid>
      <dc:creator>Chushia</dc:creator>
      <dc:date>2006-06-05T10:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982997#M420237</link>
      <description>/var/adm/wtmp almost certainly is corrupt. You need to use fwtmp to output the file in ASCII mode to a text file and then remove any bogus entries and then use fwtmp agin to read your edited file and output in binary format. Man fwtmp and wtmpfix for details.</description>
      <pubDate>Mon, 05 Jun 2006 10:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982997#M420237</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-05T10:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982998#M420238</link>
      <description>When pcnfsd receives a PCNFSD_AUTH or PCNFSD2_AUTH&lt;BR /&gt;  request, it will "log in" the user by validating the&lt;BR /&gt;  user name and password, returning the corresponding&lt;BR /&gt;  user ID, group IDs, home directory, and umask. It&lt;BR /&gt;  will also append a record to the wtmp data base&lt;BR /&gt;  (see wtmp(4)).  If you do not want PC "logins"&lt;BR /&gt;  recorded in this way, add a line to the /etc/pcnfsd.conf&lt;BR /&gt;  file in the form:&lt;BR /&gt;&lt;BR /&gt;       wtmp off</description>
      <pubDate>Mon, 05 Jun 2006 10:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982998#M420238</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-06-05T10:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982999#M420239</link>
      <description>try /usr/sbin/acct/startup to reactivate writing to wtmp file...</description>
      <pubDate>Mon, 05 Jun 2006 10:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4982999#M420239</guid>
      <dc:creator>Greg Vaidman</dc:creator>
      <dc:date>2006-06-05T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog.log not logging anymore ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4983000#M420240</link>
      <description>Thanks A. Clay!&lt;BR /&gt;&lt;BR /&gt;The wtmp file is corrupted.&lt;BR /&gt;I used fwtmp to translate the file to ASCII to edit and then fwtmp to translate it back to wtmp format. Now the "last" gives account information ...&lt;BR /&gt;&lt;BR /&gt;Greatly appreciated!&lt;BR /&gt;Chushia</description>
      <pubDate>Mon, 05 Jun 2006 11:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-not-logging-anymore/m-p/4983000#M420240</guid>
      <dc:creator>Chushia</dc:creator>
      <dc:date>2006-06-05T11:06:31Z</dc:date>
    </item>
  </channel>
</rss>

