quota installation problem

Discussion in 'Installation/Configuration' started by Teddy_2009, Jul 29, 2009.

  1. Teddy_2009

    Teddy_2009 New Member

    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
     
  2. falko

    falko Super Moderator ISPConfig Developer

    It should've been
    Code:
    touch /var[B][COLOR="Red"]/[/COLOR][/B]quota.user /var[B][COLOR="Red"]/[/COLOR][/B]quota.group
    chmod 600 /var[B][COLOR="Red"]/[/COLOR][/B]quota.*
     
  3. Teddy_2009

    Teddy_2009 New Member

    thanks for the reply.i tried as you mentioned but nothing different. same problem still occuring. is there any solution ?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Any errors in your logs?
     

Share This Page