Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Usrquota doesn´t work correctly

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
yoursql719
Posts: 1
Joined: 2017-01-31 08:42

Usrquota doesn´t work correctly

#1 Post by yoursql719 »

Hi,

my user quota is running and I get the correct values from different users. Also the grace period and the quotas are working, but it seems, that some basics are corrupted. For example: When I try to get warnquota with warnquota -u xy I get:

Code: Select all

warnquota: Cannot stat() given mountpoint xy: No such file or directory
If I try to run a quotacheck I get (quotacheck -avugm):

Code: Select all

quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.
quotacheck: Quota for users is enabled on mountpoint / so quotacheck might damage the file.
Please turn quotas off or use -f to force checking.
My /etc/fstab file:

Code: Select all

proc /proc proc defaults 0 0
# /dev/sda1 during Installation (RescueSystem)
UUID=462bf965-8f83-49e0-8016-d80a52382568 none swap sw 0 0
# /dev/sda2 during Installation (RescueSystem)
UUID=44f85847-47ff-4920-837b-9d6188122f31 /boot ext3 defaults 0 0
# /dev/sda3 during Installation (RescueSystem)
UUID=8429cdca-8d1e-499f-bff2-637658c8d80d / ext4 defaults,usrquota 0 0
I use a root server at Hetzner and I don´t know why quota isn´t running fully correct. Has anyone a hint?

Regards,

Post Reply