<?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>oddprocess.org &#187; Server Stuff</title>
	<atom:link href="http://www.oddprocess.org/wp/category/server-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oddprocess.org/wp</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 04:12:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>getmail fun</title>
		<link>http://www.oddprocess.org/wp/2008/12/17/getmail-fun/</link>
		<comments>http://www.oddprocess.org/wp/2008/12/17/getmail-fun/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 18:04:25 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=305</guid>
		<description><![CDATA[I use my linode server for pretty much everything. However, one of its main jobs is to house all of my email needs. I have several domains which receive personal email and that all collects on the server. For quite some time, I&#8217;ve used &#8220;fetchmail&#8221; to collect my work mail and deliver it via the [...]]]></description>
			<content:encoded><![CDATA[<p>I use my linode server for pretty much everything. However, one of its main jobs is to house all of my email needs. I have several domains which receive personal email and that all collects on the server. For quite some time, I&#8217;ve used &#8220;fetchmail&#8221; to collect my work mail and deliver it via the local mail server. It would then be filtered and delivered to a 2nd Inbox. I had three total inboxes, one for my main account, a secondary for a backup account, and the third for my work email. The reason for the multiple mailboxes was to make it easier to setup email &#8220;profiles.&#8221; Using the console based <a href="http://www.mutt.org/">mutt</a> email client, I have setup folder rules. If I am in the work inbox, mutt will use specific settings that I use for work. Mainly reply to address, outgoing name, and signature.</p>
<p>In a nutshell, fetchmail is really a pain. It&#8217;s config file is really about the stupidest setup that I&#8217;ve ever seen, and all in all, it seemed like a lot of extra steps for something that really should be pretty simple.</p>
<p>Enter <a href="http://pyropus.ca/software/getmail/">getmail</a>. It is the same style program, but is much easier to install and doesn&#8217;t require a local server to filter and deliver mail. Instead, it can save to local folders using several different storage methods (mbox file, maildir, etc).</p>
<p>It was time to add another Inbox. This time, I needed to add one to <a href="http://mail.google.com/">Gmail</a>. So, if you are looking to grab mail remotely from Gmail and store it somewhere, here is a quick and simple getmail config file that gets the job done:</p>
<blockquote><p>
[retriever]<br />
type = SimplePOP3SSLRetriever<br />
server = pop.gmail.com<br />
username = username@gmail.com<br />
password = password</p>
<p>[destination]<br />
type = Maildir<br />
path = ~/.maildir/.Gmail/</p>
<p>[options]<br />
delete = true<br />
verbose = 0<br />
message_log = ~/.getmail/gmail.log</p></blockquote>
<p>If that is the only mail you want getmail to get, create a ~/.getmail directory and name the file getmailrc. However, getmail has the ability to gather mail from multiple locations using the &#8211;rcfile switch, i.e.:</p>
<blockquote><p>getmail &#8211;rcfile ~/.getmail/getmailrc_gmail</p></blockquote>
<p>Stick that in your crontab and you are off. Last, I just setup the Gmail folder in mutt, and it will periodically search that folder for new mail. For security&#8217;s sake, please make sure you chmod 600 everything in your ~/.getmail directory, or snoopy users can see your email passwords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/12/17/getmail-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server uptime</title>
		<link>http://www.oddprocess.org/wp/2008/09/29/server-uptime/</link>
		<comments>http://www.oddprocess.org/wp/2008/09/29/server-uptime/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 15:47:37 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=248</guid>
		<description><![CDATA[I certainly got very close: 11:47:10 up 322 days, 2:35, 1 user, load average: 0.00, 0.00, 0.00 Almost a full year of uptime on a server that generally used to be very busy. That stat was run on my old colocated server before I switched to the virtual server at another facility. I hate to [...]]]></description>
			<content:encoded><![CDATA[<p>I certainly got very close:</p>
<blockquote><p>11:47:10 up 322 days,  2:35,  1 user,  load average: 0.00, 0.00, 0.00</p></blockquote>
<p>Almost a full year of uptime on a server that generally used to be very busy. That stat was run on my old colocated server before I switched to the virtual server at another facility. I hate to pull the plug on the old girl, but it must be done. Maybe I can bring the server back home and fire it up versus putting it in the graveyard for good&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/09/29/server-uptime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migration complete! Almost&#8230;</title>
		<link>http://www.oddprocess.org/wp/2008/08/26/migration-complete-almost/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/26/migration-complete-almost/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 01:53:00 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=235</guid>
		<description><![CDATA[All of the websites have been migrated, and I decided to migrate mail ahead of schedule, just in case there were problems. Well the migration went perfectly. I accidentally skipped one mail account, but got that fixed in a few seconds. Other then that, everything went perfectly. The new server is now taking care of [...]]]></description>
			<content:encoded><![CDATA[<p>All of the websites have been migrated, and I decided to migrate mail ahead of schedule, just in case there were problems.</p>
<p>Well the migration went perfectly. I accidentally skipped one mail account, but got that fixed in a few seconds. Other then that, everything went perfectly. The new server is now taking care of 100% of the operations, with my home server acting as a backup MX server for mail. The old server I have in the old co-location facility will stay there probably until the end of September sometime. I want to give that company time before I yank it out so they don&#8217;t give me any guff over anything.</p>
<p>Other then that, I would have to say that migrating &#8220;stuff&#8221; in Linux is a snap. I&#8217;ve tried doing this in Windows and really it&#8217;s not even worth the bother since it never worked anyway.</p>
<p>The next step is to grab the old colo server and turn that hardware into my new home server. Since I am already running gentoo-amd64 on the current server, all I should have to do is get a new server case (since the current colo case is rackmount), mount, and change some kernel drivers. Other then that, things should just work. If you know of a larger sized, non-rack mount server case, shoot me a comment as I am now looking for one.</p>
<p>Anyway, the migration was a snap. No data was lost, and my users hardly noticed. Linux++</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/26/migration-complete-almost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migration</title>
		<link>http://www.oddprocess.org/wp/2008/08/17/migration/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/17/migration/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 23:58:05 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=228</guid>
		<description><![CDATA[The migration is coming along nicely thus far. I have most of the user webpages moved. The last thing I have to work on is the ton of Gallery installs on the server. That is going to take some time because the users have a LOT of pictures. So far, everything has gone off without [...]]]></description>
			<content:encoded><![CDATA[<p>The migration is coming along nicely thus far. I have most of the user webpages moved. The last thing I have to work on is the ton of Gallery installs on the server. That is going to take some time because the users have a LOT of pictures. So far, everything has gone off without a single issue. I&#8217;m actually pretty surprised.</p>
<p>After the gallery installs are moved, then it is on to user home directories. That won&#8217;t be a quick process either, because all of their mail is in their home directory (~/.maildir to be exact). The old co-location facility has been having some serious connection lag issues lately, so it is making things a little difficult to transfer. I mean 15K/s, that&#8217;s like dial-up speeds.</p>
<p>That should take care of itself soon enough and hopefully I&#8217;ll have some better connection speeds to finish the migration.</p>
<p>Knock on wood, but it really went a whole lot easier then I expected. A WHOLE LOT&#8230; Of course, now that I said that, I&#8217;m sure I put the jinx on the rest of the migration.</p>
<p>Oh yeah, and if you are reading this, you are on the new server. It has 4 (yes they are &#8220;virtual&#8221;) processors, and really does fly&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/17/migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server migration</title>
		<link>http://www.oddprocess.org/wp/2008/08/11/server-migration/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/11/server-migration/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 17:27:06 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=223</guid>
		<description><![CDATA[I am finally starting to outgrow my relationship with my current co-location service. In a nutshell, I built and configured this server and pay a company to run it in their facility. It&#8217;s been great for years and really has been incredibly cheap compared to most co-location costs. However, due to raising costs as well [...]]]></description>
			<content:encoded><![CDATA[<p>I am finally starting to outgrow my relationship with my current co-location service. In a nutshell, I built and configured this server and pay a company to run it in their facility. It&#8217;s been great for years and really has been incredibly cheap compared to most co-location costs. However, due to raising costs as well as the new technology of virtually hosted machines, I will be moving to a new facility.</p>
<p>The biggest problem I have at this time is remote access. It takes me roughly 1.5 hours to get to the facility, so if/when there is a problem, that really isn&#8217;t very convenient. I am currently sharing a connection with <a href="http://openthought.org/?action=blog_view">eric</a> and he has been more then gracious to help with problems since he lives far closer to the facility then I do. However, I hate relying on other people, and moreso, I hate to waste eric&#8217;s precious time, so it is time to move. With the new system, it will allow me to have full console access to the machine, so if I have to reboot it or get at the boot process (failed kernel upgrade, etc), I can do that via ssh or the web. Also, using a virtual based system also means that hardware failures will no longer be my problem; the facility takes care of that themselves. They will also handle hardware and systems upgrades; all I need to worry about is the OS and software.</p>
<p>Now the hard part. I have to start migrating all of users and hosted web sites to the new system. I have what I believe will be a decent and rock solid plan to migrate. I have already purchased the virtual machine and have begun the process of getting the necessary software and daemons working there. After some testing, I will start to migrate the web data. This is going to take some time actually, because rsync-ing 12GB of data won&#8217;t happen immediately. After that is complete I plan to start migrating user home directories which include mail setup. Again, I do not see a problem here, but transferring that much data across the Net will take some time. During that time, I will have to shut some things down and allow the backup mail server at my home to queue up old messages. Once the migration is complete, I can enable the mail system at the new facility and offload the messages manually from the backup server.</p>
<p>Again, this is the plan. I&#8217;m sure I will run into a hiccup here and there, but that&#8217;s expected. My main goal is no data loss. I would hate to lose any email messages that I have and I bet my users agree.</p>
<p>The good news is that once the migration is complete, I will have one hell of a server left over. That means I will be able to upgrade my server at home and will really be set.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/11/server-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gkrellm over ssh</title>
		<link>http://www.oddprocess.org/wp/2008/08/05/gkrellm-over-ssh/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/05/gkrellm-over-ssh/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 14:21:19 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=209</guid>
		<description><![CDATA[If you have a *nix workstation you have probably either seen or used GKrellM. It&#8217;s a handy dandy program to give you up to the second stats on most of the important data on your system. Disk space/activity, network traffic, CPU and memory usage, processes, the works. If you are looking to run it on [...]]]></description>
			<content:encoded><![CDATA[<p><center><img hspace="10" align="left" border="0" src="/wp/wp-content/images/gkrellm_vir.png" width="93" height="460" alt="gkrellm screenshot"></center></p>
<p>If you have a *nix workstation you have probably either seen or used <a href="http://www.gkrellm.net/">GKrellM</a>. It&#8217;s a handy dandy program to give you up to the second stats on most of the important data on your system. Disk space/activity, network traffic, CPU and memory usage, processes, the works.</p>
<p>If you are looking to run it on remote headless machines, ssh is your friend and makes life easier. Install GKrellM on the remote box. In a local terminal, do the following:</p>
<p><code>ssh -N -f -L 19150:127.0.0.1:19150 user@host.com</code></p>
<p>Obviously, change the &#8220;user@host.com&#8221; to your user and host. You can also change the 19150 to pretty much anything, just make sure you match that in the gkrellmd.conf file. Once the gkrellmd daemon is started, you can then connect to it by running:</p>
<p><code>/usr/bin/gkrellm -s 127.0.0.1 -P 19150</code></p>
<p>Again, changing the 19150 port to match whatever you used in the above set. Configs are stored locally and can be manually edited, or you can use the standard GUI setup. You can then run the above with different ports for different hosts.</p>
<p>Happy monitoring!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/05/gkrellm-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailing list software made easy</title>
		<link>http://www.oddprocess.org/wp/2008/08/04/mailing-list-software-made-easy/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/04/mailing-list-software-made-easy/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:32:34 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=206</guid>
		<description><![CDATA[Thanks to Eric, I finally found mailing list management software that is not only easy to setup, but super easy to use. If you are looking for something easy yet powerful, check out mlmmj. Most of the configs as well as message storage are all flat text files, so everything is super fast and simple [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.openthought.org/">Eric</a>, I finally found mailing list management software that is not only easy to setup, but super easy to use. If you are looking for something easy yet powerful, check out <a href="http://mlmmj.org/">mlmmj</a>. Most of the configs as well as message storage are all flat text files, so everything is super fast and simple to configure. It only took a few minutes to get a new list setup and running, and most of that time would have been saved if I actually read the documentation.</p>
<p>But come on, what fun is that?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/04/mailing-list-software-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5</title>
		<link>http://www.oddprocess.org/wp/2008/04/01/wordpress-25/</link>
		<comments>http://www.oddprocess.org/wp/2008/04/01/wordpress-25/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 17:44:55 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=163</guid>
		<description><![CDATA[Testing. Testing. Are we on the air? I upgraded to WordPress 2.5 today. It was listed as a &#8220;major upgrade&#8221; and boy were they right. The entire admin section was completely re-written. So far I like it. It hides a lot of the stuff that I rarely or never use, and that is always a [...]]]></description>
			<content:encoded><![CDATA[<p>Testing. Testing. Are we on the air? I upgraded to WordPress 2.5 today. It was listed as a &#8220;major upgrade&#8221; and boy were they right. The entire admin section was completely re-written. So far I like it. It hides a lot of the stuff that I rarely or never use, and that is always a plus. So far so good!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/04/01/wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2007 Alamo Bowl</title>
		<link>http://www.oddprocess.org/wp/2007/12/30/the-2007-alamo-bowl/</link>
		<comments>http://www.oddprocess.org/wp/2007/12/30/the-2007-alamo-bowl/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 17:41:52 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Penn State]]></category>
		<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/2007/12/30/the-2007-alamo-bowl/</guid>
		<description><![CDATA[Thanks Penn State. It&#8217;s about time I have a team to cheer for that actually wins something. I also upgraded all of the WordPress installs on the server to 2.3.2. As always, it only took a second and worked flawlessly.]]></description>
			<content:encoded><![CDATA[<p>Thanks Penn State. It&#8217;s about time I have a team to cheer for that actually wins something.</p>
<p>I also upgraded all of the WordPress installs on the server to 2.3.2. As always, it only took a second and worked flawlessly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2007/12/30/the-2007-alamo-bowl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache upgrade</title>
		<link>http://www.oddprocess.org/wp/2007/11/27/apache-upgrade/</link>
		<comments>http://www.oddprocess.org/wp/2007/11/27/apache-upgrade/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 15:24:41 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/2007/11/27/apache-upgrade/</guid>
		<description><![CDATA[I finally performed the apache upgrade from 2.0.x to 2.2.x. Apache/2.2.6 (Gentoo) Server at www.daubenspeck.org Port 80 Gentoo changed the apache config file layout, so A LOT of things changed and/or moved. Looks to be running smoothly now.]]></description>
			<content:encoded><![CDATA[<p>I finally performed the <a href="http://httpd.apache.org/">apache</a> upgrade from 2.0.x to 2.2.x.</p>
<p><code>Apache/2.2.6 (Gentoo) Server at www.daubenspeck.org Port 80</code></p>
<p>Gentoo changed the apache config file layout, so A LOT of things changed and/or moved. Looks to be running smoothly now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2007/11/27/apache-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

