Submitted by zajinx on Wed, 07/22/2020 - 07:54
I've been using Virtualmin for quite some time and it's been working great, but after the last update all my virtual servers and mailboxes are missing quota information in the dashboard when I try to edit a domain or mailbox. I tried to recheck server config and rebuild grub but it's still not working, attached there is a screenshot and text files that shows the error message, the version running on my VM and the fact that quota is enabled for both user and group on the /home mount point.
Hope it's enough to get you started, thank you for the great work you are doing.
Status:
Active
Comments
Submitted by dragos@dall.ro on Wed, 07/22/2020 - 11:51 Comment #1
Check this :
https://www.virtualmin.com/node/69528
Submitted by zajinx on Thu, 07/23/2020 - 06:24 Comment #2
Thank you for taking the time to reply to my issue, but unfortunately, I don't have access to that issue "Access Denied. You are not authorized to access this page."
Submitted by dragos@dall.ro on Thu, 07/23/2020 - 07:13 Comment #3
Assuming that your filesystem is XFS, you would need to apply this patch and restart Webmin by running:
just run the following command:
curl https://raw.githubusercontent.com/virtualmin/virtualmin-gpl/master/virtu... -o /usr/libexec/webmin/virtual-server/virtual-server-lib-funcs.pl && /etc/webmin/restart
Submitted by zajinx on Thu, 07/23/2020 - 07:54 Comment #4
it worked, thank you
Submitted by dragos@dall.ro on Thu, 07/23/2020 - 08:06 Comment #5
Thanks to Ilia and the Virtualmin team !!!!
Submitted by jmunjr on Fri, 07/31/2020 - 19:48 Comment #6
Had the same issue and the script worked for me as well. Thank you.