FreeBSD 7.2 problem with traffic/quota

ensimek

Verified User
Joined
Aug 7, 2009
Messages
16
Hi,
Sorry for my english at this point. I've newest DirectAdmin installed on FreeBSD 7.2-release. Everything works just great, all daemons etc are working as they should but I dont know why I've problem with traffic and quota counting.

I've added a Plan with 3000MB of DiskQuota and 10000MB of BandwidthQuota. I've added user 'herkules' to this Plan, everything is ok, but when I put some big files (like 30 mbytes via ftp, and then download them to my hard drive) I see in Control Panel that this user used 0.0 of his 3000MB space, and 0.0 of his 10000MB bandwidth. Help please :/
 
looks like it's counting bandwidth without any extra steps to do.

But with DiskQuota i have to do:
quotaoff -a
quotafix -auvg
quotaon -a
and the update tally

If I wont do above steps then Quota and Bandwidth in DirectAdmin.User are as they were before downloading/uploading data.

Of course update tally is added in crontab which is running this command every hour. But no success :/
 
Back
Top