<?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>Be the signal &#187; udev</title>
	<atom:link href="http://bethesignal.org/blog/tag/udev/feed/" rel="self" type="application/rss+xml" />
	<link>http://bethesignal.org</link>
	<description>where we&#039;re going, we don&#039;t need roads...</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:52:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://bethesignal.org/?pushpress=hub'/>
		<item>
		<title>This is progress? (iftab vs. udev)</title>
		<link>http://bethesignal.org/blog/2008/04/16/this-is-progress-iftab-vs-udev/</link>
		<comments>http://bethesignal.org/blog/2008/04/16/this-is-progress-iftab-vs-udev/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iftab]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1059</guid>
		<description><![CDATA[Apparently, the delightfully simple /etc/iftab is no longer used, replaced with the ugly and fiercely undelightful /etc/udev/rules.d/70-persistent-net.rules. See, you can even tell from the name of the file that you&#8217;re not going to like it. Surely udev could read and &#8230; <a href="http://bethesignal.org/blog/2008/04/16/this-is-progress-iftab-vs-udev/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Apparently, the delightfully simple <tt>/etc/iftab</tt> is no longer used, replaced with the ugly and fiercely undelightful <tt>/etc/udev/rules.d/70-persistent-net.rules</tt>. See, you can even tell from the name of the file that you&#8217;re not going to like it.</p>
<p>Surely udev could read and do something useful with <tt>/etc/iftab</tt>, even if it only provides a fraction of the functionality? Ubuntu successfully migrates the configuration, which is plenty good, but&#8230; ew.</p>
<p>I&#8217;d kick myself for becoming a &#8220;this is progress?! in my day&#8230;&#8221; curmudgeon, but this is a matter of protecting simplicity rather than pointless defense of &#8220;the old ways&#8221;. <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Here&#8217;s <tt>/etc/iftab</tt>:</p>
<pre># This file assigns persistent names to network interfaces.
# See iftab(5) for syntax.

eth0 mac 00:15:c5:4a:71:98 arp 1
eth1 mac 00:18:de:03:3e:0d arp 1</pre>
<p>While this is <tt>/etc/udev/rules.d/70-persistent-net.rules</tt>:</p>
<pre># This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.

# PCI device 0x14e4:0x1600 (tg3)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:15:c5:4a:71:98", ATTR{type}=="1", NAME="eth0"

# PCI device 0x8086:0x4222 (ipw3945)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:18:de:03:3e:0d", ATTR{type}=="1", NAME="eth1"</pre>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2008/04/16/this-is-progress-iftab-vs-udev/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

