I´m trying to install ISPConfig on a fresh Ubuntu 22.04 through the automated script and at certain step it fails, showing the following error message: Code: [INFO] Installing packages quota, quotatool [INFO] Installed packages quota, quotatool [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) What can I do to fix that?
My guess is you have not installed Ubuntu 22.04 youself, rather are using a readymade image from your service provider. This image does not support quota, so that part of autoinstall fails. There are existing threads in this forum about this, search for them.
You must install it with --no-quota option as your VM or Kernel does not support Linux filesystem quota.
It worked with --no-quota! Thanks! But, I cannot access the ISPConfig panel. Connection Timeout... Any ideas?
Most likely you have to configure the firewall from Azure to let you access the system on port 8080 tcp.
Hi Till With regards to quota, once the kernel has been fixed etc and now supports quotas, how would I enable quotas after the system has been installed with --no-quota Regards
See last part of chapter 11: https://www.howtoforge.com/perfect-server-debian-12-buster-apache-bind-dovecot-ispconfig-3-2/