Bandwidth/disk space didn't update

sanderb123

New member
Joined
Sep 16, 2011
Messages
13
Hello,

first my englisch is not so good so i can make some mistakes.


I have a Debian 6 VPS with Directadmin but the state's of the bandwidth and the space don't update.
so i can't see how much space i use.

dos anybody now how i can resolv this problem?:confused:

thank you already

Greetz,

Sander:)
 
i see statics by reseller account but not by admin account

i see now that when i login by a reseller account i can see the total statics of the reseller account + add users.
but on the admin account of directadmin i don't can see the total statics of all users/resellers en the admin.

how can help me?

already thank you!

Greets,
Sander:)
 
cd /usr/local/directadmin
echo "action=tally&value=all" >> data/task.queue
./dataskq d800
 
My guess is that your /home directory does not contain a /tmp folder? If you don't have a /tmp folder in /home, then create it and chmod it to rwxrwxrwt (1777), owner and group should be root

Then run this:
Code:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue

If you did have /home/tmp, then try to run this code for one of the users http://help.directadmin.com/item.php?id=222 because the output will tell you about any errrors and you can use that to troubleshoot more.

Also maybe this link: "Disk Usage is showing 0.00": http://help.directadmin.com/item.php?id=42
 
I have a Debian 6 VPS with Directadmin but the state's of the bandwidth and the space don't update.
so i can't see how much space i use.

Regarding disk quotas, are they enabled? Show your output of

Code:
mount

and

Code:
repquota -a
 
i see now that wenn i go to reseller level the bandwidth/datadisk use are good, but on admin level not.
 
Mount:

/dev/vda1 on / type ext3 (rw,errors=remount-ro,usrquota,grpquota)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noecex,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm/type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)

by requota -a i see al the user names on the server with numbers behin i think bandwidth/diskstore

two examples:
admin -- 140 0 0 32 0 0
sabro -- 112 512000 563200 27 0 0


Regarding disk quotas, are they enabled? Show your output of

Code:
mount

and

Code:
repquota -a
 
i see now that wenn i go to reseller level the bandwidth/datadisk use are good, but on admin level not.

Try this /usr/local/directadmin/scripts/fix_da_user.sh for admin.

Code:
cd /usr/local/directadmin/scripts/
./fix_da_user.sh admin admin

and then wait for "tally"
 
i now the error now.

the task.queue didnt run.
all the task stay in task.queue en don't run...


but how can i fix this?
 
i saw that it stays in task.queue all te cron's i give like backup and all the other.

after ./dataskq d2000 i get:

the task.queue is empty..



How did you define it?

This might show a bottleneck:

Code:
cd  /usr/local/directadmin/
./dataskq d2000
 
If you run the command from console the debug output should be shown on console also.
 
Hello,

... and the space don't update.
so i can't see how much space i use.

dos anybody now how i can resolv this problem?:confused:

thank you already

Greetz,

Sander:)

Have no idea about a bandwidth, but to have a correct disk usage info, you must set the right value of "quota_partition" in your directadmin.conf file. That is a first thing you should do, before trying anything else.
 
Back
Top