BUG -> Server stats

bvvelzen

Verified User
Joined
Oct 30, 2003
Messages
82
Location
Netherlands
Maybe a minor glitch but at the admin pannel, at the Complete Usage Statistics, it says: # of SubDomans,
I think it should be # of SubDomains.
 
I'm haveing a problem with the WebAdmin stats reading content which has been added in a users root. I'm showing my home drive as being 66% full but half of my domains show 0.00 as disk space used. some of these 0.00 accounts have content loaded in their root, lots of files :) A bug?

-Seth
 
Hello,

Check and see what the quota system says:
Code:
/usr/sbin/repquota /home
(or " repquota / ")

You might have to do a quotacheck:
RedHat:
Code:
/sbin/quotaoff -a;
/sbin/quotacheck -augm;
/sbin/quotaon -a;
FreeBSD:
Code:
/usr/sbin/quotaoff -a;
/sbin/quotacheck -aug;
/usr/sbin/quotaon -a;
Then just do a tally to load the corrected values into DA:
Code:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue
John
 
Great! That did it thank you! Now to find out what everyone is trying to hide :D

-Seth
 
Back
Top