"Claudio" <[EMAIL PROTECTED]> writes: >> "Claudio" <[EMAIL PROTECTED]> writes: >> >> >> if you chmod o+r your aquota.user does it works ? >> > No. It does NOT work anyway. Or better: now any user can see the quota of > any other user (aka: privacy problem) but aquota.* files are NEVER > automatically updated, as you can see below:
There are updated in my case. Moreover when the aquota.user is 666, the user a cannot see the user b quota and vice versa, the quota command returns a permission denied. > [claudio@sfigatto claudio]$ ls -l > totale 868 > drwx------ 2 claudio claudio 4096 set 9 12:37 tmp/ > -rw-r--r-- 1 claudio claudio 880519 set 11 09:26 vmlinuz-2.4.19-9mdk > [claudio@sfigatto claudio]$ > [claudio@sfigatto claudio]$ quota -v claudio > Disk quotas for user claudio (uid 501): > Filesystem blocks quota limit grace files quota limit > /dev/hda6 892* 600 900 5days 8 0 0 > [claudio@sfigatto claudio]$ > [claudio@sfigatto claudio]$ rm vmlinuz-2.4.19-9mdk > rm: rimuovere file normale `vmlinuz-2.4.19-9mdk'? y > [claudio@sfigatto claudio]$ > [claudio@sfigatto claudio]$ quota -v claudio > Disk quotas for user claudio (uid 501): > Filesystem blocks quota limit grace files quota limit > /dev/hda6 892* 600 900 5days 8 0 0 > [claudio@sfigatto claudio]$ This works for me, as soon as I perform a sync, the quotas are updated. -- Warly
