These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for CRITICAL: Current disk space consumption has reach on the new forum.
What does this mean? I check the virtual server for this domain and it has adequate space allotted to it, more than it has used>
SUBJECT :- CRITICAL: Current disk space consumption has reached a critical limit. MESSAGE :- Your current disk space consumption has reached a critical limit. To allow users to operate beyond this can cause MySQL database corruption.Please clean up your disk space or buy additional disk quota. SIGNATURE:- *** This message is automatically generated by the mail system. ***
What is the output of these two commands:
1. df -h
2. quota -g GROUPNAME
(where USERNAME is the name of the group of the user who received the above email)
Thanks,
-Eric
i have once had a non-reproducible bug where a log exceeded over 60gigs in a users account. This file was in the users /home/user/logs
[code:1][root@mail ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 224G 36G 177G 17% /
/dev/sdb1 226G 1012M 213G 1% /backup
/dev/sda1 99M 17M 78M 18% /boot
tmpfs 1006M 0 1006M 0% /dev/shm
[root@mail ~]#
[root@mail ~]# quota -g subclub
Disk quotas for group subclub (gid 505):
Filesystem blocks quota limit grace files quota limit grace
/dev/sda3 552 3145728 3145728 50 0 0
[root@mail ~]#[/code:1]
bump
Yeah, I mean, it doesn't look like that user is nearing their quota :-)
Also, that quota notification message you received doesn't look like the default Virtualmin message. Did you modify the default, or was that message sent outside of Virtualmin?
I might recommend going into Limits and Validation -> Check Disk Quotas, and have it run a check on "Both users and groups".
-Eric