<?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>/quit</title>
	<atom:link href="http://daniel.selans.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.selans.com</link>
	<description>daniel.selans.com</description>
	<lastBuildDate>Fri, 02 Oct 2009 16:41:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS identd / authd hoopla</title>
		<link>http://daniel.selans.com/2009/10/centos-identd-authd-hoopla/</link>
		<comments>http://daniel.selans.com/2009/10/centos-identd-authd-hoopla/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:41:17 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[/etc]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[0fun]]></category>
		<category><![CDATA[authd]]></category>
		<category><![CDATA[identd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xinetd]]></category>

		<guid isPermaLink="false">http://daniel.selans.com/?p=11</guid>
		<description><![CDATA[I recently needed to jump on Freenode to mingle with some folks and ask a few questions, only to realize that freenode does strict ident checks. It&#8217;s been a few years since I&#8217;ve had to run an ident daemon (or rather, &#8216;authd&#8217; on centos/rhel/fc/etc.) and turns out I still dislike xinetd just as much as [...]]]></description>
			<content:encoded><![CDATA[<p>I recently needed to jump on Freenode to mingle with some folks and ask a few questions, only to realize that freenode does strict ident checks. It&#8217;s been a few years since I&#8217;ve had to run an ident daemon (or rather, &#8216;authd&#8217; on centos/rhel/fc/etc.) and turns out I still dislike xinetd just as much as it dislikes for me to writes its silly service definitions. After a few mins, I got a new authd config working. Here it is, if anyone needs it:</p>
<p>service auth {<br />
disable = no<br />
socket_type     = stream<br />
wait            = no<br />
user            = ident<br />
cps             = 4096 10<br />
instances       = UNLIMITED<br />
server          = /usr/sbin/in.authd<br />
server_args     = -t60 &#8211;xerror &#8211;os -E<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://daniel.selans.com/2009/10/centos-identd-authd-hoopla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slackware retardation</title>
		<link>http://daniel.selans.com/2009/09/slackware-retardation/</link>
		<comments>http://daniel.selans.com/2009/09/slackware-retardation/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 21:11:26 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[big ol' mess]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[slackware]]></category>

		<guid isPermaLink="false">http://daniel.selans.com/?p=5</guid>
		<description><![CDATA[Despite the fact that there are not enough fingers in a room to count the number of reasons why no one should run Slackware, I still get asked every month to do work on a machine running this idiotic distribution.
#1. How hard is to add &#8216;vi&#8217;/'vim&#8217; into default base? I do not understand the discrimination [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="RantBear!" src="http://daniel.selans.com/rantbear.png" alt="" width="156" height="181" />Despite the fact that there are not enough fingers in a room to count the number of reasons why no one should run Slackware, I still get asked every month to do work on a machine running this idiotic distribution.</p>
<p>#1. How hard is to add &#8216;vi&#8217;/'vim&#8217; into default base? I do not understand the discrimination here. While other questionable editors are bundled in (ie. emacs, a shitty vi clone known as &#8216;elvis&#8217;, pico, joe, maybe more?), yet it is too much to ask for a <em>_standard editor to be included_.</em></p>
<p>#2. /etc/rc.d/ is a mess. That&#8217;s ok, I don&#8217;t have to deal with it much, but I do have to add additional IP&#8217;s from time to time&#8230; Now, if you are able to add 4 <em>identical</em> comments to rc.inet1.conf about how to handle multiple hardware interfaces &#8211; would it really be so fucking hard to add a comment for how to handle aliases? If the hardware interface definitions are there, it&#8217;d be hard to argue as to why not add yet another comment/example on how to do an alias. Such things are trivial of course, and if you scroll to the bottom of the config, <em>most</em> will pick up on the fact that you can use IFNAME[1]=ethX:X syntax, but really, should adding an alias require you to verify on google whether that&#8217;s the proper syntax for the config?</p>
<p>While I have many wonderful memories of running Slackware as my first Linux distro in 1998 or 1999 &#8211; messing with AT commands, trying to get my modem to work; getting xfree86 to work with my video card and many, many more &#8211; there is nevertheless a point in time where you grow up, get a job in IT and do not wish to waste time getting something trivial to work. That is the case with you, Slackware. It&#8217;s time to retire.</p>
]]></content:encoded>
			<wfw:commentRss>http://daniel.selans.com/2009/09/slackware-retardation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://daniel.selans.com/2009/08/hello-world/</link>
		<comments>http://daniel.selans.com/2009/08/hello-world/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 19:18:10 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://daniel.selans.com/?p=1</guid>
		<description><![CDATA[Daniel, please post to me, I am a lonely blog.
Love,
Your Blog
P.S. Kayla loves you always.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="LoveBear" src="http://daniel.selans.com/lovebear.png" alt="" width="187" height="200" />Daniel, please post to me, I am a lonely blog.</p>
<p>Love,</p>
<p>Your Blog</p>
<p>P.S. Kayla loves you always.</p>
]]></content:encoded>
			<wfw:commentRss>http://daniel.selans.com/2009/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
