<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RickB</id>
	<title>OpenVZ Virtuozzo Containers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RickB"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/RickB"/>
	<updated>2026-05-02T19:14:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Cpanel_quotas&amp;diff=1588</id>
		<title>Cpanel quotas</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Cpanel_quotas&amp;diff=1588"/>
		<updated>2006-06-09T19:28:48Z</updated>

		<summary type="html">&lt;p&gt;RickB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WHM/Cpanel, a popular commercial web-based control panel for Linux, has a tendency to overwrite the special quota files in the VPS context.  I am referring to:&lt;br /&gt;
&lt;br /&gt;
lrwxr-xr-x     1 root root    39 Jun  8 17:27 aquota.group -&amp;gt; /proc/vz/vzaquota/00000073/aquota.group&lt;br /&gt;
lrwxr-xr-x     1 root root    38 Jun  8 17:27 aquota.user -&amp;gt; /proc/vz/vzaquota/00000073/aquota.user&lt;br /&gt;
&lt;br /&gt;
The result of these being overwritten will be WHM showing &amp;quot;unlimited&amp;quot; quota reports for all users in the system. An quick solution to this is to run these commands from within the VPS as root:&lt;br /&gt;
&lt;br /&gt;
rm -rf /aquota.user 2&amp;gt;/dev/null&lt;br /&gt;
rm -rf /aquota.group 2&amp;gt;/dev/null&lt;br /&gt;
unlink /aquota.user 2&amp;gt;/dev/null&lt;br /&gt;
unlink /aquota.group 2&amp;gt;/dev/null&lt;br /&gt;
for x in `find /proc/vz/vzaquota/ | tail -1 | xargs find | tail -2 `; do ln -s $x /; done&lt;/div&gt;</summary>
		<author><name>RickB</name></author>
		
	</entry>
</feed>