<?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: Nothing going into syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179887#M459828</link>
    <description>Hi Yvonne,&lt;BR /&gt;&lt;BR /&gt;Can you post the contents of /etc/syslog.conf?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Richard</description>
    <pubDate>Mon, 08 Jun 2009 13:05:48 GMT</pubDate>
    <dc:creator>Richard Hepworth</dc:creator>
    <dc:date>2009-06-08T13:05:48Z</dc:date>
    <item>
      <title>Nothing going into syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179886#M459827</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We have two new rx3600 servers which have just been built by consultants but for some reason no messages are going into syslog.  I've restarted syslogd but still nothing.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Mon, 08 Jun 2009 12:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179886#M459827</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2009-06-08T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing going into syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179887#M459828</link>
      <description>Hi Yvonne,&lt;BR /&gt;&lt;BR /&gt;Can you post the contents of /etc/syslog.conf?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 08 Jun 2009 13:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179887#M459828</guid>
      <dc:creator>Richard Hepworth</dc:creator>
      <dc:date>2009-06-08T13:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing going into syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179888#M459829</link>
      <description>&amp;gt; I've restarted syslogd but still nothing.&lt;BR /&gt;&lt;BR /&gt;How long has the syslogd been running? It is possible that nothing was generated. Force a syslog message by running "logger test".&lt;BR /&gt;Check if syslog is actually running and check its startup file in /etc/rc.config.d/syslog.&lt;BR /&gt;Check if /etc/syslog.conf is modified and they set the servers to log somewhere else or not log at all. Check if the consultants installed syslog-ng. &lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 13:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179888#M459829</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-06-08T13:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing going into syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179889#M459830</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Yes sorry I should have mentioned that each time I've restarted syslogd I've run logger to put a message through but it doesn't enter into the syslog.log.  As for the contents of syslog.conf, see below:&lt;BR /&gt;&lt;BR /&gt;# @(#)B.11.31_LR&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;local5.info             /var/adm/syslog/local5ftp.log&lt;BR /&gt;daemon.info             /var/adm/syslog/daemon.log&lt;BR /&gt;auth.info               /var/adm/syslog/auth.log&lt;BR /&gt;*.info;mail.none;local5.none;daemon.none;auth.info      /var/adm/syslog/syslog.l&lt;BR /&gt;og&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *&lt;BR /&gt;user.alert      @uklnet002&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 13:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179889#M459830</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2009-06-08T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing going into syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179890#M459831</link>
      <description>Hi Yvonne:&lt;BR /&gt;&lt;BR /&gt;The '/etc/syslog.conf' file requires TAB characters as field seperators as described in the manpages for 'syslogd(1M)'.&lt;BR /&gt;&lt;BR /&gt;Make sure you have TAB and not space characters.  You can verify with:&lt;BR /&gt;&lt;BR /&gt;# cat -et /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 13:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179890#M459831</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-08T13:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing going into syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179891#M459832</link>
      <description>The last line in the syslog.conf is an add-onn. I suspect it has spaces in it.</description>
      <pubDate>Mon, 08 Jun 2009 13:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179891#M459832</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-06-08T13:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing going into syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179892#M459833</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You were right, that last line did have spaces and I replaced them with a tab, restarted syslogd (by running kill -HUP on the process), then ran a logger command but still nothing in the syslog.log.&lt;BR /&gt;&lt;BR /&gt;rgds</description>
      <pubDate>Mon, 08 Jun 2009 13:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179892#M459833</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2009-06-08T13:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing going into syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179893#M459834</link>
      <description>Fixed it!&lt;BR /&gt;&lt;BR /&gt;I copied over a syslog.conf from the old server and suspect there were more spaces in the file on other lines as the old syslog.conf works fine.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone.</description>
      <pubDate>Mon, 08 Jun 2009 13:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nothing-going-into-syslog/m-p/5179893#M459834</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2009-06-08T13:38:40Z</dc:date>
    </item>
  </channel>
</rss>

