• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

kernel: VFS: Quota referenced but not present.

albans

Regular Pleskian
Hi,

I've got a strange message appearing in my /var/log/messages log file:

Jul 2 04:22:26 hostname kernel: VFS: Quota for id 29 referenced but not present.
Jul 2 04:22:26 hostname kernel: VFS: Can't read quota structure for id 29.
Jul 2 04:22:26 hostname kernel: VFS: Quota for id 29 referen<3>VFS: Can't read quota structure for id 29.

So, I tried some commands found on a forum as follow:
(http://forum.ensim.com/showthread.php?s=&threadid=4665&highlight=Cant+read+quota+structure+for+id)
quotaoff -aug
quotacheck -augmi
quotaon -aug

But this doesn't work, the command quotaoff just do nothing... How to use it?
And how can I fix this problem?

Thanks for you help.
 
I finally found my way...

I made a little shell script with the following commands:

PHP:
quotaoff -a
quotacheck -ugamn
quotaon -a

I rebooted the server and once he was up again I executed the shell script...
This took about 2mins to execute and the quota reference was recovered.
 
Back
Top