<?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: redirecting ftp entries. in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281704#M9929</link>
    <description>thanx michael,&lt;BR /&gt;i m working fine now&lt;BR /&gt;&lt;BR /&gt;shashang&lt;BR /&gt;</description>
    <pubDate>Fri, 21 May 2004 06:11:47 GMT</pubDate>
    <dc:creator>shashang</dc:creator>
    <dc:date>2004-05-21T06:11:47Z</dc:date>
    <item>
      <title>redirecting ftp entries.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281697#M9922</link>
      <description>hi all,&lt;BR /&gt;Is there any way to log the ftp session entries in the .../syslog.dated/.../daemon.log file in a different file of our choice. If yes then how can it be done?</description>
      <pubDate>Thu, 20 May 2004 01:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281697#M9922</guid>
      <dc:creator>shashang</dc:creator>
      <dc:date>2004-05-20T01:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting ftp entries.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281698#M9923</link>
      <description>Shashang,&lt;BR /&gt;Are you looking for a solution that will log individual ftp sessions in seperate logs like one ftp log for userA, another for userB and so on.&lt;BR /&gt;&lt;BR /&gt;If this is what you are looking for let me know.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 20 May 2004 07:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281698#M9923</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-05-20T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting ftp entries.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281699#M9924</link>
      <description>hello Mobeen,&lt;BR /&gt;Not exactly. What I am looking for is to log all the ftp entries in a file other then daemon.log, so that it would be easy for me to trim that file as per my needs.</description>
      <pubDate>Thu, 20 May 2004 23:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281699#M9924</guid>
      <dc:creator>shashang</dc:creator>
      <dc:date>2004-05-20T23:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting ftp entries.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281700#M9925</link>
      <description>Shashang,&lt;BR /&gt;Try this and let me know if it works&lt;BR /&gt;&lt;BR /&gt;1. Modify /etc/syslog.conf to add the&lt;BR /&gt;   line below&lt;BR /&gt; local5.info;mail.none /var/adm/syslog/onlyftp.log&lt;BR /&gt;&lt;BR /&gt;2. Restart syslogd to re-read it's config &lt;BR /&gt;   using the command below&lt;BR /&gt;&lt;BR /&gt;# kill -HUP `cat /var/run/syslog.pid` &lt;BR /&gt;&lt;BR /&gt;Once this is done, make sure that the syslogd is running. &lt;BR /&gt;&lt;BR /&gt;Now all your ftp related logging will be in /var/adm/syslog/onlyftp.log&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Fri, 21 May 2004 00:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281700#M9925</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-05-21T00:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting ftp entries.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281701#M9926</link>
      <description>hi mobeen,&lt;BR /&gt;I tried out your instructions. But the ftp entries are not diverted to the onlyftp.log file instead they are still logged in the daemon.log file. The only difference being that now the daemon.log file which previouly used to have other entries, now has only the ftp entries.&lt;BR /&gt;So tell me whether those other entries are imp. from the system point of view. If they are not I can run the system with these changes. I am attaching the daemon.log file in the form it was before carrying out the changes.</description>
      <pubDate>Fri, 21 May 2004 04:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281701#M9926</guid>
      <dc:creator>shashang</dc:creator>
      <dc:date>2004-05-21T04:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting ftp entries.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281702#M9927</link>
      <description>Shashang,&lt;BR /&gt;It looks like there is another way, probably better than what i suugested. It involves modifying the inetd, check the link below (especially focus on Alexander's post)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=214847" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=214847&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this help you&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Fri, 21 May 2004 04:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281702#M9927</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-05-21T04:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting ftp entries.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281703#M9928</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;so far I couldn't find anything to reroute the ftpd log at the source. Here is an alternative. There is one problem however. Once per day or when tha machine is rebooted, the current dir is switched. You could get ftpd log with grep. Is there any reason, why you want the ftpd log at another place?&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog.dated/current/daemon.log | while read LINE&lt;BR /&gt;do&lt;BR /&gt;echo $LINE | grep ftpd &amp;gt;&amp;gt; /dir/ftpd.txt&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;this script is adapted from Bryan Quinn</description>
      <pubDate>Fri, 21 May 2004 05:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281703#M9928</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-05-21T05:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting ftp entries.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281704#M9929</link>
      <description>thanx michael,&lt;BR /&gt;i m working fine now&lt;BR /&gt;&lt;BR /&gt;shashang&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2004 06:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/redirecting-ftp-entries/m-p/3281704#M9929</guid>
      <dc:creator>shashang</dc:creator>
      <dc:date>2004-05-21T06:11:47Z</dc:date>
    </item>
  </channel>
</rss>

