<?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: /var/adm/syslog/syslog never being written to in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402707#M201159</link>
    <description>1)Check wether  syslogd deamon is running&lt;BR /&gt;#ps -aef |grep syslogd&lt;BR /&gt;    root   393     1  0  Sep 29  ?         0:01 /usr/sbin/syslogd -D&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)Pls review /etc/syslog.conf file&lt;BR /&gt;it should look like&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;&lt;BR /&gt;&lt;BR /&gt;3)check for the permission of the syslog.log&lt;BR /&gt;# ll /var/adm/syslog/syslog.log&lt;BR /&gt;-rw-r--r--   1 root       root        514756 Oct 19 11:47 /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Oct 2004 02:06:45 GMT</pubDate>
    <dc:creator>Sยภเl Kย๓คг</dc:creator>
    <dc:date>2004-10-19T02:06:45Z</dc:date>
    <item>
      <title>/var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402699#M201151</link>
      <description>I have an ux 11.0 machine whose syslog is always 0 bytes. I have other machines where various things are being written to syslog as I would expect. the /etc/syslog.conf file is identical on each machine.&lt;BR /&gt;&lt;BR /&gt;What might be missing that is not allowing/creating syslog entries on this one machine??</description>
      <pubDate>Mon, 18 Oct 2004 14:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402699#M201151</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2004-10-18T14:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402700#M201152</link>
      <description>The syslog daemon may not be running.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep syslog&lt;BR /&gt;&lt;BR /&gt;should yeild&lt;BR /&gt;/usr/bin/syslog -D &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;Check the permissions on the syslog file and make sure it can be written to.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 18 Oct 2004 14:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402700#M201152</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-18T14:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402701#M201153</link>
      <description>The most obvious answer is that syslogd is not running. The very first thing to do is a ps -ef | grep syslogd to see if the daemon is running.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2004 14:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402701#M201153</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-18T14:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402702#M201154</link>
      <description>is the syslogd daemon running?&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep syslog&lt;BR /&gt;root       899     1  0  Sep 28  ?           00:01 /usr/sbin/syslogd -D&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check for /sbin/init.d/syslogd&lt;BR /&gt;&lt;BR /&gt;and link in /sbin/rc2.d&lt;BR /&gt;lrwxr-xr-x   1 root       root            20 Sep 23  2002 S220syslogd -&amp;gt; /sbin/init.d/syslogd&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 18 Oct 2004 14:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402702#M201154</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-18T14:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402703#M201155</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;Check the /etc/syslog.conf sometimes there are spaces instead of tabs between levels.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 18 Oct 2004 14:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402703#M201155</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-10-18T14:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402704#M201156</link>
      <description>interestingly, lsof shows 19 file open on the problem machine - machines with normal syslog entries show 20 files open... the extra file being /var/adm/syslog/syslog.log</description>
      <pubDate>Mon, 18 Oct 2004 15:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402704#M201156</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2004-10-18T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402705#M201157</link>
      <description>Did someone (as root) change permissions on /etc/syslog.conf--it should be 444 owned by bin. Also, if the file was edited incorrectly, it may invalidate the filtering. There is a clean version in /usr/newconfig/etc. See if any logging is taking place:&lt;BR /&gt; &lt;BR /&gt;logger -p kern.emerg "Testing syslogd"&lt;BR /&gt; &lt;BR /&gt;With a standard /etc/syslog.conf, you'll get the message in syslog and also a message on every terminal that is logged in.&lt;BR /&gt; &lt;BR /&gt;If nothing happens, find syslog's PID:&lt;BR /&gt; &lt;BR /&gt;ps -e | grep syslogd&lt;BR /&gt; &lt;BR /&gt;If there are none, then start syslogd with:&lt;BR /&gt; &lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt; &lt;BR /&gt;If there is one copy running, use the command:&lt;BR /&gt; &lt;BR /&gt;kill -HUP &lt;PID&gt;&lt;BR /&gt; &lt;BR /&gt;Check also that the file /var/rub/syslogd.pid has the same number as ps reports. If it does not, syslogd was probably killed accidently by a root user. Restart syslogd with:&lt;BR /&gt; &lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt; &lt;BR /&gt;If there are multiple copies running, kill all the syslogs with:&lt;BR /&gt; &lt;BR /&gt;ps -e | grep syslogd&lt;BR /&gt;kill -HUP &lt;PID&gt; &lt;PID&gt; &lt;PID&gt; ...&lt;BR /&gt; &lt;BR /&gt;Check ps again to make sure all copies are gone then restart syslogd again.&lt;BR /&gt; &lt;BR /&gt;You may not be up to date on patches.&lt;/PID&gt;&lt;/PID&gt;&lt;/PID&gt;&lt;/PID&gt;</description>
      <pubDate>Mon, 18 Oct 2004 19:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402705#M201157</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-18T19:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402706#M201158</link>
      <description>If /var fills up then its not unknown for syslogd to stop writing to the syslog.log file even after space has been cleared down. Sending a kill -HUP to syslogd as suggested by Bill usually gets it going again.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 19 Oct 2004 01:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402706#M201158</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2004-10-19T01:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402707#M201159</link>
      <description>1)Check wether  syslogd deamon is running&lt;BR /&gt;#ps -aef |grep syslogd&lt;BR /&gt;    root   393     1  0  Sep 29  ?         0:01 /usr/sbin/syslogd -D&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)Pls review /etc/syslog.conf file&lt;BR /&gt;it should look like&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;&lt;BR /&gt;&lt;BR /&gt;3)check for the permission of the syslog.log&lt;BR /&gt;# ll /var/adm/syslog/syslog.log&lt;BR /&gt;-rw-r--r--   1 root       root        514756 Oct 19 11:47 /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2004 02:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402707#M201159</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-10-19T02:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: /var/adm/syslog/syslog never being written to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402708#M201160</link>
      <description>There was something wrong with /etc/syslog.conf.  I copied the file from a machine that was working, stopped and start syslogd, and now I get syslog entries&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 19 Oct 2004 08:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-adm-syslog-syslog-never-being-written-to/m-p/3402708#M201160</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2004-10-19T08:36:02Z</dc:date>
    </item>
  </channel>
</rss>

