PDA

View Full Version : BUG -> Server stats



bvvelzen
12-10-2003, 11:47 PM
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.

DirectAdmin Support
12-11-2003, 09:55 AM
Hello,

Thanks for the note. ;)

John

Seth
12-12-2003, 01:31 PM
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

DirectAdmin Support
12-13-2003, 12:34 PM
Hello,

Check and see what the quota system says:


/usr/sbin/repquota /home
(or " repquota / ")


You might have to do a quotacheck:
RedHat:

/sbin/quotaoff -a;
/sbin/quotacheck -augm;
/sbin/quotaon -a;FreeBSD:

/usr/sbin/quotaoff -a;
/sbin/quotacheck -aug;
/usr/sbin/quotaon -a;Then just do a tally to load the corrected values into DA:

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

Seth
12-14-2003, 08:17 AM
I'll give it a try :-)

Thanks,
Seth

Seth
12-14-2003, 08:54 AM
Great! That did it thank you! Now to find out what everyone is trying to hide :D

-Seth