Quotafile Warnings

Discussion in 'HOWTO-Related Questions' started by solderboy, Sep 29, 2005.

  1. solderboy

    solderboy New Member

    What might these warnings be related to?
    Code:
    [root@Mr-Burns ~]# quotacheck -avugm
    quotacheck: WARNING -  Quotafile //aquota.user was probably truncated. Can't save quota settings...
    quotacheck: WARNING -  Quotafile //aquota.group was probably truncated. Can't save quota settings...
    quotacheck: Scanning /dev/hda3 [/] done
    quotacheck: Checked 3930 directories and 45355 files
    [root@Mr-Burns ~]#
    
    Are they anything to worry about?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    This happens when you run
    Code:
    quotacheck -avugm
    for the first time. Nothing to worry about. :)
     

Share This Page