I have a problem with vsftpd on Ubuntu 10.04 LTS.
I have configured vsftpd enabling virtual users, everything works fine until the size of the specific virtual users home dir reaches 40GB
then I get
Wed Feb 1 16:07:50 2012 [pid 989] [nmc] FTP response: Client "xxxxx", "200 PORT command successful. Consider using PASV." Wed Feb 1 16:07:50 2012 [pid 989] [nmc] FTP command: Client "xxx", "STOR /home/hds/Downloads/VMware-Player-4.0.1-528992.x86_64.txt" Wed Feb 1 16:07:50 2012 [pid 989] [nmc] FTP response: Client "xxx", "553 Could not create file." Wed Feb 1 16:07:50 2012 [pid 989] [nmc] FAIL UPLOAD: Client "xxx", "/home/hds/Downloads/VMware-Player-4.0.1-528992.x86_64.txt", 0.00Kbyte/sec
I can continue to upload files for the other virtual users. And I have checked the permissions for the upload dir.
I have not install a quota system, is there a default quota size for virtual users?
My config file:
listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
nopriv_user=vsftpd
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=YES force_local_logins_ssl=YES ssl_tlsv1=YES ssl_sslv2=NO ssl_sslv3=NO
rsa_cert_file=/etc/vsftpd/vsftpd.pem
require_ssl_reuse=NO
virtual_use_local_privs=YES guest_enable=YES user_sub_token=$USER local_root=/media/raid/ftp_users/$USER chroot_local_user=YES hide_ids=YES guest_username=vsftpd
pasv_min_port=21000 pasv_max_port=21015
log_ftp_protocol=YES