The user usage (BW+webspace) has not counted by directadmin CP

hkivan

Verified User
Joined
Jul 2, 2004
Messages
83
The user usage (BW+webspace) has not counted by directadmin CP



In my server ,
all the information ( Bandwidth usage + Web Space ) of the user have not counted .

The directadmin will not update the usage information within a couple a day . :confused: :confused: :confused: :confused:


Does it has any method ... that allow me to run some script ...to active the ( calculation / USage Counting ) function immediately ?




:( I am looking forward to hearing from your help :(
Thank you Very much . Sorry for my poor english .
 
This command will run the tally which updates disk usage as well as webalizer statistics.
Code:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue

If their not updating, you may want to make sure your kernel is compiled with quota enabled and it is actually enabled on your server. Checking if webalizer can be executed directly without errors will also help determine if its not installed properly.
 
BUt how can i update the bandwidth usage ?


how can i know the quota is enable , Because the counting function is work ... in last month .
 
Back
Top