My Disk Space and transfer are not shown correctly

FatBob

Verified User
Joined
Dec 13, 2020
Messages
9
When I go to the main window, DA shows me that I've only used 25MB of disk space

screenshot.1608237026.jpg


When I go to Domain Setup, it shows data correctly. The cron job runs correctly at 00:10 every day

screenshot.1608237052.jpg


It looks like this widget doesn't count FTP data at all, it only counts databases and e-mails. The transfer is also weird. DA is fresh installed and has very low traffic.
 
There is no database, email, or ftp data in your screen shot so its hard to know anything.
 
When I go to the main window, DA shows me that I've only used 25MB of disk space



When I go to Domain Setup, it shows data correctly. The cron job runs correctly at 00:10 every day



It looks like this widget doesn't count FTP data at all, it only counts databases and e-mails. The transfer is also weird. DA is fresh installed and has very low traffic.
Also when you restored did you mark Tally After Restore. https://www.directadmin.com/features.php?id=853
Screen Shot 2020-12-19 at 22.14.44.png
 
I have the same issue. It's not updating in any way in enhanced skin.
Seems more people are experiencing this. Have seen a couple of posts about it.
 
I think you just have quotas not enabled on the system/partition.
 
I have to admit that the link from @floyd got me crashed like Windows 95 :-D

My /etc/fstab looks like that:
screenshot.1608661982.jpg


It's a tiny VPS server - a "personal" license for learning purpose :-)

According to link, everything is alright (or maybe I'm wrong? I could use some constructive criticism). Then I got to this: https://help.directadmin.com/item.php?id=222
I ran the command for the "admin" user and voilà:

screenshot.1608660700.jpg


What is it about? Is this command performed for the admin user less frequently than for others (I can't really check that out, because of the license), or was there an error while installing on Ubuntu and it's not in CRON? I was looking, but didn't find anything in CRON...
 
@FatBob try executing repquota /, does it show the usage? /etc/fstab just shows what should be set, but not what is actually set there, execute mount and check if quota options are specified for /.
 
@FatBob try executing repquota /, does it show the usage? /etc/fstab just shows what should be set, but not what is actually set there, execute mount and check if quota options are specified for /.
Yes. Allso if you are running on an openvz vps, that might be the issue. You need to enable quotas somewhere on the host machine for that to work.
 
I still can't figure it out. Looks like everything is fine, but not working as it should.

@FatBob try executing repquota /, does it show the usage? /etc/fstab just shows what should be set, but not what is actually set there, execute mount and check if quota options are specified for /.

repquota /

*** Report for user quotas on device /dev/sda1
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 3722840 0 0 126053 0 0
daemon -- 68 0 0 4 0 0
man -- 2172 0 0 156 0 0
mail -- 7428 0 0 264 0 0
systemd-timesync -- 4 0 0 2 0 0
syslog -- 52692 0 0 21 0 0
_apt -- 24 0 0 4 0 0
tss -- 4 0 0 1 0 0
landscape -- 8 0 0 3 0 0
pollinate -- 4 0 0 2 0 0
ubuntu -- 52 0 0 16 0 0
bind -- 38192 0 0 5 0 0
apache -- 28596 0 0 3268 0 0
diradmin -- 53288 0 0 1774 0 0
majordomo -- 440 0 0 49 0 0
webapps -- 92668 0 0 7386 0 0
mysql -- 1807732 0 0 1024 0 0
cb_plugin -- 4888 0 0 40 0 0
admin -- 1242180 15360000 16896000 35109 0 0
lsadm -- 340 0 0 147 0 0
#62803 -- 476 0 0 4 0 0

mount | grep ' / '
/dev/sda1 on / type ext4 (rw,relatime,quota,usrquota,grpquota)

realtime_quota=0 Tried to set 2 but it doesn't take. https://docs.directadmin.com/directadmin/general-usage/disk-usage-bandwidth/

Yes. Allso if you are running on an openvz vps, that might be the issue. You need to enable quotas somewhere on the host machine for that to work.

This is not OpenVZ. This is KVM from OVH.

Look what I wrote in the first post

It looks like this widget doesn't count FTP data at all, it only counts databases and e-mails.
 
but didn't find anything in CRON...
Did you setup cron? https://docs.directadmin.com/custombuild/upgrading-services#update-os-packages-and-managed-by-da
Tried to set 2 but it doesn't take
So what did you do?
did you follow this as example? https://docs.directadmin.com/directadmin/general-usage/configuring-da
After you did set realtime_quota=2
did you cycle the directadmin service?

You need to be more detailed.
Will you help?
This is helping.. If you are looking for more than community support. Some request don't even get answered..
Is this command performed for the admin user less frequently than for others (I can't really check that out, because of the license)
You can login as root on the server and check anything.

What is making you think the FTP data is wrong? The screen shot is of the number of ftp and email accounts. Is the 1.2 GB not correct?
 
Back
Top