bandwidth aint resetting?

gaz0r

Verified User
Joined
Aug 27, 2004
Messages
36
since it has just moved over to december none of the bandwidth for my sites has been resetted...

any ideas?
 
Try running this command through ssh or from the console

Code:
echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue

If that works, you will probably want to make sure that the crontab is set correctly and is working. For example, are stats being generated nightly?

What operating system and version are you using would also be helpfule ;)
 
the stats have been generated for december fine..

system is redhat 9

version 1.23.0
 
Did the command I gave you work? If it did, then you'll probably want to make sure that the crontab entry that should run that command on the first of every months isn't corrupt.

Upgrading to the latest version (1.231) wouldn't be a bad idea either ;)
 
Back
Top