• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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