grivera

Registered
Oct 15, 2013
1
0
1
cPanel Access Level
Root Administrator
A days ago I have a problem with the quotas of my WHM, all show how ilimited.
When I press > Server Configuration> Initial Quota Setup, Procced. The following error:

Code:
Installing Default Quota Databases......Done
Quota Mode: Linux
journaled quota support: kernel supports, user space tools supports (available)
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.
/dev/xvda (already configured quotas = 1).
Updating Quota Files......

....Done
Quotas have been enabled and updated.
Reading package Plus
edquota: Cannot open quotafile //quota.user: No such file or directory
No filesystems with quota detected.
Resetting quota for acmhfjfghmec to 5548
edquota: Cannot open quotafile //quota.user: No such file or directory
No filesystems with quota detected.
______________________________________________________________________________
In the shell:

Code:
-----/scripts/initquotas
Quota Mode: Linux
journaled quota support: kernel supports, user space tools supports (available)
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.
/dev/xvda (already configured quotas = 1).
Updating Quota Files......

....Done
Quotas have been enabled and updated.

_____________________________________________________________________________
----repquota -a
repquota: Cannot open quotafile //quota.user: No existe el fichero o el directorio

_____________________________________________________________________________________

ls -l /*.user
/bin/ls: no se puede acceder a /*.user: No existe el fichero o el directorio

_____________________________________________________________________________________

[/]# quotaon /
quotaon: cannot find //quota.user on /dev/root [/]

_____________________________________________________________________________________

ll /dev/root
lrwxrwxrwx 1 root root 9 abr 2 14:02 /dev/root -> /dev/xvda

_____________________________________________________________________________________


cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Wed Nov 27 16:42:40 2013
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/xvda	/	ext3	noatime,errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0	0	1
/dev/xvdb	 none	 swap	sw	 0 0
tmpfs /dev/shm tmpfs nodev,suid,noexec 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
/proc /proc proc defaults 0 0
/usr/tmpDSK /tmp ext3 defaults,noauto 0 0
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

The following message indicates that quota is not enabled on this system:

No filesystems with quota detected.
Is this a VPS? If so, have you checked to make sure quotas are enabled from the hardware node?

Thank you.