• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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