Quota error while installing automated ISPConfig 3 on Ubuntu 22.04

Discussion in 'Installation/Configuration' started by Edson Correia, Mar 19, 2024.

  1. Edson Correia

    Edson Correia New Member

    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?
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    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.
     
  3. Edson Correia

    Edson Correia New Member

    Yes! I am using a Ubuntu image from Azure. Is this Microsoft screwing me again? :rolleyes:
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You must install it with --no-quota option as your VM or Kernel does not support Linux filesystem quota.
     
    Edson Correia likes this.
  5. Edson Correia

    Edson Correia New Member

    It worked with --no-quota! Thanks! But, I cannot access the ISPConfig panel. Connection Timeout... Any ideas?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely you have to configure the firewall from Azure to let you access the system on port 8080 tcp.
     
    Edson Correia likes this.

Share This Page