<?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 on Charlie's Server &#187; Gentoo</title>
	<atom:link href="http://blog.charlies-server.com/tag/gentoo/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.charlies-server.com</link>
	<description></description>
	<lastBuildDate>Thu, 18 Feb 2010 22:30:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LVM + Moving Around Drives = Unhappy?</title>
		<link>http://blog.charlies-server.com/2006/09/26/lvm-moving-around-drives-unhappy</link>
		<comments>http://blog.charlies-server.com/2006/09/26/lvm-moving-around-drives-unhappy#comments</comments>
		<pubDate>Tue, 26 Sep 2006 15:10:49 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2006/09/26/lvm-moving-around-drives-unhappy/</guid>
		<description><![CDATA[When I saw some ugly I/O errors on one of the drives in my LVM volume, I immediately looked into how to move whatever data I could off of that drive and onto another free drive. Luckily, I happened have a few free drives.
After some quick reading online, and the lovely tab-completion available in bash, [...]]]></description>
			<content:encoded><![CDATA[<p>When I saw some ugly I/O errors on one of the drives in my LVM volume, I immediately looked into how to move whatever data I could off of that drive and onto another free drive. Luckily, I happened have a few free drives.</p>
<p>After some quick reading online, and the lovely tab-completion available in <code>bash</code>, I found the <code>pvmove</code> command, and decided to put it to use. After not receiving any output for several hours, I decided that the process had hung and killed it. When running <code>pvmove --abort</code>, I got a few instances of the following error.</p>
<p><code>reload ioctl failed: Invalid argument</code><br />
<span id="more-79"></span></p>
<p>So I hit the <strike>books</strike> internet again, and happened upon <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383418">a similar bug report</a> on Debian&#8217;s bug tracker where it was suggested that perhaps the version of the kernel drivers for lvm2 and the versions of the userspace utilities/libraries were out of sync. Since I&#8217;m running almost the latest kernel (<code>2.6.17</code>; <code>2.6.18</code> was just released), I decided to upgrade to the latest released lvm2 utilities and libraries. Once this was done, everything worked like a charm!</p>
<table class="visible">
<tr>
<th>Software</th>
<th>Old (Broken) Configuration</th>
<th>New (Working) Configuration</th>
</tr>
<tr>
<th>Kernel</th>
<td colspan="2">2.6.17-gentoo-r8</td>
</tr>
<tr>
<th>Userspace Library (libdevicemapper)</th>
<td>1.02.07</td>
<td>1.02.10</td>
</tr>
<tr>
<th>lvm2</th>
<td>2.02.06</td>
<td>2.02.10</td>
</tr>
</table>
<p>Oddly enough, the old configuration reflects the latest available packages as keyworded stable for <code>amd64</code>. The new configuration reflects the latest packages as keyworded testing for <code>amd64</code>, excepting the kernel. I&#8217;ll probably go about upgrading my kernel very soon, but since LVM with <code>pvmove</code> works just fine, I have no strong pressure to do so. Besides, my box is still busy moving data hither and thither.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2006/09/26/lvm-moving-around-drives-unhappy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Perforce back in Portage?</title>
		<link>http://blog.charlies-server.com/2006/09/03/perforce-back-in-portage</link>
		<comments>http://blog.charlies-server.com/2006/09/03/perforce-back-in-portage#comments</comments>
		<pubDate>Sun, 03 Sep 2006 16:44:32 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2006/09/03/perforce-back-in-portage/</guid>
		<description><![CDATA[Since starting my new job at FactSet, I&#8217;ve been using Perforce for SCM. For historical reasons at the company, this is what we&#8217;re going to be using and we&#8217;re for the most part happy with it.
Since I&#8217;m using Gentoo at work, I thought I&#8217;d be able to just emerge perforce-cli and be done with it. [...]]]></description>
			<content:encoded><![CDATA[<p>Since starting my new job at <a href="http://www.factset.com" title="My first real employer">FactSet</a>, I&#8217;ve been using <a href="http://www.perforce.com" title="An old, crusty SCM system">Perforce</a> for SCM. For historical reasons at the company, this is what we&#8217;re going to be using and we&#8217;re for the most part happy with it.</p>
<p>Since I&#8217;m using Gentoo at work, I thought I&#8217;d be able to just <code>emerge perforce-cli</code> and be done with it. Apparently not so much. Apparently the Perforce packages were moved out of the Portage trunk and into Stuart&#8217;s overlay. So I figured then it&#8217;d be as easy as some <code>layman</code> magic. Again, apparently not so &#8212; Stuart&#8217;s overlay only had some old 2004 versions of the Perforce software. So I went ahead and created some updated ebuilds to reflect the latest releases of the Perforce client software.</p>
<p>The end results? I have Perforce (both CLI and GUI) clients working wonderfully on my work laptop, and am considering maintaining the packages for the Portage trunk. If there&#8217;s any interest in this, I&#8217;ll throw then back into the Portage trunk right away, so cast your vote via a comment to this post! Otherwise, I&#8217;ll just maintain them via Stuart&#8217;s overlay, and everyone can access my updated ebuilds via <code>layman</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2006/09/03/perforce-back-in-portage/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Phyml eBuild Coming Soon!</title>
		<link>http://blog.charlies-server.com/2005/12/08/phyml-ebuild-coming-soon</link>
		<comments>http://blog.charlies-server.com/2005/12/08/phyml-ebuild-coming-soon#comments</comments>
		<pubDate>Thu, 08 Dec 2005 11:40:13 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2005/12/08/phyml-ebuild-coming-soon/</guid>
		<description><![CDATA[As a result of some endeavors at our lab, Lina and I found ourselves in need of phyml, a program used for computing maximum likelihood phylogenies. After some correspondence with Stephane, the upstream developer of phyml, I was able to obtain GPL&#8217;d source and permission to create an eBuild as well as mirror the source [...]]]></description>
			<content:encoded><![CDATA[<p>As a result of some endeavors at our lab, Lina and I found ourselves in need of phyml, a program used for computing maximum likelihood phylogenies. After some correspondence with Stephane, the upstream developer of phyml, I was able to obtain GPL&#8217;d source and permission to create an eBuild as well as mirror the source as a Gentoo distfile.</p>
<p>Short story shorter: phyml is coming to a portage tree near you shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2005/12/08/phyml-ebuild-coming-soon/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MPlayer on Mac OS X Out of the Box?!</title>
		<link>http://blog.charlies-server.com/2005/10/26/mplayer-on-mac-os-x-out-of-the-box</link>
		<comments>http://blog.charlies-server.com/2005/10/26/mplayer-on-mac-os-x-out-of-the-box#comments</comments>
		<pubDate>Thu, 27 Oct 2005 04:55:09 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2005/10/26/mplayer-on-mac-os-x-out-of-the-box/</guid>
		<description><![CDATA[After giving media-video/mplayer a shot without any patches whatsoever, it somehow compiled out of the box. I recall this not to be the case way back when I first took a look at it earlier this year.
Looks like Apple&#8217;s new dev tools are a bit more complacent.
More to come shortly. Once I get done with [...]]]></description>
			<content:encoded><![CDATA[<p>After giving <code>media-video/mplayer</code> a shot without any patches whatsoever, it somehow compiled out of the box. I recall this <em>not</em> to be the case way back when I first took a look at it earlier this year.</p>
<p>Looks like Apple&#8217;s new dev tools are a bit more complacent.</p>
<p>More to come shortly. Once I get done with my mid-terms, I should be good to get some Gentoo work done (read: try to get MPlayer keyworded).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2005/10/26/mplayer-on-mac-os-x-out-of-the-box/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Downside of Taking a Break</title>
		<link>http://blog.charlies-server.com/2005/10/03/the-downside-of-taking-a-break</link>
		<comments>http://blog.charlies-server.com/2005/10/03/the-downside-of-taking-a-break#comments</comments>
		<pubDate>Tue, 04 Oct 2005 03:58:38 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Day-To-Day]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2005/10/03/the-downside-of-taking-a-break/</guid>
		<description><![CDATA[Two words: Catch-up sucks. I have several hundred e-mails to catch up on, all sitting in my &#8216;Gentoo&#8217; smart folder in Mail &#8212; not to mention my thousand-plus unread news items in NetNewsWire.
I&#8217;m slowly making headway on it all, and should be caught up after next weekend. Needless to say, I have something to do [...]]]></description>
			<content:encoded><![CDATA[<p>Two words: Catch-up sucks. I have several hundred e-mails to catch up on, all sitting in my &#8216;Gentoo&#8217; smart folder in Mail &#8212; not to mention my thousand-plus unread news items in <a href="http://ranchero.com/netnewswire/" title="My RSS/Atom aggregator of choice.">NetNewsWire</a>.</p>
<p>I&#8217;m slowly making headway on it all, and should be caught up after next weekend. Needless to say, I have something to do <em>besides</em> falling asleep in my less intense classes.</p>
<p>To those who are expecting replies from me but have not yet gotten them: I will get around to you, I assure you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2005/10/03/the-downside-of-taking-a-break/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Live Charlie&#8217;s Server</title>
		<link>http://blog.charlies-server.com/2005/09/24/long-live-charlies-server</link>
		<comments>http://blog.charlies-server.com/2005/09/24/long-live-charlies-server#comments</comments>
		<pubDate>Sun, 25 Sep 2005 00:26:28 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[This Blog]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2005/09/24/long-live-charlies-server/</guid>
		<description><![CDATA[Charlie&#8217;s Server is reborn. The previously mentioned replacement hardware came in a few days back, and the new server is up and running. To be honest, the speed (or lack thereof) of the new Athlon 64 hardware didn&#8217;t stun me. All in all, though, I think I made an excellent purchase, particularly in terms of [...]]]></description>
			<content:encoded><![CDATA[<p>Charlie&#8217;s Server is reborn. The <a href="http://blog.charlies-server.no-ip.com/2005/09/11/charlies-server-is-dead/" title="Charlie's Server is Dead">previously</a> <a href="http://blog.charlies-server.no-ip.com/2005/09/14/replacement-hardware-on-the-way/" title="Replacement Hardware on the Way">mentioned</a> replacement hardware came in a few days back, and the new server is up and running. To be honest, the speed (or lack thereof) of the new Athlon 64 hardware didn&#8217;t stun me. All in all, though, I think I made an excellent purchase, particularly in terms of bang for buck. It&#8217;s stable as anything, and more than fast enough for my needs.<br />
<span id="more-55"></span></p>
<h4 id="toc-the-cpu">The CPU</h4>
<p>I&#8217;ve overclocked the 2000Mhz processor just the tiniest bit &#8212; to 2050Mhz &#8212; in order to push the total bogomips to just over 4000 (<em>real </em>nerds like round numbers). I don&#8217;t want to push the machine too much, as I&#8217;d instead prefer for the processor to last a lifetime (okay, I&#8217;ll settle for five years).</p>
<p><code class="block">$ cat /proc/cpuinfo<br />
processor       : 0<br />
vendor_id       : AuthenticAMD<br />
cpu family      : 15<br />
model           : 47<br />
model name      : AMD Athlon(tm) 64 Processor 3200+<br />
stepping        : 2<br />
cpu MHz         : 2050.033<br />
cache size      : 512 KB<br />
fpu             : yes<br />
fpu_exception   : yes<br />
cpuid level     : 1<br />
wp              : yes<br />
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm<br />
bogomips        : 4063.23<br />
TLB size        : 1024 4K pages<br />
clflush size    : 64<br />
cache_alignment : 64<br />
address sizes   : 40 bits physical, 48 bits virtual<br />
power management: ts fid vid ttp tm stc</code></p>
<p>So that&#8217;s where it stands. I&#8217;m a bit upset about not being able to purchase the 1MB L2 cache model, but it was just too far outside my price range. Despite having the same L2 cache as Lina&#8217;s Pentium 4 (currently the processor in PowerBox) and just a 250Mhz clock speed increase, it seems to be approximately twice as fast. If I care enough (or am bored enough), I may do some proper benchmarking at some point.</p>
<h4 id="toc-the-memory">The Memory</h4>
<p>The Corsair ValueSelect RAM I bought performs well but not amazingly. It&#8217;s rated at 2.5 CAS and some users commented on review sites that they were able to run it just fine at 2. I had no such luck, though I didn&#8217;t look into it too deeply. Right now there&#8217;s two sticks at 512MB apiece (1GB total) running at 410Mhz (205Mhz DDR) in dual channel mode. Let&#8217;s just say I&#8217;m satisfied.</p>
<p><code class="block">$ cat /proc/meminfo | head -n 1<br />
MemTotal:      1027300 kB</code></p>
<h4 id="toc-the-motherboard">The Motherboard</h4>
<p>The motherboard is nothing short of excellent. The only thing I&#8217;d ask for above and beyond what the <a href="http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=652" title="The motherboard I bought.">MSI K8N Neo4-F</a> provides is IEEE1394 (FireWire). I can always buy a PCI card for that, though (or even PCI-Express if I <em>really</em> need excellent latency/bandwidth.</p>
<p>All of the onboard features appear to work out of the box with the Gentoo 2005.1 minimal amd64 LiveCD. I&#8217;m no kernel expert, but I was able to get the kernel working perfectly with everything I need in one shot. I have yet to play with ACPI and CPU frequency scaling (I really have no clue about this <code>Cool 'n Quiet</code> stuff), but I hope to get around to that eventually.</p>
<h4 id="toc-the-results">The Results</h4>
<p>As for right now, things are working great, and I&#8217;m overjoyed with the products and service I got from both of the vendors I went with. I have posted excellent reviews for both of them in the appropriate places.</p>
<p>Finally, I have a stable server that actually works.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2005/09/24/long-live-charlies-server/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LDAP Address Book of Gentoo Developers</title>
		<link>http://blog.charlies-server.com/2005/08/05/ldap-address-book-of-gentoo-developers</link>
		<comments>http://blog.charlies-server.com/2005/08/05/ldap-address-book-of-gentoo-developers#comments</comments>
		<pubDate>Fri, 05 Aug 2005 20:52:40 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2005/08/05/ldap-address-book-of-gentoo-developers/</guid>
		<description><![CDATA[Since yesterday, I&#8217;ve been using LDAP as an address book for all Gentoo developers. I am running my own LDAP directory for just this purpose, and have imported all developers&#8217; e-mail addresses and full names as reflected by the public Gentoo Developer List page. I&#8217;ve opened the server to the public and allowed anonymous read-only [...]]]></description>
			<content:encoded><![CDATA[<p>Since yesterday, I&#8217;ve been using LDAP as an address book for all Gentoo developers. I am running my own LDAP directory for just this purpose, and have imported all developers&#8217; e-mail addresses and full names as reflected by the public <a href="http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml" title="GentoGentooGentoo Developer List">Gentoo </a><a href="http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml" title="The Roll Call project's developer list page.">Developer List</a> page. I&#8217;ve opened the server to the public and allowed anonymous read-only access.<br />
<span id="more-50"></span><br />
You should all be warned that I&#8217;m by no means an LDAP guru of any sort. My first real encounter with LDAP administration was yesterday&#8217;s effort, and was more or less limited to <code>emerge openldap</code>, <code>vim /etc/openldap/slapd.conf</code>, <code>/etc/init.d/slapd start</code>, and a few <code>ldapadd</code> calls. I by no means claim any proficiency in this field, and there are bound to be problems. Please let me know what they are when you find them.</p>
<p>Access has been tested using Apple&#8217;s Address Book application both locally and remotely. To access the directory, use the following connection settings.</p>
<blockquote><p>Server: <code>ldap.charlies-server.no-ip.com</code><br />
Search Base: <code>ou=gentoo,ou=addressbook,dc=charlies-server,dc=no-ip,dc=com</code><br />
Port: <code>389</code></p></blockquote>
<p>Also, note that all of the information in the directory already is and has been 100% public, regardless of my LDAP server. All I&#8217;m doing is making this information more accessible; I&#8217;m not exposing any new information to the public. By this nature, there should be no privacy concerns that didn&#8217;t already exist. If anyone specifically wishes to be excluded from the directory, notify me personally and I will ensure your removal.</p>
<p>Currently, only the following data is available on each Gentoo developer via the directory:</p>
<ul>
<li>Given Names</li>
<li>Surname</li>
<li>Gentoo E-Mail Address</li>
</ul>
<p>Please note the following important details:</p>
<ul>
<li>This service is by no means an official Gentoo service.</li>
<li>This service is not endorsed by the Gentoo Infrastructure team, or any other members of the Gentoo community, for that matter.</li>
<li>The directory data is not automatically updated, yet.</li>
<li>This service is incomplete and unfinished. It is experimental, and is expected to break from time to time.</li>
<li>This service can be expected to be at best as reliable as the server it&#8217;s on, which isn&#8217;t the most reliable in the world.</li>
</ul>
<p>Before anyone asks, I do plan on increasing the amount of available data on the directory. It&#8217;s just a matter of actually parsing the available data out there and getting it into <code>LDIF</code> format. If anyone particularly wants to help, drop me a line.</p>
<p>Lastly, if anyone has any ideas for improvement, feel free to leave me a comment. The service works perfectly for me as is, but I&#8217;m generally willing to accommodate requests given that I have or can get the time and expertise required.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2005/08/05/ldap-address-book-of-gentoo-developers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profiles Split, Inheritance Structure Fixed</title>
		<link>http://blog.charlies-server.com/2005/08/05/profiles-split-inheritance-structure-fixed</link>
		<comments>http://blog.charlies-server.com/2005/08/05/profiles-split-inheritance-structure-fixed#comments</comments>
		<pubDate>Fri, 05 Aug 2005 20:15:47 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2005/08/05/profiles-split-inheritance-structure-fixed/</guid>
		<description><![CDATA[Gentoo for Mac OS X developers take note: the 10.3 and 10.4 profiles are no longer linked to each other by inheritance; both now inherit directly from default-darwin/macos. There are several repercussions.

First and foremost, any masking that is to be done for collision-protect profiles must now be mirrored amongst both 10.3 and 10.4 profiles. Without [...]]]></description>
			<content:encoded><![CDATA[<p>Gentoo for Mac OS X developers take note: the <code>10.3</code> and <code>10.4</code> profiles are no longer linked to each other by inheritance; both now inherit directly from <code>default-darwin/macos</code>. There are several repercussions.<br />
<span id="more-49"></span><br />
First and foremost, any masking that is to be done for <code>collision-protect</code> profiles must now be mirrored amongst both <code>10.3</code> and <code>10.4</code> profiles. Without multiple inheritance for profiles (coming in the next major version of portage, so I heard), there&#8217;s no other way around this, really.</p>
<p>On the lighter side, there&#8217;s no longer a need to add to <code>package.unmask</code> when masking packages for <code>10.3</code> only. This has been tedious and annoying for developers in the past.</p>
<p>If there are any problems or concerns, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2005/08/05/profiles-split-inheritance-structure-fixed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail.app and Gentoo IMAPS Have Issues No More</title>
		<link>http://blog.charlies-server.com/2005/08/05/mailapp-and-gentoo-imaps-have-issues-no-more</link>
		<comments>http://blog.charlies-server.com/2005/08/05/mailapp-and-gentoo-imaps-have-issues-no-more#comments</comments>
		<pubDate>Fri, 05 Aug 2005 16:06:57 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2005/08/05/mailapp-and-gentoo-imaps-have-issues-no-more/</guid>
		<description><![CDATA[Looks like I&#8217;ve finally rooted out the cause of Gentoo&#8217;s IMAPS servers returning &#8216;SSL errors&#8217; in Apple&#8217;s Mail.app. It turns out that the way I had configured Mail to check for new messages every minute was not so friendly to Gentoo&#8217;s IMAPS server. Increasing said configuration value to every five minutes seems to have fixed [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like I&#8217;ve finally rooted out the cause of Gentoo&#8217;s IMAPS servers returning &#8216;SSL errors&#8217; in Apple&#8217;s Mail.app. It turns out that the way I had configured Mail to check for new messages every minute was not so friendly to Gentoo&#8217;s IMAPS server. Increasing said configuration value to every five minutes seems to have fixed the problem.<br />
<span id="more-47"></span><br />
This problem had been bugging me for a while. Generally, all that was needed to fix it was to force a new connection attempt, and everything would work for a few seconds afterwards. Oddly enough, none of the other IMAPS servers that I use had this problem (even though my own server uses the same courier-imap software as Gentoo&#8217;s).</p>
<p>Seems like everything is in working order now. I just thought I might get my &#8217;solution&#8217; up on the web for anyone else that&#8217;s having the same issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2005/08/05/mailapp-and-gentoo-imaps-have-issues-no-more/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slowly Securing the Legacy</title>
		<link>http://blog.charlies-server.com/2005/08/02/slowly-securing-the-legacy</link>
		<comments>http://blog.charlies-server.com/2005/08/02/slowly-securing-the-legacy#comments</comments>
		<pubDate>Wed, 03 Aug 2005 02:56:17 +0000</pubDate>
		<dc:creator>Hasan</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://newblog.charlies-server.com/2005/08/02/slowly-securing-the-legacy/</guid>
		<description><![CDATA[Our newest Gentoo for Mac OS X developer, Fabian Groffen, is finally official. Congratulations, Fabian! It looks like the Gentoo for Mac OS X project is finally starting to get some more &#8216;permanent&#8217; members.

For those of you who aren&#8217;t up on all of the associated history, we had a flood of new developers as soon [...]]]></description>
			<content:encoded><![CDATA[<p>Our newest Gentoo for Mac OS X developer, Fabian Groffen, is finally official. Congratulations, Fabian! It looks like the Gentoo for Mac OS X project is finally starting to get some more &#8216;permanent&#8217; members.<br />
<span id="more-46"></span><br />
For those of you who aren&#8217;t up on all of the associated history, we had a flood of new developers as soon as an installer was released. This ended in pain, and most of the new developers left the project shortly afterwards. Since then, we&#8217;ve been very careful about the recruitment/selection process. We don&#8217;t want to repeat mistakes.</p>
<p>Although our recruitment process is slow and limited, we are indeed still recruiting. Lina and I know all too well that the Gentoo for Mac OS X project is in dire need of more (wo)manpower. There&#8217;s a large tree to tackle and only a few active developers.</p>
<p>Hopefully in the future we can do more than just limp along.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charlies-server.com/2005/08/02/slowly-securing-the-legacy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
