ramil

Active Member
Dec 28, 2003
38
0
156
Hello,

I got an error while running 'fixquotas' script on new server with cPanel 11, Fedora Core 5:

Installing Default Quota Databases...../boot/aquota.user..../boot/quota.user..../tmp/aquota.user....
/tmp/quota.user..../var/tmp/aquota.user..../var/tmp/quota.user.....Done
Quotas are now on
Updating Quota Files......
quotacheck: Scanning /dev/hda2 [/] quotacheck: Something weird happened while scanning. Error 2133571361


quotacheck: Scanning /dev/hda2 [/] quotacheck: Something weird happened while scanning. Error 2133571361

....Done
Also all users disk usages are 0 Mb... Any ideas?
 
Last edited:

ramil

Active Member
Dec 28, 2003
38
0
156
It might help to see the structure of your partitions if you can paste the contents of /etc/fstab
/etc/fstab
Code:
LABEL=/			/		ext3	  usrquota		1 1
LABEL=/boot1		/boot		ext3	  defaults		1 2
devpts			/dev/pts	devpts    gid=5,mode=620	0 0
tmpfs			/dev/shm	tmpfs	  defaults		0 0
proc			/proc		proc	  defaults		0 0
sysfs			/sys		sysfs	  defaults		0 0
LABEL=SWAP-hda3		swap		swap	  defaults		0 0
/usr/tmpDSK		/tmp		ext3	  defaults,noauto	0 0
/tmp			/var/tmp	ext3	  defaults,bind,noauto  0 0
And another interesting thing: I found that disk space usage is correct only for new accounts and if the old users has a new uploads, the disk usages are calculating only for this files...
 
Last edited:

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
If you have not resolved this yet, then I'd guess that you either need to reboot the server or remount the / partition if the usrquota hasn't come into effect.