Disp Space Update problem.

hky123

Verified User
Joined
Apr 14, 2007
Messages
18
Location
Pune
Hi,

I am having DA version 1.32.1 on the server, the problem i am facing is when i click on update button in the end user's cp of statistics/logs option the space of the user/domain coulden't get updated and i got the error in server logs as follows

And we use to tally the user quota for all daily, the script as follows.

10 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue

error log file : /var/log/directadmin/error.log

./data/users/connectw/user.usage has been written to after this process read it. Not going to overwrite it.

So can any body please help me out to solve the above problem.

Regards,
Harshal.
 
Last edited:
Hello,

For a more detailed disk usage output, type:
Code:
cd /usr/local/directadmin/data/task.queue
echo "action=tally&value=connectw&type=user" >> data/task.queue
./dataskq d800
That should dump out a huge amount of debug information to check.

John
 
Back
Top