I have a dedicated server at OVH running ubuntu 10.10 on which i have installed ispconfig myself following a guide here. Now i found that website quota is not working. /etc/fstab : Code: # <file system> <mount point> <type> <options> <dump> <pass> /dev/sda1 / ext3 errors=remount-ro,relatime,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1 /dev/sda2 /var ext3 defaults,relatime 1 2 /dev/sda3 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 dev /dev devtmpfs rw 0 0
Either quota is not working, or my ispconfig install is borked somehow and not reading (or showing) the quota's. edit: just dit a test and quota is working, so it's the latter option and ispconfig is not showing the quota and used space.
I know there are some issues with quota but are in the bug tracker: http://howtoforge.com/forums/showthread.php?t=51019