<?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: Creating a FTP log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-ftp-log/m-p/5040138#M432728</link>
    <description>Yes. It isn't documented very well but ftpd sends it's information using the local5 facility name. So you change /etc/syslog.conf from this:&lt;BR /&gt; &lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt; &lt;BR /&gt;to:&lt;BR /&gt; &lt;BR /&gt;*.info;mail.none;local5.none   /var/adm/syslog/syslog.log&lt;BR /&gt;local5.info             /var/adm/syslog/ftp.log&lt;BR /&gt; &lt;BR /&gt;Then tell syslogd to reread the config file:&lt;BR /&gt; &lt;BR /&gt;kill -HUP $(cat /var/run/syslog.pid)&lt;BR /&gt; &lt;BR /&gt;Now, a new logfile called ftp.log will have all the ftp details. This concept can be extended to other logs:&lt;BR /&gt; &lt;BR /&gt;*.info;mail.none;local5.none;auth.none  /var/adm/syslog/syslog.log&lt;BR /&gt;auth.info               /var/adm/syslog/auth.log&lt;BR /&gt;local5.info             /var/adm/syslog/ftp.log&lt;BR /&gt; &lt;BR /&gt;which will log authentication details into auth.log and ftpd into ftp.log. Now syslog will be much easier to read.</description>
    <pubDate>Fri, 13 Apr 2007 19:50:45 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2007-04-13T19:50:45Z</dc:date>
    <item>
      <title>Creating a FTP log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-ftp-log/m-p/5040137#M432727</link>
      <description>Hey gang,&lt;BR /&gt;&lt;BR /&gt;Is there a way to have all of the FTP information that populates the syslog go to a separate "ftp" log?  As always, your help is very appreciated!!!</description>
      <pubDate>Fri, 13 Apr 2007 19:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-ftp-log/m-p/5040137#M432727</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2007-04-13T19:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a FTP log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-ftp-log/m-p/5040138#M432728</link>
      <description>Yes. It isn't documented very well but ftpd sends it's information using the local5 facility name. So you change /etc/syslog.conf from this:&lt;BR /&gt; &lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt; &lt;BR /&gt;to:&lt;BR /&gt; &lt;BR /&gt;*.info;mail.none;local5.none   /var/adm/syslog/syslog.log&lt;BR /&gt;local5.info             /var/adm/syslog/ftp.log&lt;BR /&gt; &lt;BR /&gt;Then tell syslogd to reread the config file:&lt;BR /&gt; &lt;BR /&gt;kill -HUP $(cat /var/run/syslog.pid)&lt;BR /&gt; &lt;BR /&gt;Now, a new logfile called ftp.log will have all the ftp details. This concept can be extended to other logs:&lt;BR /&gt; &lt;BR /&gt;*.info;mail.none;local5.none;auth.none  /var/adm/syslog/syslog.log&lt;BR /&gt;auth.info               /var/adm/syslog/auth.log&lt;BR /&gt;local5.info             /var/adm/syslog/ftp.log&lt;BR /&gt; &lt;BR /&gt;which will log authentication details into auth.log and ftpd into ftp.log. Now syslog will be much easier to read.</description>
      <pubDate>Fri, 13 Apr 2007 19:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-ftp-log/m-p/5040138#M432728</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-13T19:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a FTP log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-ftp-log/m-p/5040139#M432729</link>
      <description>Perfect!!!  Thank you so much!!!</description>
      <pubDate>Fri, 13 Apr 2007 20:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-ftp-log/m-p/5040139#M432729</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2007-04-13T20:16:18Z</dc:date>
    </item>
  </channel>
</rss>

