<?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>www.annoying.dk &#187; kernel</title>
	<atom:link href="http://www.annoying.dk/category/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.annoying.dk</link>
	<description>yet another useless blog</description>
	<lastBuildDate>Wed, 14 Apr 2010 09:00:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>FATAL: Module ip_tables not found.</title>
		<link>http://www.annoying.dk/2008/02/09/fatal-module-ip_tables-not-found/</link>
		<comments>http://www.annoying.dk/2008/02/09/fatal-module-ip_tables-not-found/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 01:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.annoying.dk/2008/02/09/fatal-module-ip_tables-not-found/</guid>
		<description><![CDATA[So i finally pulled myself together and formatted my server (4 years since last time i did a full reinstallation) usually i just upgrade the kernel, but hey, time for some cleanup! i save the .config file for the running kernel, as lazy i am, no need to spend more time than necessary. since i [...]]]></description>
			<content:encoded><![CDATA[<p>So i finally pulled myself together and formatted my server (4 years since last time i did a full reinstallation)</p>
<p>usually i just upgrade the kernel, but hey, time for some cleanup!</p>
<p>i save the .config file for the running kernel, as lazy i am, no need to spend more time than necessary.</p>
<p>since i decided to make it my router, i had to compile iptables support. which i did, and compiled rest of the netfilter/iptables related stuff as modules. so the weird thing was, while i were trying out an old iptables rules script</p>
<p>i got an error like</p>
<blockquote><p>iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE</p>
<p>FATAL: Module ip_tables not found.</p>
<p>iptables v1.3.8: can&#8217;t initialize iptables table `nat&#8217;: Table does not exist (do you need to insmod?)<br />
Perhaps iptables or your kernel needs to be upgraded.</p></blockquote>
<p>First i reinstalled iptables which made no difference, then the kernel again (included a few useless modules)</p>
<p>and i still got the error.</p>
<p>anyway, it seems like it can be rather unhealthy to use your current kernel config everytime you compile a new kernel, since there are some options which arent updated(no questions asked)</p>
<p>anyway, i did a make menuconfig, removed the support for networking (Networking &#8211; [*]Networking Support)</p>
<p>save the config file, opened it again, and enabled the support. all the original settings were removed, and i had to config it from scratch, but to my big surprise, i suddenly had alot more options to play with. and after compiling the kernel, rebooting &#8211; the problem was fixed <img src='http://www.annoying.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.annoying.dk/2008/02/09/fatal-module-ip_tables-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Couldn&#8217;t set tty to PPP discipline: Invalid argument</title>
		<link>http://www.annoying.dk/2007/10/29/couldnt-set-tty-to-ppp-discipline-invalid-argument/</link>
		<comments>http://www.annoying.dk/2007/10/29/couldnt-set-tty-to-ppp-discipline-invalid-argument/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 23:06:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.annoying.dk/2007/10/29/couldnt-set-tty-to-ppp-discipline-invalid-argument/</guid>
		<description><![CDATA[So, here we are again. i finally got fiber, unfortunately its via PPPoE (dont ask). Â At least the client has improved over the years since i last used it, which must have been 7 years ago or something. anyway, my memory isn&#8217;t what it used to b&#8230;hmm, nevermind. my memory more or lessÂ always [...]]]></description>
			<content:encoded><![CDATA[<p>So, here we are again. i finally got fiber, unfortunately its via PPPoE (dont ask).</p>
<p>Â At least the client has improved over the years since i last used it, which must have been 7 years ago or something. anyway, my memory isn&#8217;t what it used to b&#8230;hmm, nevermind. my memory more or lessÂ always fails to remember anything at all, so of course i ran into problems again. here&#8217;s some output from /var/log/syslog after trying to start pppoe.</p>
<p>Â (i actually did compile a new kernel with support for PPP, but i forgot something&#8230;)</p>
<blockquote><p>Oct 26 23:39:16 foo pppd[3069]: pppd 2.4.4 started by root, uid 0<br />
Oct 26 23:39:16 foo pppd[3069]: Serial connection established.<br />
Oct 26 23:39:16 foo pppd[3069]: Couldn&#8217;t set tty to PPP discipline: Invalid argument<br />
Oct 26 23:39:16 foo pppoe[3071]: PADS: Service-Name: &#8221;<br />
Oct 26 23:39:16 foo pppoe[3071]: PPP session is 41216 (0xa100)<br />
Oct 26 23:39:16 foo pppoe[3071]: read (asyncReadFromPPP): Session 41216: Input/output error<br />
Oct 26 23:39:16 foo pppoe[3071]: Sent PADT<br />
Oct 26 23:39:46 foo pppd[3069]: Serial connection established.</p></blockquote>
<p>In short,i forgot to compile support for <em>&#8220;PPP support for async serial ports&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.annoying.dk/2007/10/29/couldnt-set-tty-to-ppp-discipline-invalid-argument/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
