Unable to get quotas

riverdance

Verified User
Joined
Feb 27, 2009
Messages
123
Location
Belgium
First a wanne say Merry Chrismas.

The vps is installed with centos 5.5 whith SolusVM.

When a make a account, its says this

Code:
Unable to get quotas: repquota: Mountpoint (or device) / not found.
repquota: Not all specified mountpoints are using quota.

The hoster says its not the vps problem, but its my problem.
Well , how can it be my problem? The vps is installed automatic from SolusVM.

Can i solve this problem from ssh?

On a clean vps whit only centos 5.5 the disk use

is 3gb. I know it need to be 400/700mb max.

Also the load is very high

http://159.253.4.123/mrtg/

And this is on a clean install.

Is this amazing or not?
 
Last edited:
Hello,

SolusVM supports three types of virtualization: OpenVZ, Xen & KVM. So which one is yours?

Show results for

Code:
# ls -la /aquota.*
 
aquota

Hello Alex,

Code:
[root@vps18282 suroot]# ls -la /aquota.*
ls: /aquota.*: No such file or directory
[root@vps18282 suroot]#

Its SolusVM, and OpenVZ
 
Try this and post here results:

Code:
ls -la /proc/vz/vzaquota

and

Code:
/sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
 
results

Code:
[root@vps18282 suroot]# ls -la /proc/vz/vzaquota
total 0
dr-x------ 8 root root 0 Dec 28 15:45 .
dr-xr-xr-x 3 root root 0 Dec 28 15:45 ..



Code:
[root@vps18282 suroot]# /sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
 
You're welcome,

one thing is forgotten, just to be sure that everything is checked...

Code:
# mount

What is a result?
 
Back
Top