DirectAdmin space reported incorrectly

bluenet

Verified User
Joined
Jul 3, 2011
Messages
47
DirectAdmin space reported incorrectly.
The DA is reporting wrong disk space each user, run:


/ sbin / quotaoff-a
/ sbin / quotacheck-cavugm
/ sbin / quotaon-a

Then run:

echo "action = quotatally & value = all">> / usr / local / DirectAdmin / data / task.queue
echo "action = quotatally & value = bob & type = user">> / usr / local / DirectAdmin / data / task.queue

Follow infommando incorrectly.

If I run:

du-sh "user" really tells me that it occupies. But the DA no.

Anyone know how to solve this problem

regards

Jorge
 
DirectAdmin space reported incorrectly.
The DA is reporting wrong disk space each user, run:


/ sbin / quotaoff-a
/ sbin / quotacheck-cavugm
/ sbin / quotaon-a

Then run:

echo "action = quotatally & value = all">> / usr / local / DirectAdmin / data / task.queue
echo "action = quotatally & value = bob & type = user">> / usr / local / DirectAdmin / data / task.queue

Follow infommando incorrectly.

If I run:

du-sh "user" really tells me that it occupies. But the DA no.

Anyone know how to solve this problem

regards

Jorge

Versión Centos: Centos 5.4 Final 64 bits
 
Why "du -sh /home/user" show show the same value as DA? There are more places where user files are stored. For example, /var/lib/mysql, /var/spool/virtual (if dovecot is not used) etc. Use the following command instead of du:
Code:
quota -vs [B]user[/B]
 
DirectAdmin space reported incorrectly.
The DA is reporting wrong disk space each user, run:


/ sbin / quotaoff-a
/ sbin / quotacheck-cavugm
/ sbin / quotaon-a

Then run:

echo "action = quotatally & value = all">> / usr / local / DirectAdmin / data / task.queue
echo "action = quotatally & value = bob & type = user">> / usr / local / DirectAdmin / data / task.queue

Follow infommando incorrectly.

If I run:

du-sh "user" really tells me that it occupies. But the DA no.

Anyone know how to solve this problem

regards

Jorge

Since I ran that command and still misinformed, adding spaces, ie 477 M in / home / and the rest 177 M, 654 M total, and the DA reported 1.85 G.

In / usr / local / DirectAdmin / directadmin.conf in quota_pertition will change to / home / and still the same.

As the work out.
 
Because it counts space outside of /home as well. Such as mysql databases...etc.
 
Back
Top