<?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>ArtistBlog.ME development &#187; quota</title>
	<atom:link href="http://development.artistblog.me/tag/quota/feed/" rel="self" type="application/rss+xml" />
	<link>http://development.artistblog.me</link>
	<description>ArtistPlug.ME network development</description>
	<lastBuildDate>Thu, 07 Apr 2011 12:02:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Cannot create new quotafile ?</title>
		<link>http://development.artistblog.me/2009/08/cannot-create-new-quotafile/</link>
		<comments>http://development.artistblog.me/2009/08/cannot-create-new-quotafile/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 20:50:11 +0000</pubDate>
		<dc:creator>ArtistPlug.ME</dc:creator>
				<category><![CDATA[Coding Mines]]></category>
		<category><![CDATA[Murphy's law]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[quota]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=162</guid>
		<description><![CDATA[How to fix a nasty quotaproblem on Debian Etch.
quotacheck: Cannot initialise IO on new quotafile: File exists


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy with a very strange bug lately. A few weeks ago I&#8217;ve tried to fix it by using the normal quota procedures but still I was getting that dreadful DirectAdmin message with:</p>
<p><code>Error with system Quotas<br />
setquota: Mountpoint (or device) /home not found.<br />
setquota: Not all specified mountpoints are using quota.<br />
</code><br />
Normally, the line /sbin/quotaoff -a ; /sbin/quotacheck -avugm ; /sbin/quotaon -a should fix it, but still, I got a rather nasty error with that:</p>
<p><code>root@mother:/# /sbin/quotacheck -avugm<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<br />
quotacheck: Scanning /dev/cciss/c0d1p1 [/home]<br />
....</code></p>
<p>I&#8217;ve solved this finally by renaming four files and running the same command again. Seems to be a (new) bug in Debian Etch? ..</p>
<p><code><br />
cd / ; mv aquota.user.new aquota.user.trash ; cd /home ; mv aquota.user.new aquota.user.trash<br />
</code><br />
I&#8217;ve had no group quotas defined, the same probably has to be done with aquota.group.new.</p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=162&amp;ts=1328365735" style="display:none;" alt="pixelstats trackingpixel"/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/08/cannot-create-new-quotafile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

