I would like to know how can I configure these values that appear as unlimited? In item 4.6.6.3 of the manual it says to enable the "Grace Period" but I haven't found where. I wanted to configure it so that when it reached that soft limit value, it would send a notification to the user.
I sent some files with an average of 100mb but still the screen does not change. It keeps appearing unlimited
Check that you really enabled quota on the harddisk partition that contains the websites. maybe you have a separate partition for /var or /var/www but quota is enabled only for another partition.
My /etc/fstab Code: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0 /dev/xvda1 none swap sw 0 0 /dev/xvda2 / ext4 errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1 /dev/xvda3 /var ext4 defaults 0 1 /dev/xvda4 /home ext4 defaults 0 1 /dev/xvda5 /var/log ext4 defaults 0 1 /var/log/ispconfig/httpd/howtoforge2.com /var/www/clients/client5/web20/log none bind,nobootwait 0 0 /var/log/ispconfig/httpd/mydomain.com /var/www/clients/client14/web30/log none bind,nobootwait 0 0
So, have you Which partition is it that contains the websites? If it is /var like usual, that does not have quota.
Sorry for the doubts, I performed the procedure as you told me and now the quota is showing in Ispconfig. One last question related to this, this soft alert set up where?
After reading about the quota system, and configuring / etc / fstab that way, it worked: Code: /dev/xvda3 /var ext4 relatime,errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1 One more question: I realized that the space used is not updated in real time, can I configure it for a shorter time? I click on resync to view the change.
No, or not at least not without changing the code. And that's the statistics view only, the Linux filesystem calculates it in real time, so you can't upload more files than what your quota allows.
Now I am having a problem on the slave server. When I configure for example the 400MB in Ispconfig Master, the quota on the slave server is always more. Example: This site i set to 400MB by interface web. web211 -- 2088 409600 410624 If i change to 1000MB web211 -- 2088 1024000 1025024 It's like the Hard Limit always adds up to 1MB. It is not so serious, but I wanted to understand the reason. This only happens on the slave server