Error:
After running /scripts/fixquotas it gives the following error message and showing unlimited disk space in
WHM >> Main >> List accounts.
==============================================================
edquota: Quota file not found or has wrong format.
No filesystems with quota detected.
==============================================================
Solution:
The error is due to no quota file. You can follow the steps shown below to fix this issue.
root@server [~]# touch /home/quota.user
root@server [~]# touch /home/quota.group
root@server [~]# chmod 600 /home/quota.user
root@server [~]# chmod 600 /home/quota.group
root@server [~]# quotacheck -acugvm
quotacheck: Scanning /dev/simfs [/] quotacheck: Cannot stat old user quota file: No such file or directory
quotacheck: Cannot stat old group quota file: No such file or directory
quotacheck: Cannot stat old user quota file: No such file or directory
quotacheck: Cannot stat old group quota file: No such file or directory
done
quotacheck: Checked 16689 directories and 234323 files
quotacheck: Old file not found.
quotacheck: Old file not found.
root@server [~]# /scripts/fixquotas --force
Installing Default Quota Databases......Done
Quota Mode: Linux
journaled quota support: not available with vzaquota (disabled)
Quotas have been enabled, however they may not be up to date as quotacheck has been skipped.
Reading package Starter
Resetting quota for arun to 2000 M
.
..
...
Thanks...
About Me
Categories
Archives
Populares
-
Situation : I have removed some mails from the MDaemon server from the backend,ie, browsed through the mail box and deleted some mails mauna...
-
Error on starting railo service. When starting Railo, it will show Railo service started but when checking the railo status ' No PID Fou...
-
Domain already exists error while adding a subdomain or addon domain A very common error when adding an addon or parked domain via cpanel....
-
Here in the following telnet sessions i am using the following details to demonstrate the dovecot verification. You have to replace with you...
-
BCC to Boss Function - Postfix Postfix provides three mechanisms: always_bcc = address Deliver a copy of all mail to the specifi...
-
MANY TOOLS IN ONE http://network-tools.com PING http://tools.pingdom.com You can use the above site used to check whether a domain is loadin...
-
If you are planning to use mysql for cyrus-sasl authentication, it is better to install PostfixAdmin. It will help us to add new smtp users ...
-
Error : This file is too big. Files must be less than 1500 KB in size Cause : In WordPress, by default Max upload file size is set to 1500 K...
-
Upgrade PHP version to 5.3 You can follow the steps shown below to upgrade your php version to 5.3 in Kloxo. Download and install repository...
-
Crontab Failure Emails The emails vary in subject line but include: /bin/sh: 1 : ambiguous redirect - Cron <root@host> /usr/local/cpan...