[SOLVED] Debian 11.6 + btrfs + ISPConfig script install @ quota fstab = [ERROR] ISPConfigOSException

Discussion in 'Installation/Configuration' started by Vintche Dass, Mar 27, 2023.

  1. Vintche Dass

    Vintche Dass New Member

    Good morning,

    1. SITUATION
      • 01 # > I am in production with a Debain 11.6 local server.
        .
      • 02 #
        > Fresh Debian 11.6 x64 install.
        > Server is fine.
        > "Expert mod" used to create subvolumes.
        .
      • 03 # > For the installation of ISPConfig 3, I took this tutorial :
        .
      • 04 # > The server is configure as :
        .
      • 05 # > I've started the script with this command as "root" user :
        Code:
        wget -O - https://get.ispconfig.org | sh -s -- --use-php=8.1 --no-roundcube
        
        .
      • 06 # > FSTAB file :
        .
        btrfs files system, the options are :
        .
        Code:
        cat /etc/fstab
        
        .
      • 07 # During install, script installation have been stopped with this error :
        .
        .
        All CLI lines since the commands started :
        .
        As root user :
        Code:
        wget -O - https://get.ispconfig.org | sh -s -- --use-php=8.1 --no-roundcube
        
      .
    2. 08 # > Question :
      There is not a problem with the install, setting ISPConfig script with btrfs system files and subvolumes ?
      .
      .
    3. ENDING
      Thank you for your time to read and if you have a solution, I would appreciate it.

      Sincerely,
      Vincente.
     
    Last edited: Mar 27, 2023
  2. Vintche Dass

    Vintche Dass New Member

    I've solved the problem to disable "quota" with the option at command line script install :
    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --use-php=8.1 --no-quota --no-roundcube
    
    I do not errase the thread, it coulb be helpfull to anyone with this probllem.

    Sincerely,
    Vincente.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig supports standard Linux filesystem quota only and not BTRFS quota, so you cannot limit the sizes of websites on your system.
     
    ahrasis likes this.

Share This Page