Quota Problem in Ubuntu Dapper...

Discussion in 'Installation/Configuration' started by toyito, Jun 21, 2007.

  1. toyito

    toyito New Member

    Hi there
    Installing Quota on an Ubuntu Dapper 64 bits server (serveraxis.com) i got this message:

    Code:
    root@server1:~# quotaon -avug
    quotaon: using //quota.group on /dev/sda1 [/]: No such process
    quotaon: Quota format not supported in kernel.
    quotaon: using //quota.user on /dev/sda1 [/]: No such process
    quotaon: Quota format not supported in kernel.
    root@server1:~#
    
    Can u help me pls to fix it??

    Regards

    Hector
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you installed the quota package with:

    apt-get install quota

    If the quota package is already installed, you will have to install a linux kernel with quota support.
     
  3. toyito

    toyito New Member

    Hi:

    Yes Till, the quota package was installed using "apt-get install quota".
    How can i install a kernel or maybe a kernel patch that support quota??

    Hector
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Which kernel do you currently use? All default kernels in Ubuntu Dapper server support quota as far as I know.

    If you want to get a list of all available kernels, run:

    apt-cache search kernel
     
  5. toyito

    toyito New Member

    Hi till


    Regards

    Hector
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Can you try to set up quota again, but this time using the files aquota.group and aquota.user?
     
  7. toyito

    toyito New Member

    Hey Thanks a lot Falko....sorry for my delay...

    Regards

    Hector

    PD any other change in the how to related to this????
     
  8. falko

    falko Super Moderator ISPConfig Developer

    No, you just use the files aquota.user and aquota.group (of course, you do the chmod then on the aquota.* files).
     

Share This Page