Good Day, Just wondering if anyone would have an idea a pre-installation issue i have. I want to install ISPconfig on a CentOS6.5 OpenVZ VPS. (FYI - I own the dedicated server with SolusVM). I've always installed ISPconfig on CentOS with success. I have an issue with this new set up: I can't configure quota because I dont have the '/' (root) entry? $ vi /etc/fstab none /dev/pts devpts rw,gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 Thank you in advance once again! JP Cyrenne
/etc/fstab is populated by OpenVZ and is overwritten after each restart. However, to use quota you simply need to install quotatools and make sure the container as a whole has quota enabled (google OpenVZ container quota) for that. If it is ploop based, I think quota is enabled by default though.