<?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 - How to negate a facility in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077036#M730229</link>
    <description>It seems it's already installed but classic syslogd is now running.&lt;BR /&gt;I have to better look into</description>
    <pubDate>Tue, 30 Oct 2007 06:26:48 GMT</pubDate>
    <dc:creator>Mauro Gatti</dc:creator>
    <dc:date>2007-10-30T06:26:48Z</dc:date>
    <item>
      <title>syslog.conf - How to negate a facility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077034#M730227</link>
      <description>Hi all,&lt;BR /&gt;Does it exist a way to negate a facility in syslog.conf?&lt;BR /&gt;for example: if I write&lt;BR /&gt;auth.info /alpha&lt;BR /&gt;*.info /beta&lt;BR /&gt;system logs auth.info both in /alpha and in /beta&lt;BR /&gt;I would like that system logs auht.info only in /alpha without rewrite syslog.conf putting all facility but auth in 2nd line:&lt;BR /&gt;auht.info /alpha&lt;BR /&gt;facility1,facility2,..,facilityN.info /beta&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mauro  &lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2007 05:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077034#M730227</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2007-10-30T05:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf - How to negate a facility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077035#M730228</link>
      <description>Mauro,&lt;BR /&gt;&lt;BR /&gt;I use syslog-ng it's better and easy to use than syslogd.&lt;BR /&gt;&lt;BR /&gt;You can download it from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/syslog_ng-1.6.12/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/syslog_ng-1.6.12/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Fat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2007 06:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077035#M730228</guid>
      <dc:creator>Fat Scrape</dc:creator>
      <dc:date>2007-10-30T06:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf - How to negate a facility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077036#M730229</link>
      <description>It seems it's already installed but classic syslogd is now running.&lt;BR /&gt;I have to better look into</description>
      <pubDate>Tue, 30 Oct 2007 06:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077036#M730229</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2007-10-30T06:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf - How to negate a facility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077037#M730230</link>
      <description>Mauro,&lt;BR /&gt;&lt;BR /&gt;I think that into syslogd is no possible create the filters to deny some facilities.&lt;BR /&gt;&lt;BR /&gt;see this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dia.unisa.it/~ads/corso-security/www/CORSO-0304/Syslog/index.html" target="_blank"&gt;http://www.dia.unisa.it/~ads/corso-security/www/CORSO-0304/Syslog/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Fat</description>
      <pubDate>Tue, 30 Oct 2007 06:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077037#M730230</guid>
      <dc:creator>Fat Scrape</dc:creator>
      <dc:date>2007-10-30T06:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf - How to negate a facility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077038#M730231</link>
      <description>Mauro,&lt;BR /&gt;&lt;BR /&gt;However you could write:&lt;BR /&gt;&lt;BR /&gt;auth.info /alpha&lt;BR /&gt;*.info;auth.none /beta&lt;BR /&gt;&lt;BR /&gt;none:&lt;BR /&gt;Do not send messages from the indicated facility to the selected file. For example, specifying:&lt;BR /&gt;*.debug;mail.none&lt;BR /&gt;sends all messages except mail messages to the selected file&lt;BR /&gt; &lt;BR /&gt;Fat&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2007 06:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077038#M730231</guid>
      <dc:creator>Fat Scrape</dc:creator>
      <dc:date>2007-10-30T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf - How to negate a facility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077039#M730232</link>
      <description>Thank You Fat!</description>
      <pubDate>Tue, 30 Oct 2007 07:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-how-to-negate-a-facility/m-p/5077039#M730232</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2007-10-30T07:43:39Z</dc:date>
    </item>
  </channel>
</rss>

