View Full Version : FTP problem (552 error)
streamservice
12-06-2007, 05:56 AM
Hello,
I get constantly the following error when I try to upload a file (even if it is just 1KB large):
552 Transfer aborted. Disk quota exceeded
For that user the following details about the discspace are available in DirectAdmin:
9143.9 / unlimited
Also note:
All users on that server have this problem.
walleed222
12-06-2007, 06:29 AM
Hello it must mean as it point , log ssh and type:
df -k and see if the /home is full
streamservice
12-06-2007, 06:37 AM
Hello it must mean as it point , log ssh and type:
df -k and see if the /home is full
That isnt the problem (it was full, but I removed a little bit off data):
server08:/home/admin# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 264445 110978 139814 45% /
tmpfs 453396 0 453396 0% /lib/init/rw
udev 10240 52 10188 1% /dev
tmpfs 453396 0 453396 0% /dev/shm
/dev/sda9 142876628 47846132 87772736 36% /home
/dev/sda8 381138 10398 351062 3% /tmp
/dev/sda5 4806904 1175128 3387592 26% /usr
/dev/sda6 2885780 1409556 1329636 52% /var
server08:/home/admin#
Before the /home directory was full I didn't get this message.
Never let your disk become full. If it is full your mysql data will get corrupt if users use update/insert queries.
Probably your quota files are corrupt. This is a known problem with directadmin.
Here is the CentOS/Redhat solution: http://www.directadmin.com/forum/showthread.php?t=2258&highlight=quota+incorrect
streamservice
12-06-2007, 09:10 AM
Never let your disk become full. If it is full your mysql data will get corrupt if users use update/insert queries.
Probably your quota files are corrupt. This is a known problem with directadmin.
Here is the CentOS/Redhat solution: http://www.directadmin.com/forum/showthread.php?t=2258&highlight=quota+incorrect
Hello,
On Debian 4.0 files with the same name and function exists (different location). So I used that (it did work).
# quotaoff -a
# quotacheck -avugmcbfv
# quotaon -a
It takes a long time to complete.
In 8 hours it did go from 65% to 100% and I didn't notice it. So I couldn't do anything against it on time.
Thanks for the advise.
Mark
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.