rascal2trust

Active Member
Apr 28, 2003
43
0
156
The quotas on the server are fine, but when one the techs ran fixquotas for a possible quotas issue, below was the result.

touch: creating `/usr/aquota.user': Permission denied
touch: creating `/var/aquota.user': Permission denied
touch: creating `/aquota.user': Permission denied
touch: creating `/home/aquota.user': Permission denied

This message appears for each user on the system as the quotas on thier account are set.

Never have seen this before, perms on the files look fine, any ideas.

Thanks JS
 

shameer

Registered
Dec 1, 2003
4
0
151
had same problem ,did

chattr -i /home/aquota.user
chattr -a /home/aquota.user

though lsattr was clean

its ok now for me

:D