CubePanel

Discussion in 'Installation/Configuration' started by xliquidx, Oct 27, 2006.

  1. xliquidx

    xliquidx New Member

    Hello everyone!

    I am trying to install Cube Panel on my Linux server with Red Hat 3.

    Everything goes fine... until the real installation part. I ever my ip, and hostname, then it gives me a quota error. Look at the code below, it may help explain.

    It has not been possible to activate quotas. Check that install file system is in /etc/fstab file.

    If I open the 'fstab' file this is how it appears:
    none /dev/pts devpts rw 0 0
    /dev/sda1 / ext3 defaults,usrquota,grpquota 1 1


    Someone please help me, I have sites that need to be hosted!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please run

    Code:
    touch /aquota.user /aquota.group
    chmod 600 /aquota.*
    mount -o remount /
    quotacheck -avugm
    quotaon -avug
    to activate quota.
     
  3. xliquidx

    xliquidx New Member

    Thanks, it worked.

    Hope this will be useful for others.
     
  4. teclahost.com

    teclahost.com New Member

    Problem activate quotas

    Hi.

    I have a version of Centos 5 in a VPS thru OpenVZ.

    I still have this error message :

    It has not been possible to activate quotas. Check that install file system is in /etc/fstab file

    I have tried what you say, but i receive an error in command :

    [root@tchost177 tmp]# mount -o remount /
    mount: permission denied

    Can, anybody help me?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    If
    Code:
    mount -o remount /
    doesn't work, you can as well reboot the vm - it has the same effect.
     

Share This Page