Hello,
I got an error while running 'fixquotas' script on new server with cPanel 11.31.3, Centos 5.7 (x86_64):
/etc/fstab
Also all users QUOTA Unlimited. Disk usages are 0 Mb... Any ideas?
I got an error while running 'fixquotas' script on new server with cPanel 11.31.3, Centos 5.7 (x86_64):
Code:
Updating Quota Files......
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 963 directories and 93797 files
quotacheck: Old file not found.
quotacheck: Scanning /dev/cciss/c0d0p3 [/usr] done
quotacheck: Scanning /dev/cciss/c0d2p1 [/home3] done
quotacheck: Something weird happened while scanning. Error 2133571361
/etc/fstab
Code:
LABEL=/ / ext3 defaults,usrquota 1 1
LABEL=/home /home ext3 defaults,usrquota 1 2
LABEL=/home2 /home2 ext3 defaults,usrquota 1 2
LABEL=/home3 /home3 ext3 defaults,usrquota 1 2
LABEL=/home4 /home4 ext3 defaults,usrquota 1 2
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/var /var ext3 defaults,usrquota 1 2
LABEL=/var/tmp /var/tmp ext3 defaults,usrquota 1 2
LABEL=/usr /usr ext3 defaults,usrquota 1 2
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs noexec,nosuid 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=SW-cciss/c0d0p2 swap swap defaults 0 0