I used Code: wget -O - https://get.ispconfig.org | sh -s -- --no-mailman and it fails with: Code: . . . [INFO] acme.sh (Let's Encrypt) installed. [INFO] Installing packages quota, quotatool, haveged, geoip-database, libclass-dbi-mysql-perl, libtimedate-perl, build-essential, autoconf, automake, libtool, flex, bison, debhelper, binutils [INFO] Installed packages quota, quotatool, haveged, geoip-database, libclass-dbi-mysql-perl, libtimedate-perl, build-essential, autoconf, automake, libtool, flex, bison, debhelper, binutils [INFO] Adding quota to fstab. [ERROR] Exception occured: ISPConfigOSException -> Command mount -o remount / 2>&1 && quotaoff -avug 2>&1 && quotacheck -avugm 2>&1 && quotaon -avug 2>&1 failed. (/ispconfig.ai.php:15) root@varaposti:/tmp# df -hT . Tiedostojärjestelmä Tyyppi Koko Käyt Vapaa Käy% Liitospiste /dev/sda2 xfs 6,3G 3,3G 3,0G 53% / root@varaposti:/tmp# Now I tried again, same host but root file system ext4 instead of XFS (and it is 28 GB instead of 6,3). Is it possible the automatic install fails when root FS is not EXT4?
have you tried running the auto-install script using the --no-quota option when using xfs? i believe the quota settings in /etc/fstab are a little bit different for xfs, so maybe that is causing the problem. ie, where (on ubuntu at least) fstab has Code: usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 XFS uses: or maybe it's due to this:
Yes, that's possible. Use the --no-quota option as @nhybgtvfr suggested and then configure quota in /etc/fstab after the install finished manually.