xfs_quota limit error:

djcart

Verified User
Joined
Jun 29, 2021
Messages
125
I have some error in directadmin error log:

2022:04:05-19:47:20: xfs_set_project_limit('waszekwiaty.pl', size=0, inodes=0): xfs_quota limit error: xfs_quota: cannot find mount point for path `/home/homline/domains/hostline.pl': No such file or directory
xfs_quota: cannot find mount point for path `/home/homline/domains/hostline.net.pl': No such file or directory
xfs_quota: cannot find mount point for path `/home/homline/domains/hosting.pomorskie.pl': No such file or directory
xfs_quota: cannot set limits: No such process

2022:04:05-22:32:39: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2022:04:05-22:33:05: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
 
/home/homline/domains/hostline.net.pl'
Do these directory not exists? Because it says "no sutch file or directory". Or are these domains recently deleted?
Seems quota is looking for something which isn't there anymore.
 
the problem is that all of these domains exist. recently there was a change from mysql to mariadb, but the installation went smoothly and the services show nothing in the logs.
 
/dev/mapper/cloudlinux_46--248--175--59-root na / wpisz xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,usrquota,prjquota)
 
Back
Top