Error with system Quotas setquota: Mountpoint (or device) / not found or has no quota

xuancong6000

Verified User
Joined
Oct 12, 2012
Messages
79
when I creat host from RSL it appear one error: "Error with system Quotas setquota: Mountpoint (or device) / not found or has no quota enabled. setquota: Not all specified mountpoints are using quota. Debug Guide"
this is my /etc/fstab: "none /dev/pts devpts rw,gid=5,mode=620 0 0"
Please help me fix the problem thanks

another one I want to setup SSL certificate to my domain how can I creat delicate IP for my domain from "IP Management" thanks alot
 
What part can you not do? Do you have quotas turned on in your OS? Do the various quota commands work when called directly from the root shell?

Jeff
 
sorry i can't do it:( could you help me step by step

Hello,

As soon as your /etc/fstab contains only one line with

Code:
none /dev/pts devpts rw,gid=5,mode=620 0 0

you are probably running a OpenVZ container there (i.e. VPS) in this case you should ask your hosting provider (a company from which you bought a VPS) to enable Second Level Quotas support, without that you won't be able to use quotas on your virtual server.
 
Back
Top