root@xxx:~# systemctl status quota.service ● quota.service - Check And Enable File System Quotas Loaded: loaded (/lib/systemd/system/quota.service; enabled) Active: failed (Result: exit-code) since Wed 2016-02-24 18:01:56 CST; 17min ago Docs: man:quotaon(8) Process: 293 ExecStart=/usr/share/quota/quotaon.sh (code=exited, status=1/FAILURE) Main PID: 293 (code=exited, status=1/FAILURE) Feb 24 18:01:55 xxx.xxx.com quotaon.sh[293]: Checking quotas... Feb 24 18:01:56 xxx.xxx.com systemd[1]: quota.service: main process exited, code=exited, status=1/FAILURE Feb 24 18:01:56 xxx.xxx.com systemd[1]: Failed to start Check And Enable File System Quotas. Feb 24 18:01:56 xxx.xxx.com systemd[1]: Unit quota.service entered failed state. I decided to run a quotacheck -avugm and everything turned out OK. Should I try to re-enable again? or is there something I need to fix?
Found a possible solution here: https://www.howtoforge.com/communit...ce-error-on-debian-jessie-installation.70157/ To add /etc/init.d/quota start in /etc/rc.local file. But when I run /etc/init.d/quota start I get the same error. Is there something I must do first? I ran quotaoff -a to prevent my server from rebooting continuously.
On this page is show someone solving it: https://www.howtoforge.com/community/threads/ispconfig-3-and-debian-jessie.69834/page-2 With: Dunno, If I should try this or is there another fix.