I noticed that quotas aren't working in Direct Admin on my server.
I read this: http://help.directadmin.com/item.php?id=42
I ran this command and got the following output:
Is there explanation other than quotas not compiled into this kernel? Is there a work around or does this mean recompiling my kernel?
I read this: http://help.directadmin.com/item.php?id=42
I ran this command and got the following output:
root@server# /usr/sbin/quotaoff -a; /sbin/quotacheck -avug; /usr/sbin/quotaon -a;
quotaoff: /: Operation not supported
quotaoff: /: Operation not supported
*** Checking user and group quotas for /dev/ad0s1a (/)
unknown uid: 1007
unknown gid: 1007
unknown gid: 1009
unknown uid: 1009
*** Warning: Quotas are not compiled into this kernel
quotaon: using //quota.group on
quotaon: /: Operation not supported
quotaon: using //quota.user on
quotaon: /: Operation not supported
root@server#
Is there explanation other than quotas not compiled into this kernel? Is there a work around or does this mean recompiling my kernel?