<?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 empty in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801651#M266663</link>
    <description>&lt;BR /&gt;run &lt;BR /&gt;/sbin/init.d/syslog stop&lt;BR /&gt;/sbin/init.d/syslog start&lt;BR /&gt;to recycle the syslog daemon.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The most common cause I have come across for this problem is a new sysadmin wants to reset the syslog.log file because it has gotten to big.  They either move or delete the syslog.log file without shutting down the daemon&lt;BR /&gt;&lt;BR /&gt;if it moved and an empty syslog.log file is created, the logging will continue to the moved file, not the new file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if it deleted and a new syslog.log file created. the daemon continues to atempt to send to deleted files disk location (but does not write as the file does not exist there anymore) the new file remains empty&lt;BR /&gt;&lt;BR /&gt;SAM will prune the syslog if you want to decrease its size&lt;BR /&gt;&lt;BR /&gt;you can also COPY the syslog.log to another file with the daemon running and cat /dev/null &amp;gt; /var/adm/syslog/syslog/log to zero out the syslog.log file&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Jun 2006 10:50:27 GMT</pubDate>
    <dc:creator>DCE</dc:creator>
    <dc:date>2006-06-07T10:50:27Z</dc:date>
    <item>
      <title>syslog.log empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801647#M266659</link>
      <description>Hi people,well it seems that my /var/adm/syslog/syslog.log is empty. How do i go about resetting it so that it starts filling up again??&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 07 Jun 2006 09:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801647#M266659</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-06-07T09:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801648#M266660</link>
      <description>I would for check /etc/syslog.conf and make sure it is configured to send messages to syslog.log.  If that look good then I would stop and restart the syslog daemon (syslogd).&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syslogd stop&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep syslog&lt;BR /&gt;&lt;BR /&gt;to verify that it is now running.&lt;BR /&gt;&lt;BR /&gt;To see if it is working you can do:&lt;BR /&gt;&lt;BR /&gt;# logger This is a test message to syslog.</description>
      <pubDate>Wed, 07 Jun 2006 09:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801648#M266660</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-06-07T09:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801649#M266661</link>
      <description>Hi,&lt;BR /&gt;is the syslog daemon (syslogd) running ?</description>
      <pubDate>Wed, 07 Jun 2006 09:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801649#M266661</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-06-07T09:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801650#M266662</link>
      <description>Could you check your /etc/syslog.conf file.&lt;BR /&gt;&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;there should be a tabs between the columns.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 07 Jun 2006 09:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801650#M266662</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-06-07T09:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801651#M266663</link>
      <description>&lt;BR /&gt;run &lt;BR /&gt;/sbin/init.d/syslog stop&lt;BR /&gt;/sbin/init.d/syslog start&lt;BR /&gt;to recycle the syslog daemon.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The most common cause I have come across for this problem is a new sysadmin wants to reset the syslog.log file because it has gotten to big.  They either move or delete the syslog.log file without shutting down the daemon&lt;BR /&gt;&lt;BR /&gt;if it moved and an empty syslog.log file is created, the logging will continue to the moved file, not the new file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if it deleted and a new syslog.log file created. the daemon continues to atempt to send to deleted files disk location (but does not write as the file does not exist there anymore) the new file remains empty&lt;BR /&gt;&lt;BR /&gt;SAM will prune the syslog if you want to decrease its size&lt;BR /&gt;&lt;BR /&gt;you can also COPY the syslog.log to another file with the daemon running and cat /dev/null &amp;gt; /var/adm/syslog/syslog/log to zero out the syslog.log file&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jun 2006 10:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801651#M266663</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-06-07T10:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801652#M266664</link>
      <description>We've had a few occurances here where the filesystem (/var) filled up, The offending files in /var were removed but syslog.log didn't have anything new written to it, untill syslogd was stopped/started.</description>
      <pubDate>Wed, 07 Jun 2006 12:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-empty/m-p/3801652#M266664</guid>
      <dc:creator>S.Rider</dc:creator>
      <dc:date>2006-06-07T12:14:19Z</dc:date>
    </item>
  </channel>
</rss>

