LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Quota exceeded on CentOS 5.2 when creating OpenVZ container (https://www.linuxquestions.org/questions/linux-software-2/quota-exceeded-on-centos-5-2-when-creating-openvz-container-702299/)

eager 02-04-2009 01:18 PM

Quota exceeded on CentOS 5.2 when creating OpenVZ container
 
I've installed CentOS 5.2 on a VirtualBox x86_64 VM and applied the latest OpenVZ patch (028stab059.6). When I run the following command

vzctl create 201 --ostemplate centos-5-x86_64-minimal --config vps.basic

I get a series of disk quota and tar unpack errors starting with this:

tar: ./fastboot: Cannot open: Disk quota exceeded

I have confirmed that disk quotas on the CentOS VM system are turned off. There is plenty of available disk space in /vz, as well as /. I am able to untar the template into /vz/private without problem.

Any suggestions?

electrofelix 03-25-2009 01:19 PM

You have the wrong architecture of vzquota installed.

Assuming you have the yum repo enabled just run the following to get the correct version installed:

Code:

yum install vzctl.x86_64 vzquota.x86_64
I suppose it is still a bug that it doesn't give you a better error message.


All times are GMT -5. The time now is 06:52 AM.