Error with system quotas when creating a user/domain

Serg951

Verified User
Joined
Apr 1, 2022
Messages
12
Hey guys

Something at least peculiar happened while creating a new user.

The system has several resellers, however when creating a domain in reseller "A" an error was returned referring to reseller domains "B", "C"... Which was not supposed to happen under any circumstances.

Below the error after creating a new user:

============
USER EXAMPLE CREATED

Unix User created successfully

User's System Quotas set

Error with system Quotas


xfs_quota: cannot find mount point for path `/home/aaaa/domains/aaaa.com': No such file or directory
xfs_quota: cannot find mount point for path `/home/bbb/domains/bbb.com': No such file or directory
xfs_quota: cannot find mount point for path `/home/ccc/domains/ccc.com': No such file or directory
xfs_quota: cannot find mount point for path `/home/ddd/domains/ddd.com': No such file or directory
xfs_quota: cannot find mount point for path `/home/eee/domains/eee.com': No such file or directory
xfs_quota: cannot find mount point for path `/home/fff/domains/fff.com': No such file or directory
xfs_quota: cannot find mount point for path `/home/ggg/domains/ggg.com No such file or directory
xfs_quota: cannot find mount point for path `/home/hhh/domains/hhh.com': No such file or directory
xfs_quota: cannot find mount point for path `/home/iii/domains/iii.com': No such file or directory

xfs_quota: cannot set limits: Function not implemented


Debug Guide

User's data directory created successfully
Domains directory created successfully
Domains directory created successfully in user's home

Domain Created Successfully
===================

I validated all directories both in the panel and in the console, and they exist and with quotas set apparently correctly.

The file system is xfs and does not have the /home partition. The domains mentioned in the error are in the / partition

Filesystem Size Used Avail Use% Mounted on
devtmpfs 30G 0 30G 0% /dev
tmpfs 30G 5.4M 30G 1% /dev/shm
tmpfs 30G 3.1G 27G 11% /run
tmpfs 30G 0 30G 0% /sys/fs/cgroup
/dev/mapper/almalinux-root 848G 475G 374G 56% /
/dev/mapper/emails-emails_volume 750G 582G 169G 78% /emails
/dev/sda1 395M 284M 112M 72% /boot
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****
tmpfs 5.9G 0 5.9G 0% /run/user/****

I checked some procedures in the DirectAdmin documentation, however in my view this specific problem does not fit into this:


fstab:

/dev/mapper/almalinux-root / xfs defaults,uquota,gquota 0 0


Does anyone have any suggestions? Since this is a production server, I'm trying to validate an approach that doesn't involve rebooting and also doesn't in any way harm the integrity of the system that is running 24/7.
 
Back
Top