PDA

View Full Version : quota installation problem


Teddy_2009
29th July 2009, 11:47
when i configured quota package for manual portioned that i created in ubuntu 9.04 pre installation of ispconfig 2 the system take long time to reboot and it shows kernel log daemon is fail.this happening after the followings changes,

vi /etc/fstab
UUID=e01b08b4-d749-4e1a-bfa6-8db654b06b95 /var ext3 relatime,usrquota,grpquota 0 2

touch /var quota.user /var quota.group
chmod 600 /var quota.*
mount -o remount /var:D

falko
30th July 2009, 20:09
It should've been
touch /var/quota.user /var/quota.group
chmod 600 /var/quota.*

Teddy_2009
3rd August 2009, 08:29
thanks for the reply.i tried as you mentioned but nothing different. same problem still occuring. is there any solution ?

falko
4th August 2009, 14:07
Any errors in your logs?