SYSTEM INFORMATION | |
---|---|
OS type and version | Ubuntu 24.4 |
Webmin version | 2.303 |
Virtualmin version | 7.30.8 |
Webserver version | Apache |
Related packages | SUGGESTED |
I have installed a fresh VPS Ubuntu 24.04. When I check configuration I get
Quotas are not enabled on the filesystem / which contains home directories under /home and email files under /home. Quota editing has been disabled
But it seems that it is enabled
root@server-hobbycharken:~# systemctl status quota
● quota.service - Initial Check File System Quotas
Loaded: loaded (/usr/lib/systemd/system/quota.service; enabled; preset: enabled)
Active: active (exited) since Sun 2025-06-29 22:00:07 CEST; 4min 11s ago
Docs: man:quotacheck(8)
Main PID: 46709 (code=exited, status=0/SUCCESS)
CPU: 213ms
Jun 29 22:00:07 server.hobbycharken.org systemd[1]: Starting quota.service - Initial Check File System Quotas…
Jun 29 22:00:07 server.hobbycharken.org quota-initial-check.sh[46709]: * Checking quotas…
Jun 29 22:00:07 server.hobbycharken.org quota-initial-check.sh[46709]: …done.
Jun 29 22:00:07 server.hobbycharken.org systemd[1]: Finished quota.service - Initial Check File System Quotas.
What can be the problem?