<?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: vsftp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782509#M23189</link>
    <description>i don't disable loggin, but close file log and open a new file log.&lt;BR /&gt;log rotate? please can you give me information about use log rotate?</description>
    <pubDate>Thu, 04 May 2006 07:37:34 GMT</pubDate>
    <dc:creator>STL</dc:creator>
    <dc:date>2006-05-04T07:37:34Z</dc:date>
    <item>
      <title>vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782506#M23186</link>
      <description>i install and configure vsftp. it's work!&lt;BR /&gt;vsftp write on /var/log/vsftpd.log.&lt;BR /&gt;how i close the vsftpd.log?</description>
      <pubDate>Thu, 04 May 2006 05:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782506#M23186</guid>
      <dc:creator>STL</dc:creator>
      <dc:date>2006-05-04T05:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782507#M23187</link>
      <description>Yuo should comment out &lt;BR /&gt;xferlog_file=/var/log/vsftp.log&lt;BR /&gt;&lt;BR /&gt;in /etc/vsftpd/vsftpd.conf</description>
      <pubDate>Thu, 04 May 2006 06:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782507#M23187</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-05-04T06:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782508#M23188</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;why do you want to disable logging?&lt;BR /&gt;&lt;BR /&gt;Its good to have logging enabled. are u worried about disk usage that logging uses. Try configuring log rotate.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 04 May 2006 07:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782508#M23188</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-05-04T07:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782509#M23189</link>
      <description>i don't disable loggin, but close file log and open a new file log.&lt;BR /&gt;log rotate? please can you give me information about use log rotate?</description>
      <pubDate>Thu, 04 May 2006 07:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782509#M23189</guid>
      <dc:creator>STL</dc:creator>
      <dc:date>2006-05-04T07:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782510#M23190</link>
      <description>&amp;gt; close file log and open a new file log &lt;BR /&gt;what do you mean?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;logrotate&lt;BR /&gt;most modern linux ditsros include logrotate system, which automatically rotate/archive/remove old logs.&lt;BR /&gt;Read this article for start: &lt;A href="http://www.linux.com/article.pl?sid=05/09/23/1447200" target="_blank"&gt;http://www.linux.com/article.pl?sid=05/09/23/1447200&lt;/A&gt;</description>
      <pubDate>Thu, 04 May 2006 08:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782510#M23190</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-05-04T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782511#M23191</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Both of your ques has 1 answer and that is use log rotate.&lt;BR /&gt;Log rotate will zip and move a file once it reaches a particular size ( eg 2Mb)&lt;BR /&gt;and it will continue the process "n" no. of time. so if u have log rotate rotation value set as 5 you will have the following files:&lt;BR /&gt;&lt;BR /&gt;vsftpd.log&lt;BR /&gt;vsftpd.log.0&lt;BR /&gt;vsftpd.log.1&lt;BR /&gt;vsftpd.log.2&lt;BR /&gt;vsftpd.log.3&lt;BR /&gt;&lt;BR /&gt;For how to configure log rotate use:&lt;BR /&gt;&lt;A href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch05_:_Troubleshooting_Linux_with_syslog#Logrotate" target="_blank"&gt;http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch05_:_Troubleshooting_Linux_with_syslog#Logrotate&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2006 10:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftp/m-p/3782511#M23191</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-05-04T10:36:07Z</dc:date>
    </item>
  </channel>
</rss>

