If you are getting the following errors in your logs :

Sep 5 21:51:43 srv01 kernel: VFS: find_free_dqentry(): Data block full but it shouldn’t.
Sep 5 21:51:43 srv01 kernel: VFS: Error -5 occurred while creating quota.
Sep 5 21:51:43 srv01 kernel: VFS: find_free_dqentry(): Data block full but it shouldn’t.
Sep 5 21:51:43 srv01 kernel: VFS: Error -5 occurred while creating quota.

Then you need to update your quota on ensim :

root@ensim root]# quotaoff -av
/dev/hda3 [/]: group quotas turned off
/dev/hda3 [/]: user quotas turned off
[root@ensim root]# cd /
[root@ensim /]# ls
aquota.group bin dev home initrd lost+found mnt proc sbin
usr
aquota.user boot etc htdocs.tgz lib misc opt root tmp
var
[root@ensim /]# rm aquota.*
rm: remove `aquota.group? y
rm: remove `aquota.user? y
[root@ensim /]# ls
bin boot dev etc home htdocs.tgz initrd lib lost+found misc mnt
opt proc root sbin tmp usr var
[root@ensim /]# quotacheck -agiuv
Cannot remount filesystem mounted on / read-only. Counted values might not
be right.
Should I continue [n]: y
quotacheck: Scanning /dev/hda3 [/] done
quotacheck: Checked 13987 directories and 135025 files
[root@ensim /]# quotaon -av
/dev/hda3 [/]: group quotas turned on
/dev/hda3 [/]: user quotas turned on
[root@ensim /]#

Hope this above knowledge base helps you In case you have any queries contact the bodhost.com support team.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How to add New Clients in Modern Bill V5.1?

> Login to Clients> Add new Clients> The following is the procedure and information should…

How to install rkhunter to a cronjob

How to setup a daily scan report? # vi /etc/cron.daily/rkhunter.sh #!/bin/bash (/usr/local/bin/rkhunter -c –cronjob 2>&1…

Reset Mailman Password on cPanel – WHM Dedicated Servers

If you’re managing mailing lists on your dedicated server, you may need to reset the…