The solution of the problem
Before:
[root@hostname web7]# /usr/sbin/repquota -avug | grep web7
web7_user +- 8764 5120 5120 3days 206 0 0
web7 -- 8796 20480 20480 215 0 0
After:
The problem is solved increasing the quota of adminsitrator user. I didnt understand the relation between the quota of the adminsitrador user and the size of the Web site
[root@hostname web]# /usr/sbin/repquota -avug | grep web7
web7_user -- 8792 20480 20480 206 0 0
web7 -- 7812 20480 20480 213 0 0
Thanks
|