Changes

Jump to: navigation, search

Cpanel quotas

2 bytes removed, 08:51, 16 January 2007
m
VPS->VE
WHM/Cpanel, a popular commercial web-based control panel for Linux, has a tendency to overwrite the special quota files in the VPS VE context. I am referring to:
<pre>
lrwxr-xr-x 1 root root 39 Jun 8 17:27 aquota.group -> /proc/vz/vzaquota/00000073/aquota.group
lrwxr-xr-x 1 root root 38 Jun 8 17:27 aquota.user -> /proc/vz/vzaquota/00000073/aquota.user
</pre>
The result of these being overwritten will be WHM showing "unlimited" quota reports for all users in the system. An quick solution to this is to run these commands from within the VPS VE as root:
<pre>
rm -rf /aquota.user 2>/dev/null

Navigation menu