<?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>王一的Blog - a one and a two &#187; *nix</title>
	<atom:link href="http://www.mudone.com/category/technote/unix-like/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mudone.com</link>
	<description>Reborn</description>
	<lastBuildDate>Thu, 09 Sep 2010 23:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://www.mudone.com/?pushpress=hub'/>
		<item>
		<title>FreeBSD / filesystem full</title>
		<link>http://www.mudone.com/2010/02/28/freebsd-filesystem-full/</link>
		<comments>http://www.mudone.com/2010/02/28/freebsd-filesystem-full/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 08:15:59 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[TechNote]]></category>

		<guid isPermaLink="false">http://www.mudone.com/?p=181</guid>
		<description><![CDATA[一台机器提示/var filesystem full。 df -hi 查看，剩余空间和inode都未满（空间几乎满了）。 之前crash了，正在fsck。 tail /var/log/messages 发现试图做snapshot失败，提示手工fsck。 把/var 下面的无关紧要的东西挪了一点出来。 重新fsck，这次ok了。囧。 总结：/var 还是多留点空间，至少留出能做snapshot的空间来。]]></description>
			<content:encoded><![CDATA[<p>一台机器提示/var filesystem full。</p>
<p>df -hi 查看，剩余空间和inode都未满（空间几乎满了）。</p>
<p>之前crash了，正在fsck。</p>
<p>tail /var/log/messages 发现试图做snapshot失败，提示手工fsck。</p>
<p>把/var 下面的无关紧要的东西挪了一点出来。<br />
重新fsck，这次ok了。囧。</p>
<p>总结：/var 还是多留点空间，至少留出能做snapshot的空间来。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mudone.com/2010/02/28/freebsd-filesystem-full/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove all RC files as listed in dpkg</title>
		<link>http://www.mudone.com/2010/02/07/remove-all-rc-files-as-listed-in-dpkg/</link>
		<comments>http://www.mudone.com/2010/02/07/remove-all-rc-files-as-listed-in-dpkg/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 12:37:14 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[*nix]]></category>

		<guid isPermaLink="false">http://www.mudone.com/?p=162</guid>
		<description><![CDATA[dpkg -l &#124; grep ^rc &#124; cut -d&#8217; &#8216; -f3&#124; sudo xargs dpkg -P]]></description>
			<content:encoded><![CDATA[<blockquote><p>dpkg -l | grep ^rc | cut -d&#8217; &#8216; -f3| sudo xargs dpkg -P</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.mudone.com/2010/02/07/remove-all-rc-files-as-listed-in-dpkg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
