Hi,
My server was reporting quota and disk space usage correctly, until yesterday when I had the crazy idea to run /scripts/fixquotas.
Since then, the disk space usage by all hosted accounts is reported by WHM either 0 or with very low values, that are untrue.
I searched the Internet and this forum for advice and I implemented all relevant instructions, failing to solve the problem.
During the last 20 hours, I ran /scripts/fixquotas at least three times, without having any success.
So, as last resort, I am kindly asking for your help.
What can I do to fix it.
Thank you for your help.
MY SYSTEM INFO
/etc/fstab
/scripts/fixquotas output
My server was reporting quota and disk space usage correctly, until yesterday when I had the crazy idea to run /scripts/fixquotas.
Since then, the disk space usage by all hosted accounts is reported by WHM either 0 or with very low values, that are untrue.
I searched the Internet and this forum for advice and I implemented all relevant instructions, failing to solve the problem.
During the last 20 hours, I ran /scripts/fixquotas at least three times, without having any success.
So, as last resort, I am kindly asking for your help.
What can I do to fix it.
Thank you for your help.
MY SYSTEM INFO
Code:
grep '' /etc/redhat-release /usr/local/cpanel/version /var/cpanel/envtype ; grep CPANEL= /etc/cpupdate.conf ; httpd -v ; php -v ; mysql -V
/etc/redhat-release:CentOS release 5.11 (Final)
/usr/local/cpanel/version:11.52.4.2
/var/cpanel/envtype:standard
CPANEL=11.52
Server version: Apache/2.2.29 (Unix)
Server built: Apr 25 2015 00:55:09
Cpanel::Easy::Apache v3.28.8 rev9999
PHP 5.4.40 (cli) (built: Apr 25 2015 01:00:10)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies
mysql Ver 14.14 Distrib 5.5.47, for Linux (x86_64) using readline 5.1
Code:
LABEL=/ / ext3 usrjquota=quota.user,jqfmt=vfsv0 1 1
LABEL=/home /home ext3 usrjquota=quota.user,jqfmt=vfsv0 1 2
LABEL=/var /var ext3 usrjquota=quota.user,jqfmt=vfsv0 1 2
LABEL=/usr /usr ext3 usrjquota=quota.user,jqfmt=vfsv0 1 2
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda7 swap swap defaults 0 0
/tmp /var/tmp ext3 defaults,bind,noauto 0 0
//10.0.5.5/IS-12571 /nas cifs username=IS-12571,password=ms4u5Pmxwb 1 1
Code:
Installing Default Quota Databases......Done
journaled quota support: kernel supports, user space tools supports (available)
Warning virtual file systems are mounted. Quotas may be counted as double
for users who are currently logged in. Please have jailshell users logout
before running quotacheck in the future!
All jailed users will be logged out in 60 seconds!
Broadcast message from root (Fri Mar 25 09:41:14 2016):
Warning! The system is about to perform quota maintenance.
All users will be logged out in 60 seconds.
PLEASE Do not log back in for 30 minutes, or you may inadvertantly disable your
account.
jailshell: no process killed
checking out /tmp/backup
checking out /backup
checking out /backup
Warning : Your system does not have a separate filesystem for backups. This may cause performance degradation during the backup process.
/ (already configured quotas = 1).
/home (already configured quotas = 1).
/var (already configured quotas = 1).
/usr (already configured quotas = 1).
/tmp (already configured quotas = 0).
/boot (already configured quotas = 0).
Updating Quota Files......
quotacheck: Scanning /dev/root [/] quotacheck: Cannot stat old user quota file: No such file or directory
quotacheck: Old group file not found. Usage will not be substracted.
quotacheck: Checked 2965 directories and 435752 files
quotacheck: Old file not found.
quotacheck: Scanning /dev/sda8 [/home] done
quotacheck: Something weird happened while scanning. Error 2133571361
quotacheck: Scanning /dev/sda2 [/var] quotacheck: Cannot stat old user quota file: No such file or directory
quotacheck: Old group file not found. Usage will not be substracted.
quotacheck: Checked 1767 directories and 24100 files
quotacheck: Old file not found.
quotacheck: Scanning /dev/sda6 [/usr] done
quotacheck: Cannot stat old user quota file: No such file or directory
quotacheck: Old group file not found. Usage will not be substracted.
quotacheck: Checked 14003 directories and 147670 files
quotacheck: Old file not found.
done
....Done
Quotas have been enabled and updated.
Reading package NNNNNN
Resetting quota for XXXXX to 1500 M
edquota: Quota file not found or has wrong format.
Reading package NNNNNN
Resetting quota for XXXXX to 600 M
edquota: Quota file not found or has wrong format.
etc..