<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rudkin On Linux, Mac and Tech &#187; hardy</title>
	<atom:link href="http://rudkin.me.uk/tag/hardy/feed/" rel="self" type="application/rss+xml" />
	<link>http://rudkin.me.uk</link>
	<description>Paul Rudkin&#039;s trials and tribulations with Linux, Mac and technology in general</description>
	<lastBuildDate>Wed, 25 Apr 2012 12:07:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>&#8216;quotacheck&#8217; bug on Ubuntu 8.04 running in a XEN VPS</title>
		<link>http://rudkin.me.uk/2009/03/14/quotacheck-bug-on-ubuntu-804-running-in-a-xen-vps/</link>
		<comments>http://rudkin.me.uk/2009/03/14/quotacheck-bug-on-ubuntu-804-running-in-a-xen-vps/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 12:47:19 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[quotacheck]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualmin]]></category>

		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=34</guid>
		<description><![CDATA[Well I am not sure if this bug is general accross the Ubuntu 8.04 family, but I have a Xen based VPS running Virtualmin and recently stumbled accross an issue with the quota calculations.   You can follow the thread posted in the Virtualmin bug tracker but the basic problem was that I got the following [...]]]></description>
			<content:encoded><![CDATA[<p>Well I am not sure if this bug is general accross the Ubuntu 8.04 family, but I have a <a href="http://www.xen.org/">Xen</a> based VPS running <a href="http://www.virtualmin.com">Virtualmin</a> and recently stumbled accross an issue with the quota calculations.   You can follow the thread posted in the <a href="http://www.virtualmin.com/index.php?option=com_flyspray&amp;do=details&amp;task_id=5462">Virtualmin bug tracker</a> but the basic problem was that I got the following errors:-</p>
<blockquote><p>
<code>root@ycits01:/# quotacheck -u -g -f -m /<br />
quotacheck: Cannot create new quotafile //aquota.user.new: File exists<br />
quotacheck: Cannot initialise IO on new quotafile: File exists<br />
quotacheck: Cannot create new quotafile //aquota.group.new: File exists<br />
quotacheck: Cannot initialise IO on new quotafile: File exists</code>
</p></blockquote>
<p>The solution was to run the following:-</p>
<blockquote><p>
<code>mv /aquota.user.new /aquota.user.broken<br />
mv /aquota.group.new /aquota.group.broken<br />
quotacheck -u -g -f -m /</code>
</p></blockquote>
<p>So I hope this is of use to somebody, now all I need to do is find out where I should report the bug!</p>
]]></content:encoded>
			<wfw:commentRss>http://rudkin.me.uk/2009/03/14/quotacheck-bug-on-ubuntu-804-running-in-a-xen-vps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

