Hello, I don't understand those quota concept: Client have Web Quota / Traffic Quota Website have Harddisk Quota Client / Traffic Quota FTP have Filequota If I configured Client to limit Web Quota and Traffic Quota, I need configure Website Harddisk Quota Client and Traffic Quota ? how about FTP filequota too ? Thanks
Hello, Thanks for your link. Web / FTP / Mail quota is independent, but the post not descript Client quota setup will Inheritance or not. Thanks
FTP quotas dont have to be set as they are a sub quota of the website quota. so a FTP client can never exceed the website quota.
OK I just tried in Client setup Web quota to 50MB, Website Harddisk Quota to -1, I can upload over 50MB file to FTP, why ?
Because you set web quota to -1. A client wont be able to do that, but as admin you are able to override client quotas and thats what you did by disabling quota for this web, similar to the root user on linux.
I just set Web > Harddisk quota to 50MB, but I still can upload over 50MB data to FTP > Web directory.
I used below script to install on Ubuntu 14: cd wget https://gist.githubusercontent.com/...ec9990b7738e55d3/install-ispconfig3-ubuntu.sh chmod +x install-ispconfig3-ubuntu.sh sh install-ispconfig3-ubuntu.sh
Here is /etc/fstab, no quota setup, right? LABEL=cloudimg-rootfs / ext4 defaults,discard 0 0 /var/log/ispconfig/httpd/trenddir.com /var/www/clients/client1/web1/log none bind,nobootwait,_netdev 0 0
Yes, there is no quota installed as it is described in the installation instructions (perfect server guides).
Hi Till, Do you know below message? I'm using EC2 Virtual Server: quotaon -avug quotaon: using //quota.group on /dev/xvda1 [/]: No such process quotaon: Quota format not supported in kernel. quotaon: using //quota.user on /dev/xvda1 [/]: No such process quotaon: Quota format not supported in kernel. I have search internet that someone said need to install linux-image-extra-virtual, then I installed it, after that I run modprobe quota_v1 have following error: modprobe: FATAL: Module quota_v1 not found. ------------------ The solution On Oneiric and Precise install linux-image-extra-virtual package. On old versions the modules should be already patched into kernel (just update your system). After that run modprobe quota_v2 and modprobe quota_v1 in order to get ready to run quotas. Also remember to put the modules on /etc/modules. Run your quotaon command as usual.
Fixed it, because I forgot load new kernel image ... Now I have another issue when quotaon ... root@ip-172-31-28-141:/home/ubuntu# quotaon -avug quotaon: using //quota.group on /dev/disk/by-uuid/e83287fe-9393-422e-a057-bf85ad785a3b [/]: Device or resource busy quotaon: using //quota.user on /dev/disk/by-uuid/e83287fe-9393-422e-a057-bf85ad785a3b [/]: Device or resource busy Any idea ?