Quota On VPS?

Discussion in 'Installation/Configuration' started by Unfaiir, Apr 30, 2014.

  1. Unfaiir

    Unfaiir Member

    I'm using a VPS hosting company that gives me a bare bones CentOS 6.5 install but inside of a vps container. I'm stuck at the installation guide when setting up Quota. There are no partitions, my /etc/fstab looks like this:

    Code:
    none    /dev/pts        devpts  rw      0       0
    and fdisk -l is blank.

    :confused: Do I need to install Quota to continue installing ISPConfig?

    :confused: If so, how do I proceed installing without being able to create any partitions or logical volumes within my vps container in order to add the quota line to /etc/fstab?

    Thank you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    please post the output of:

    cat /proc/user_beancounters
     
  3. Unfaiir

    Unfaiir Member

    Code:
    Version: 2.5
           uid  resource                     held              maxheld              barrier                limit              failcnt
       123043:  kmemsize                101085209            102490112  9223372036854775807  9223372036854775807                    0
                lockedpages                     0                    0              2097152              2097152                    0
                privvmpages                 10793                13185              5242880              5242880                    0
                shmpages                      641                  641  9223372036854775807  9223372036854775807                    0
                dummy                           0                    0  9223372036854775807  9223372036854775807                    0
                numproc                        17                   57                 4000                 4000                    0
                physpages                  452627               456866              2097152              2097152                    0
                vmguarpages                     0                    0              2621440              2621440                    0
                oomguarpages                 1711                 1711              2097152              2097152                    0
                numtcpsock                      4                    4  9223372036854775807  9223372036854775807                    0
                numflock                        3                    3  9223372036854775807  9223372036854775807                    0
                numpty                          1                    1  9223372036854775807  9223372036854775807                    0
                numsiginfo                      0                   30  9223372036854775807  9223372036854775807                    0
                tcpsndbuf                  133112               133112  9223372036854775807  9223372036854775807                    0
                tcprcvbuf                   72208                72208  9223372036854775807  9223372036854775807                    0
                othersockbuf                 4624                 5912  9223372036854775807  9223372036854775807                    0
                dgramrcvbuf                     0                    0  9223372036854775807  9223372036854775807                    0
                numothersock                   85                   86  9223372036854775807  9223372036854775807                    0
                dcachesize               98626096             98731966  9223372036854775807  9223372036854775807                    0
                numfile                       244                  325               160000               160000                    0
                dummy                           0                    0  9223372036854775807  9223372036854775807                    0
                dummy                           0                    0  9223372036854775807  9223372036854775807                    0
                dummy                           0                    0  9223372036854775807  9223372036854775807                    0
                numiptent                       8                    8  9223372036854775807  9223372036854775807                    0
    
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, then the server uses openvz or virtuozzo as virtualisation. In this case, you can leave out the quota configuartion, quota is enabled and configured by your isp on the host system. just install the quota software package.
     
  5. Unfaiir

    Unfaiir Member

    Thank you! :)
     

Share This Page