Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 10:57 PM
05-03-2006 10:57 PM
vsftp
vsftp write on /var/log/vsftpd.log.
how i close the vsftpd.log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 11:46 PM
05-03-2006 11:46 PM
Re: vsftp
xferlog_file=/var/log/vsftp.log
in /etc/vsftpd/vsftpd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 12:29 AM
05-04-2006 12:29 AM
Re: vsftp
why do you want to disable logging?
Its good to have logging enabled. are u worried about disk usage that logging uses. Try configuring log rotate.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 12:37 AM
05-04-2006 12:37 AM
Re: vsftp
log rotate? please can you give me information about use log rotate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 01:45 AM
05-04-2006 01:45 AM
Re: vsftp
what do you mean?
>logrotate
most modern linux ditsros include logrotate system, which automatically rotate/archive/remove old logs.
Read this article for start: http://www.linux.com/article.pl?sid=05/09/23/1447200
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 03:36 AM
05-04-2006 03:36 AM
Re: vsftp
Both of your ques has 1 answer and that is use log rotate.
Log rotate will zip and move a file once it reaches a particular size ( eg 2Mb)
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:
vsftpd.log
vsftpd.log.0
vsftpd.log.1
vsftpd.log.2
vsftpd.log.3
For how to configure log rotate use:
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch05_:_Troubleshooting_Linux_with_syslog#Logrotate
Cheers
Vipul