There was no problem installing ISPCconfig on a computer at home, but the following error occurs when installing on AWS ec2 or Amazon Lightsail. I'm not sure what the problem below is, so I tried installing it on Ubuntu 22.04, 20.04, but I don't know how to solve it. Code: [INFO] Setting default system PHP version. [INFO] Installing phpMyAdmin [INFO] Installing acme.sh (Let's Encrypt). [INFO] acme.sh (Let's Encrypt) installed. [INFO] ISPConfig does not yet support mailman3 and mailman2 is no longer available in Ubuntu 22.04. [INFO] Installing packages quota, quotatool, haveged, geoip-database, libclass-dbi-mysql-perl, libtimedate-perl, build-essential, autoconf, automake, libtool, flex, bison, debhelper, binutils [INFO] Installed packages quota, quotatool, haveged, geoip-database, libclass-dbi-mysql-perl, libtimedate-perl, build-essential, autoconf, automake, libtool, flex, bison, debhelper, binutils [INFO] Adding quota to fstab. [ERROR] Exception occurred: ISPConfigOSException -> Command mount -o remount / 2>&1 && quotaoff -avug 2>&1 && quotacheck -avugm 2>&1 && quotaon -avug 2>&1 failed. (/ispconfig.ai.php:15)
There should be a switch / option to disable quota during install since I think yours does not support it, just like LXC / linux container. Using a proper vm / vps is better though.
I'm saying this because I don't know much about AWS EC2, but isn't EC2 like VPS? Can I run the following command to disable the quota? Code: wget -O - https://get.ispconfig.org | sh -s -- --use-nginx --use-ftp-ports=40110-40210 --disable-quota --unattended-upgrades
The filesystem or Kernel you use at AWS does not support Linux filesystem quota, therefore you can not use quota and you must disable it like @ahrasis mentioned. Some virtualization or setups have limitations in the Linux features you can use and your current system is limited in the way that it lacks Linux filesystem quota support. Yes.
if you want to use disk quota on an aws ec2 instance, you need to install and enable a few modules before you run the auto-installer scripts. see https://forum.howtoforge.com/threads/ubuntu-22-04-debian-11-aws-ec2-disk-quotas.90777/#post-447288