So here is what I did to fix incredible big quota.user file:
Stop the quotas:
Code:
/etc/init.d/quota stop
or
Delete quota files.
Create new quota files, build new one and turning quota on:
Code:
touch /quota.user /quota.group
chmod 600 /quota.*
quotacheck -avugm
quotaon -avug
Now my quota files has proper size:
Code:
# ls -lth /quota.*
-rw------- 1 root root 2.5M Nov 14 21:35 /quota.group
-rw------- 1 root root 2.5M Nov 14 21:35 /quota.user
Unfortunately quotas of all users seems to be gone so I have to rebuild them by manual changing quota in ispconfig. May be is better way to rebuild it .. I don't know it
For now everything seems quite well. Even differences between quotacheck and du -sh changed:
Code:
# du -sh /var/www/web16
859M /var/www/web16
# repquota -avugs |grep web16
web16 -- 726M 800M 801M 5986 0 0
web16 -- 0 800M 801M 0 0 0
.. not as I expected but better than before ..
may be somebody know what happend ..
SupuS
Recent comments
8 hours 7 min ago
17 hours 35 min ago
18 hours 24 min ago
21 hours 57 min ago
1 day 2 hours ago
1 day 2 hours ago
1 day 4 hours ago
1 day 14 hours ago
1 day 19 hours ago
1 day 21 hours ago