Showed diskspace incorrect

villah

Verified User
Joined
Jan 2, 2004
Messages
29
Hi,
Throughout DA the total size (megs) of what clients use is displayed incorrectly. Please see attached screenshot where three domains are displayed. The first consumes 680 megs but that doesn't show in the total below.

Thanks!
Hans
 
Last edited:
with correct attachment this time..
 

Attachments

  • webspace.gif
    webspace.gif
    41.6 KB · Views: 384
Shot in the dark, but do all DA disk stats update in real time, or do some build nightly?
 
Run the following command:

echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue

Then check it, if it that fixes it the problem is simply DirectAdmin had not yet done the tallys since the 680mb was uploaded.

Chris
 
The 680 megs has been on there for two days, it does show with the domain stats... but I'll try your suggestion!
 
Hello,

The system quotas might be messed up. This is a common problem where the quota file gets corrupted and the stats will show up incorrectly.

You can type:
Code:
quota -v username
to see what the quota system is reporting to DA.

John
 
Back
Top