<?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: Which facility dose ftpd use? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517653#M219313</link>
    <description>ftpd uses local5 facility. It is matched by first line (*.info).&lt;BR /&gt;&lt;BR /&gt;If you restart syslogd with -v option encoded priority and facility will be logged with the syslog message. For list of codes see syslog(3C).</description>
    <pubDate>Tue, 05 Apr 2005 00:09:37 GMT</pubDate>
    <dc:creator>Ermin Borovac</dc:creator>
    <dc:date>2005-04-05T00:09:37Z</dc:date>
    <item>
      <title>Which facility dose ftpd use?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517652#M219312</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Which facility dose ftpd use?&lt;BR /&gt;&lt;BR /&gt;My syslog.conf is following...&lt;BR /&gt;&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;kern.info       /var/adm/syslog/syslog.kern&lt;BR /&gt;daemon.info     /var/adm/syslog/syslog.daemon&lt;BR /&gt;user.info       /var/adm/syslog/syslog.user&lt;BR /&gt;uucp....&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;I found message from ftpd in syslog.log.&lt;BR /&gt;but, I can't find message in any syslog.{facility}.&lt;BR /&gt;why???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And I want the list which facilities&amp;amp;priority OS program uses.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 04 Apr 2005 23:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517652#M219312</guid>
      <dc:creator>Kiyoshi Miyake</dc:creator>
      <dc:date>2005-04-04T23:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Which facility dose ftpd use?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517653#M219313</link>
      <description>ftpd uses local5 facility. It is matched by first line (*.info).&lt;BR /&gt;&lt;BR /&gt;If you restart syslogd with -v option encoded priority and facility will be logged with the syslog message. For list of codes see syslog(3C).</description>
      <pubDate>Tue, 05 Apr 2005 00:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517653#M219313</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-05T00:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Which facility dose ftpd use?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517654#M219314</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks Ermin Borovac.&lt;BR /&gt;&lt;BR /&gt;I'll try it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is there list like that...&lt;BR /&gt;&lt;BR /&gt; ftpd -&amp;gt; local5&lt;BR /&gt; su   -&amp;gt; auth&lt;BR /&gt; sendmail -&amp;gt; mail&lt;BR /&gt; ...&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 05 Apr 2005 05:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517654#M219314</guid>
      <dc:creator>Kiyoshi Miyake</dc:creator>
      <dc:date>2005-04-05T05:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Which facility dose ftpd use?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517655#M219315</link>
      <description>The following facility list is from syslog(3C). When using it in syslog.conf it would translate as LOG_KERN becomes kern, LOG_USER becomes user etc.&lt;BR /&gt;&lt;BR /&gt;LOG_KERN    &lt;BR /&gt;Messages generated by the kernel. These cannot be generated by any user processes.&lt;BR /&gt;&lt;BR /&gt;LOG_USER    &lt;BR /&gt;Messages generated by random user processes. This is the default facility identifier if none is specified.&lt;BR /&gt;&lt;BR /&gt;LOG_MAIL    &lt;BR /&gt;The mail system.&lt;BR /&gt;&lt;BR /&gt;LOG_DAEMON    &lt;BR /&gt;System daemons, such as inetd(1M), ftpd(1M), etc.&lt;BR /&gt;&lt;BR /&gt;LOG_AUTH    &lt;BR /&gt;The authorization system: login(1), su(1), getty(1M), etc.&lt;BR /&gt;&lt;BR /&gt;LOG_SYSLOG    &lt;BR /&gt;Messages generated internally by syslogd daemon.&lt;BR /&gt;&lt;BR /&gt;LOG_LPR    &lt;BR /&gt;The line printer spooling system: lp(1), lpsched(1M), etc.&lt;BR /&gt;&lt;BR /&gt;LOG_NEWS    &lt;BR /&gt;Messages generated by the news system.&lt;BR /&gt;&lt;BR /&gt;LOG_UUCP    &lt;BR /&gt;Messages generated by the UUCP system.&lt;BR /&gt;&lt;BR /&gt;LOG_CRON    &lt;BR /&gt;Messages generated by the CRON daemon.&lt;BR /&gt;&lt;BR /&gt;LOG_LOCAL0    &lt;BR /&gt;Reserved for local use. Similarly for LOG_LOCAL1 through LOG_LOCAL7&lt;BR /&gt;&lt;BR /&gt;Someone else might know of more comprehensive list.&lt;BR /&gt;&lt;BR /&gt;Also as I mentioned in the previous post, you can run syslogd with -v option and use the following list to find out what facility/level a program is using.&lt;BR /&gt;&lt;BR /&gt;LOG_KERN A LOG_EMERG 0&lt;BR /&gt;LOG_USER B LOG_ALERT 1&lt;BR /&gt;LOG_MAIL C LOG_CRIT 2&lt;BR /&gt;LOG_DAEMON D LOG_ERR 3&lt;BR /&gt;LOG_AUTH E LOG_WARNING 4&lt;BR /&gt;LOG_SYSLOG F LOG_NOTICE 5&lt;BR /&gt;LOG_LPR G LOG_INFO 6&lt;BR /&gt;LOG_NEWS H LOG_DEBUG 7&lt;BR /&gt;LOG_UUCP I&lt;BR /&gt;LOG_CRON J&lt;BR /&gt;LOCAL0-7 Q-X &lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 18:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517655#M219315</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-05T18:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Which facility dose ftpd use?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517656#M219316</link>
      <description>Thank you, Ermin Borovac.&lt;BR /&gt;&lt;BR /&gt;According to this man page, ftpd uses "daemon".&lt;BR /&gt;But it uses local5...&lt;BR /&gt;Why?&lt;BR /&gt;&lt;BR /&gt;If I can see source code, I want to do&lt;BR /&gt;"grep openlog *.c".&lt;BR /&gt;&lt;BR /&gt;thaks.</description>
      <pubDate>Tue, 05 Apr 2005 18:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517656#M219316</guid>
      <dc:creator>Kiyoshi Miyake</dc:creator>
      <dc:date>2005-04-05T18:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Which facility dose ftpd use?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517657#M219317</link>
      <description>HP-UX uses the Washington University ftpd (WU_FTPD) so you could download the source, but  there is no way to change the local5 logging facility. You can see every faility and priority value in syslog by starting syslogd with the -v option and then running it through the attached script. It will format syslog something like this:&lt;BR /&gt; &lt;BR /&gt;Apr 5 01:18:44 LOCAL5:INFO ftpd[10090]: FTP session closed&lt;BR /&gt;Apr 5 01:19:00 LOCAL5:INFO ftpd[10091]: ANONYMOUS FTP LOGIN FROM ghost [192.168.&lt;BR /&gt;2.5], ftp&lt;BR /&gt;Apr 5 01:19:00 LOCAL5:INFO ftpd[10091]: FTP session closed&lt;BR /&gt;Apr 5 21:59:06 DAEMON:INFO xntpd[20240]: synchronized to 67.128.71.75, stratum=2&lt;BR /&gt;&lt;BR /&gt;Apr 5 21:59:41 DAEMON:INFO xntpd[20240]: synchronized to 18.26.4.105, stratum=1</description>
      <pubDate>Tue, 05 Apr 2005 21:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517657#M219317</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-05T21:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Which facility dose ftpd use?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517658#M219318</link>
      <description>Thank you Bill Hassell.&lt;BR /&gt;&lt;BR /&gt;I see why ftpd use local5.&lt;BR /&gt;Thank for script. I try it.&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 03:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517658#M219318</guid>
      <dc:creator>Kiyoshi Miyake</dc:creator>
      <dc:date>2005-04-06T03:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Which facility dose ftpd use?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517659#M219319</link>
      <description>&lt;BR /&gt;Greetings Kiyoshi Miyake,&lt;BR /&gt;&lt;BR /&gt;Yes, ftpd uses local5 - unless you use tcpwrappers. Then it's all fluffy.&lt;BR /&gt;&lt;BR /&gt;With TCP Wrappers, for some strange reason - ftpd gets logged under mail.info:&lt;BR /&gt;&lt;BR /&gt;mail.info /var/adm/syslog/ftpd.log&lt;BR /&gt;&lt;BR /&gt;works on our machines where tcp-wrappers are used.&lt;BR /&gt;&lt;BR /&gt;David de Beer.</description>
      <pubDate>Wed, 06 Apr 2005 08:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-facility-dose-ftpd-use/m-p/3517659#M219319</guid>
      <dc:creator>David de Beer</dc:creator>
      <dc:date>2005-04-06T08:07:03Z</dc:date>
    </item>
  </channel>
</rss>

