• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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