<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Updated RedHat 9.0 Small filesystem</title>
	<atom:link href="http://blog.linode.com/2003/10/29/updated-redhat-90-small-filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.linode.com/2003/10/29/updated-redhat-90-small-filesystem/</link>
	<description>Announcements, news, and musings from your pals at Linode.com</description>
	<lastBuildDate>Tue, 24 Jan 2012 21:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: caker</title>
		<link>http://blog.linode.com/2003/10/29/updated-redhat-90-small-filesystem/comment-page-1/#comment-75</link>
		<dc:creator>caker</dc:creator>
		<pubDate>Sat, 01 Nov 2003 07:02:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-75</guid>
		<description>[quote:dcf63f0c75=&quot;schof&quot;]I highly recommend giving us this same information every time you make changes to the distributions so we can &quot;follow along&quot; on our already existing distros.  Thanks for the info![/quote]
Good suggestion -- I completely agree!

I forgot to mention one other change, but this will be covered in the general performance docs I&#039;d like to write -- Move your /etc/cron.daily/slocate to /etc/cron.weekly.  This cron job simply runs the &quot;updatedb&quot; command, which indexes all the files in your filesystem for the &quot;locate somefile&quot; command.

If you never use the &quot;locate&quot; command you can move it to &quot;cron.monthly&quot;, or disable it all together and just run &quot;updatedb&quot; before using locate.  The majority of high disk I/O load that occurs during the late morning hours is generate by Linodes running updatedb :)

-Chris</description>
		<content:encoded><![CDATA[<p>[quote:dcf63f0c75="schof"]I highly recommend giving us this same information every time you make changes to the distributions so we can &#8220;follow along&#8221; on our already existing distros.  Thanks for the info![/quote]<br />
Good suggestion &#8212; I completely agree!</p>
<p>I forgot to mention one other change, but this will be covered in the general performance docs I&#8217;d like to write &#8212; Move your /etc/cron.daily/slocate to /etc/cron.weekly.  This cron job simply runs the &#8220;updatedb&#8221; command, which indexes all the files in your filesystem for the &#8220;locate somefile&#8221; command.</p>
<p>If you never use the &#8220;locate&#8221; command you can move it to &#8220;cron.monthly&#8221;, or disable it all together and just run &#8220;updatedb&#8221; before using locate.  The majority of high disk I/O load that occurs during the late morning hours is generate by Linodes running updatedb <img src='http://blog.linode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schof</title>
		<link>http://blog.linode.com/2003/10/29/updated-redhat-90-small-filesystem/comment-page-1/#comment-74</link>
		<dc:creator>schof</dc:creator>
		<pubDate>Sat, 01 Nov 2003 05:18:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-74</guid>
		<description>[quote:a4c1fffb8d=&quot;caker&quot;]Yes, but this is essentially what I did:

[code]
# all on one line
apt-get remove eject ethtool fbset kernel-smp kudzu lilo mkbootdisk parted raidtools redhat-config-mouse syslinux 4Suite alchemist audiofile bonobo-activation esound finger-server kernel redhat-config-nfs usbutils postgresql postgresql-libs postgresql-odbc postgresql-server

# update the system
apt-get update
apt-get upgrade

# get rid of docs &#040;who needs docs&#041;
rm -rf /usr/share/doc/*

# clear out the locales you don&#039;t use in /usr/share/locale &#040;that&#039;s about 66 megs originally, down to 800k if you just keep en*&#041;
[/code]

-Chris[/quote]

I highly recommend giving us this same information every time you make changes to the distributions so we can &quot;follow along&quot; on our already existing distros.  Thanks for the info!</description>
		<content:encoded><![CDATA[<p>[quote:a4c1fffb8d="caker"]Yes, but this is essentially what I did:</p>
<p>[code]<br />
# all on one line<br />
apt-get remove eject ethtool fbset kernel-smp kudzu lilo mkbootdisk parted raidtools redhat-config-mouse syslinux 4Suite alchemist audiofile bonobo-activation esound finger-server kernel redhat-config-nfs usbutils postgresql postgresql-libs postgresql-odbc postgresql-server</p>
<p># update the system<br />
apt-get update<br />
apt-get upgrade</p>
<p># get rid of docs &#40;who needs docs&#41;<br />
rm -rf /usr/share/doc/*</p>
<p># clear out the locales you don't use in /usr/share/locale &#40;that's about 66 megs originally, down to 800k if you just keep en*&#41;<br />
[/code]</p>
<p>-Chris[/quote]</p>
<p>I highly recommend giving us this same information every time you make changes to the distributions so we can &#8220;follow along&#8221; on our already existing distros.  Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caker</title>
		<link>http://blog.linode.com/2003/10/29/updated-redhat-90-small-filesystem/comment-page-1/#comment-73</link>
		<dc:creator>caker</dc:creator>
		<pubDate>Thu, 30 Oct 2003 06:49:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-73</guid>
		<description>Yes, but this is essentially what I did:

[code]
# all on one line
apt-get remove eject ethtool fbset kernel-smp kudzu lilo mkbootdisk parted raidtools redhat-config-mouse syslinux 4Suite alchemist audiofile bonobo-activation esound finger-server kernel redhat-config-nfs usbutils postgresql postgresql-libs postgresql-odbc postgresql-server

# update the system
apt-get update
apt-get upgrade

# get rid of docs &#040;who needs docs&#041;
rm -rf /usr/share/doc/*

# clear out the locales you don&#039;t use in /usr/share/locale &#040;that&#039;s about 66 megs originally, down to 800k if you just keep en*&#041;
[/code]

-Chris</description>
		<content:encoded><![CDATA[<p>Yes, but this is essentially what I did:</p>
<p>[code]<br />
# all on one line<br />
apt-get remove eject ethtool fbset kernel-smp kudzu lilo mkbootdisk parted raidtools redhat-config-mouse syslinux 4Suite alchemist audiofile bonobo-activation esound finger-server kernel redhat-config-nfs usbutils postgresql postgresql-libs postgresql-odbc postgresql-server</p>
<p># update the system<br />
apt-get update<br />
apt-get upgrade</p>
<p># get rid of docs &#40;who needs docs&#41;<br />
rm -rf /usr/share/doc/*</p>
<p># clear out the locales you don't use in /usr/share/locale &#40;that's about 66 megs originally, down to 800k if you just keep en*&#41;<br />
[/code]</p>
<p>-Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schof</title>
		<link>http://blog.linode.com/2003/10/29/updated-redhat-90-small-filesystem/comment-page-1/#comment-72</link>
		<dc:creator>schof</dc:creator>
		<pubDate>Thu, 30 Oct 2003 06:33:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-72</guid>
		<description>Just to make sure I&#039;m not missing anything, we&#039;d have to create new disk images and distributions and reconfigure from scratch in order to take advantage of this, right?</description>
		<content:encoded><![CDATA[<p>Just to make sure I&#8217;m not missing anything, we&#8217;d have to create new disk images and distributions and reconfigure from scratch in order to take advantage of this, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

