Installation error on debian and ubuntu

Discussion in 'Installation/Configuration' started by Indianer09, Jul 3, 2024.

  1. Indianer09

    Indianer09 New Member

    Hello,
    i want to install ispconfig3 on a fresh installed debian 11 or ubuntu 20.04 Server.

    But i get an error during installation with automatic script :

    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)

    Please help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This means that you are installing on a system that does not support Linux filesystem quote. You must add the option:

    --no-quota

    To the installation command. You should consider to not use such an outdated OS; better use recent OS versions like Debian 12 or Ubuntu 22.04 or 24.04. By the way, this question has been answered many times, even in the comments under the auto-installer tutorial.
     
    ahrasis likes this.
  3. jamesupereal

    jamesupereal New Member

    I use Debian 12 with XFS file system, got the same error. If ISPConfig quota can work with XFS, If yes, how to do. Thanks.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig does not support XFS quota. You must install with --no-quota option if you do not want to change your file system to a Linux ext file system type.
     
    ahrasis and jamesupereal like this.

Share This Page