<?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 is not logging activity in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781377#M77260</link>
    <description>Another possibility if syslogd is running is that someone edited/emptied the syslog file while syslog had the file open.  Try sending a HUP signal to the syslog process, i.e. kill -HUP $(cat /var/run/syslog.pid).&lt;BR /&gt;&lt;BR /&gt;Also, you can try using logger to send something to syslog.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Wed, 07 Aug 2002 12:19:29 GMT</pubDate>
    <dc:creator>Santosh Nair_1</dc:creator>
    <dc:date>2002-08-07T12:19:29Z</dc:date>
    <item>
      <title>Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781373#M77256</link>
      <description>Apparently  /var/adm/syslog/syslog.log is not being reported to.  What would have caused this and how do I fix it??</description>
      <pubDate>Wed, 07 Aug 2002 12:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781373#M77256</guid>
      <dc:creator>Lisa Moore</dc:creator>
      <dc:date>2002-08-07T12:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781374#M77257</link>
      <description>Check your /etc/syslog.conf:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# @(#) $Revision: 74.1 $&lt;BR /&gt;#&lt;BR /&gt;# syslogd configuration file.&lt;BR /&gt;#&lt;BR /&gt;# See syslogd(1M) for information about the format of this file.&lt;BR /&gt;#&lt;BR /&gt;mail.debug              /var/adm/syslog/mail.log&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check the process:&lt;BR /&gt;# ps -ef | grep syslog&lt;BR /&gt;    root   476     1  0  Aug  5  ?         0:00 /usr/sbin/syslogd -D&lt;BR /&gt;    root 14055 12565  1 14:21:33 ttyp3     0:00 grep syslog&lt;BR /&gt;&lt;BR /&gt;and restart if necessary:&lt;BR /&gt; # /sbin/init.d/syslogd&lt;BR /&gt;usage: /sbin/init.d/syslogd {start|stop}&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 07 Aug 2002 12:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781374#M77257</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-08-07T12:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781375#M77258</link>
      <description>&lt;BR /&gt;Check to see if syslogd is running. get "lsof" (below is link) and check if the syslog.log file is open.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 07 Aug 2002 12:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781375#M77258</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-07T12:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781376#M77259</link>
      <description>Hi Lisa,&lt;BR /&gt;&lt;BR /&gt; You should bounce the syslogd daemon.&lt;BR /&gt;Find the PID using&lt;BR /&gt;#ps -ef | grep syslog&lt;BR /&gt;then kill HUP it&lt;BR /&gt;#kill -HUP xxxx&lt;BR /&gt;where xxxx is the PID reported in the ps command.&lt;BR /&gt;This is not uncommon for the syslog daemon to "hang" like this.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 07 Aug 2002 12:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781376#M77259</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-07T12:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781377#M77260</link>
      <description>Another possibility if syslogd is running is that someone edited/emptied the syslog file while syslog had the file open.  Try sending a HUP signal to the syslog process, i.e. kill -HUP $(cat /var/run/syslog.pid).&lt;BR /&gt;&lt;BR /&gt;Also, you can try using logger to send something to syslog.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 07 Aug 2002 12:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781377#M77260</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2002-08-07T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781378#M77261</link>
      <description>I tried the first suggestion, but there is no syslog process running.  Please review the output and advise.  THANKS!!&lt;BR /&gt;&lt;BR /&gt;finance:/etc#cat syslog.conf&lt;BR /&gt;# @(#) $Revision: 74.1 $&lt;BR /&gt;#&lt;BR /&gt;# syslogd configuration file.&lt;BR /&gt;#&lt;BR /&gt;# See syslogd(1M) for information about the format of this file.&lt;BR /&gt;#&lt;BR /&gt;mail.debug              /var/adm/syslog/mail.log&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *&lt;BR /&gt;finance:/etc#ps -ef | grep syslog&lt;BR /&gt;    root 13577  7004  1 09:20:14 pts/tb    0:00 grep syslog&lt;BR /&gt;finance:/etc#/sbin/init.d/syslogd&lt;BR /&gt;usage: /sbin/init.d/syslogd {start|stop}&lt;BR /&gt;finance:/etc#ps -ef | grep syslog&lt;BR /&gt;    root 13580  7004  1 09:20:45 pts/tb    0:00 grep syslog&lt;BR /&gt;finance:/etc#cd&lt;BR /&gt;finance:/#/sbin/init.d/syslogd&lt;BR /&gt;usage: /sbin/init.d/syslogd {start|stop}&lt;BR /&gt;finance:/#ps -ef | grep syslog&lt;BR /&gt;    root 13583  7004  0 09:21:00 pts/tb    0:00 grep syslog&lt;BR /&gt;finance:/#&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 12:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781378#M77261</guid>
      <dc:creator>Lisa Moore</dc:creator>
      <dc:date>2002-08-07T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781379#M77262</link>
      <description>To bring up syslogd, do the following:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;Note the start parameter at the end.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 07 Aug 2002 12:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781379#M77262</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2002-08-07T12:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781380#M77263</link>
      <description>Lisa,&lt;BR /&gt;&lt;BR /&gt;Your syslogd is not running.  To start it, run:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;Then check with:&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep syslogd&lt;BR /&gt;&lt;BR /&gt;You should see it up and running.&lt;BR /&gt;&lt;BR /&gt;Your /etc/syslog.conf looks fine.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Wed, 07 Aug 2002 12:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781380#M77263</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-08-07T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog is not logging activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781381#M77264</link>
      <description>YOU GUYS ARE THE GREATEST!!!&lt;BR /&gt;&lt;BR /&gt;Thank you sooooo much!&lt;BR /&gt;&lt;BR /&gt;finance:/sbin/init.d#/sbin/init.d/syslogd start    &lt;BR /&gt;System message logger started&lt;BR /&gt;finance:/sbin/init.d#ps -ef | grep syslog&lt;BR /&gt;    root 14214     1  0 09:33:26 ?         0:00 /usr/sbin/syslogd -D&lt;BR /&gt;    root 14216  7004  0 09:33:31 pts/tb    0:00 grep syslog&lt;BR /&gt;finance:/sbin/init.d#more /var/adm/syslog/syslog.log&lt;BR /&gt;Aug  7 09:33:26 finance syslogd: restart</description>
      <pubDate>Wed, 07 Aug 2002 12:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-is-not-logging-activity/m-p/2781381#M77264</guid>
      <dc:creator>Lisa Moore</dc:creator>
      <dc:date>2002-08-07T12:33:26Z</dc:date>
    </item>
  </channel>
</rss>

