[Bug report] About Disk Usage count error. Waiting online.

gropius

New member
Joined
Mar 14, 2014
Messages
2
Hello,

I find if my custom put his files under his root directory not /public_html directory, DA will not count these space, which perhaps will make the user can using unlimited space .

These are some screenshots of my DA below.

20140314104833.png
This is what I see from the admin panel, DA said the user dxx have used 8.47M of his 5120M.

20140314113204.png
This is the screenshot of user dxx really have used.


When I login as user dxx the DA said dxx have used 8.47M too:
20140314113233.png

And this shotscreen shows the directory of dxx: (attention to the red square)
20140314145621.png

Also, I have tried to click the disk usage refresh button to refresh the account, but it still said 8.47M which is the real space used of /public_html.

Is something wrong with myself? Or the DA have a imperfection desgin?
Anybody have the same problem?

Thank you.
 
It might have to do with the quota cron only running once a day.
So if everything is OK, the space should be counted tomorrow. I think it would be better if the quota check would be done multiple times a day.
 
It might have to do with the quota cron only running once a day.
So if everything is OK, the space should be counted tomorrow. I think it would be better if the quota check would be done multiple times a day.

It doesn't work. I have run the refresh and this bugs exits here for several days.
The DA show the real disk usage in the account detail of admin panel,but don't shows on the user's panel and DA think the user have not use that so much spaces.
 
Hello,

This would be the related guide to fix the quotas:
http://help.directadmin.com/item.php?id=42

If you're unsure of what you need to do, run these commands and paste us the output:
Code:
[COLOR=#000000][FONT=courier new]cat /etc/fstab[/FONT][/COLOR]
[COLOR=#000000][FONT=courier new]df -h[/FONT][/COLOR]
[COLOR=#000000][FONT=courier new]mount[/FONT][/COLOR]
[COLOR=#000000][FONT=courier new]/usr/local/directadmin/directadmin c | grep quota_partition[/FONT][/COLOR]
[COLOR=#000000][FONT=courier new]repquota `/usr/local/directadmin/directadmin c | grep quota_partition= | cut -d= -f2`[/FONT][/COLOR]
John
 
Back
Top