Submitted by RyanJohnson on Tue, 03/02/2010 - 19:21
Hey guys,
I've run validation on a few of my servers and many (most) are coming up with this error:
Administration user : Unix user quota of Unlimited does not match the domain owner's quota of 1024 MB
Is there an easy way to get them back in sync?
Status:
Active
Comments
Submitted by JamieCameron on Tue, 03/02/2010 - 23:44 Comment #1
This can happen if quotas were changed outside of Virtualmin, such as using the
edquota
command.The best fix is to login to Virtualmin and change the domain's quota to something different, then change it back to the original setting.
Submitted by RyanJohnson on Wed, 03/03/2010 - 00:02 Comment #2
arghhh I have just over 100 servers :(
Submitted by JamieCameron on Wed, 03/03/2010 - 02:09 Comment #3
You could make use of the command-line API to script this .. perhaps via a shell loop over all domains output by the
virtualmin list-domains --name-only --toplevel
command.