error on auto installer

Discussion in 'Installation/Configuration' started by joshuag15118, Aug 2, 2023.

  1. joshuag15118

    joshuag15118 New Member

    SPConfigOSException -> Command mount -o remount / 2>&1 && quotaoff -avug 2>&1 && quotacheck -avugm 2>&1 && quotaon -avug 2>&1 failed. (/ispconfig.ai.php:15)
    any help would be great?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This means that you are installing it on a system that does not support Linux filesystem quota. Probably you are using a LXC container or something similar. Run the installation with the additional option:
    --no-quota

    or use a server or VM with Linux quota support like a KVM VM.

    And please make a new thread if you have any additional questions.
     

Share This Page