1752592 Members
2998 Online
108788 Solutions
New Discussion юеВ

chk_blk_quota

 
Paul Stanard
Regular Advisor

chk_blk_quota

Any idea what "chk_blk_quota: user quota underflow for user 188 on fileset /usr" means?
3 REPLIES 3
Michael Schulte zur Sur
Honored Contributor

Re: chk_blk_quota

Hi,

this is a message, which comes, even though you do not use quotas and can be ignored.

I think, it is a bug, should have been fixed in 5.1X. May be due to uninitialized counters.

Michael
Johan Brusche
Honored Contributor

Re: chk_blk_quota


You may want to use the command:

/usr/sbin/quotacheck -ugv /usr

to update the quotafiles of usr_domain#usr. To reduce the occurance of this message you can also add the options userquota,groupquota in the mountoptions used in /etc/fstab.

Johan.

_JB_
Ralf Puchner
Honored Contributor

Re: chk_blk_quota

in case of this message use quotacheck, have a look into the admin guide (documentation cd) which explains it in detail.
Help() { FirstReadManual(urgently); Go_to_it;; }