<?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.conf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580717#M733403</link>
    <description>Hi StÃ©phane,&lt;BR /&gt;&lt;BR /&gt;I believe it should be auth.info, the syslog daemon is very picky.&lt;BR /&gt;&lt;BR /&gt;try this.&lt;BR /&gt;&lt;BR /&gt;auth.info @10.1.0.100&lt;BR /&gt;auth.info /var/adm/syslog/auth.log&lt;BR /&gt;&lt;BR /&gt;Kill and start the syslogd.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Tue, 09 Feb 2010 15:15:54 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2010-02-09T15:15:54Z</dc:date>
    <item>
      <title>syslog.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580716#M733402</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Ou security guy wants to log all sessions (telnet, ftp, ssh) on our HP-UX server using a syslog server. I am trying to send the info using the HP-UX syslog but it does not seem to be working using *.auth. Any advice? Here is the syslog.conf config. Yes they are some TAB between the first and second column...just can't see here ;o)&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;*.info;mail.none;local1.none       /var/adm/syslog/syslog.log&lt;BR /&gt;*.info;mail.none;local1.none       @10.1.0.100&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *&lt;BR /&gt;*.auth                  @10.1.0.100&lt;BR /&gt;#</description>
      <pubDate>Tue, 09 Feb 2010 14:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580716#M733402</guid>
      <dc:creator>Stéphane Gauthier</dc:creator>
      <dc:date>2010-02-09T14:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580717#M733403</link>
      <description>Hi StÃ©phane,&lt;BR /&gt;&lt;BR /&gt;I believe it should be auth.info, the syslog daemon is very picky.&lt;BR /&gt;&lt;BR /&gt;try this.&lt;BR /&gt;&lt;BR /&gt;auth.info @10.1.0.100&lt;BR /&gt;auth.info /var/adm/syslog/auth.log&lt;BR /&gt;&lt;BR /&gt;Kill and start the syslogd.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 09 Feb 2010 15:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580717#M733403</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2010-02-09T15:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580718#M733404</link>
      <description>Tks. I have try and auth.info does it only with ftp connexion and do not catch the telnet or ssh one.</description>
      <pubDate>Tue, 09 Feb 2010 17:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580718#M733404</guid>
      <dc:creator>Stéphane Gauthier</dc:creator>
      <dc:date>2010-02-09T17:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580719#M733405</link>
      <description>This should be useful.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=267234" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=267234&lt;/A&gt;</description>
      <pubDate>Wed, 10 Feb 2010 02:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580719#M733405</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-10T02:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580720#M733406</link>
      <description>You don't have to kill and restart the syslog daemon, just do a ps -ef | grep syslog, find the PID and run "kill -HUP 1234" where 1234 is the PID of syslogd.&lt;BR /&gt;&lt;BR /&gt;Syslog only requires you to tell it to "hang up" and re-read the config. Otherwise, you will miss any messages that occur during the restart.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf/m-p/4580720#M733406</guid>
      <dc:creator>Don Mallory</dc:creator>
      <dc:date>2010-03-01T16:33:47Z</dc:date>
    </item>
  </channel>
</rss>

