Erros in two domains

I execute a migrate of a full backup of cpanel ( Add Servers>>Migrate Virtual Server )

And now I check that I am receiving a error message in two domains in VIrtualmin, erro:

Failed to write to /etc/webmin/virtual-server/links-cache/132213701532521-actions-root : Disk quota exceeded

and in another domain

Failed to write to /etc/webmin/virtual-server/links-cache/13221399579602-actions-root : Disk quota exceeded

I try to resolve with delete all files in the /etc/webmin/virtual-server/links-cache directory

But the error continue

I am receiving in the Virtual server who i migrate of cpanel:
Failed to write to /etc/webmin/apache/site when closing : Disk quota exceeded

Howdy,

Well, those files should all be owned by root… is it possible that the root user has a quota setup on your server?

I’d recommend not having a quota for root.

What is the output of these 3 commands:

quota -v root quota -g root df -h

Disk quotas for user root (uid 0):
Filesystem blocks quota limit grace files quota limit grace
/dev/simfs 1041420 0 0 65674 0 0

Disk quotas for group root (gid 0): none

Filesystem Size Used Avail Use% Mounted on
/dev/simfs 30G 1.7G 29G 6% /
none 512M 4.0K 512M 1% /dev

After I deleted all files in the /etc/webmin/virtual-server/links-cache directory… the first virtual server I choose work ok. The next domains choose I receive erro message

Hmm, what output do you get if you run this command:

ls -la /etc/webmin/virtual-server/links-cache