<?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>UnderworldLabs.org &#187; debian</title>
	<atom:link href="http://underworldlabs.org/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://underworldlabs.org</link>
	<description>My Dropbox</description>
	<lastBuildDate>Fri, 07 Oct 2011 13:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Compiling a debian kernel for 2.6.29+</title>
		<link>http://underworldlabs.org/blog/compiling-a-debian-kernel-for-2629/</link>
		<comments>http://underworldlabs.org/blog/compiling-a-debian-kernel-for-2629/#comments</comments>
		<pubDate>Mon, 25 May 2009 14:53:51 +0000</pubDate>
		<dc:creator>Takis Diakoumis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://underworldlabs.org/?p=110</guid>
		<description><![CDATA[A recent [documented] change in the debian kernel-package effectively rendered the &#8211;initrd flag to a kernel build all but useless (a little harsh, i know)....]]></description>
			<content:encoded><![CDATA[<p>A recent [documented] change in the <a href="http://debian.org" target="_blank">debian</a> kernel-package effectively rendered the &#8211;initrd flag to a kernel build all but useless (a little harsh, i know). In actual fact, it now only notifies the hook scripts that an initrd is required &#8211; however one is no longer created.</p>
<p>This created a little bit of fuss on the various lists and a few bug reports at <a href="http://bugs.debian.org" target="_blank">bugs.debian.org</a>. Some of the more informative ones can be found <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524499" target="_blank">here</a> and <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528373" target="_blank">here</a>.</p>
<p>In short, the change was documented in the package NEWS and README files with hints to check out the post script sample scripts and apply these to the relevant directories in /etc/kernel.</p>
<p>I copied over the following:</p>
<pre>/usr/share/kernel-package/examples/etc/kernel/postinst.d/initramfs</pre>
<p>to</p>
<pre>/etc/kernel/postinst.d</pre>
<p>and</p>
<pre>/usr/share/kernel-package/examples/etc/kernel/postrm.d/initramfs</pre>
<p>to</p>
<pre>/etc/kernel/postrm.d</pre>
<p>From there just a normal build and install and all was well.</p>
]]></content:encoded>
			<wfw:commentRss>http://underworldlabs.org/blog/compiling-a-debian-kernel-for-2629/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian &#8211; Tell the system the hardware clock is UTC</title>
		<link>http://underworldlabs.org/blog/debian-tell-the-system-the-hardware-clock-is-utc/</link>
		<comments>http://underworldlabs.org/blog/debian-tell-the-system-the-hardware-clock-is-utc/#comments</comments>
		<pubDate>Sat, 03 May 2008 22:25:01 +0000</pubDate>
		<dc:creator>Takis Diakoumis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://underworldlabs.org/?p=18</guid>
		<description><![CDATA[I always forget how to do this and subsequent updates bugger things up. We are trying to tell the system that the hardware clock is...]]></description>
			<content:encoded><![CDATA[<p>I always forget how to do this and subsequent updates bugger things up.</p>
<p>We are trying to tell the system that the hardware clock is set to UTC.</p>
<p>Edit the following: /etc/default/rcS. Modify UTC to read UTC=yes (or no depending on what you are trying to achieve).</p>
<p>Some additional good resources for time:  <a href="http://www.debian-administration.org/articles/213" target="_blank">Debian Administration</a> and the Debian <a href="http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html" target="_blank">online docs.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://underworldlabs.org/blog/debian-tell-the-system-the-hardware-clock-is-utc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel 2.6.25 and nvidia</title>
		<link>http://underworldlabs.org/blog/kernel-2625-and-nvidia/</link>
		<comments>http://underworldlabs.org/blog/kernel-2625-and-nvidia/#comments</comments>
		<pubDate>Sat, 03 May 2008 21:59:21 +0000</pubDate>
		<dc:creator>Takis Diakoumis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://underworldlabs.org/?p=17</guid>
		<description><![CDATA[More 2.6.25 issues&#8230; Attempt to build nvidia module for kernel 2.6.25.1 failed. The nvidia installer needs to be patched as described here. After this. just...]]></description>
			<content:encoded><![CDATA[<p>More 2.6.25 issues&#8230;</p>
<p>Attempt to build nvidia module for kernel 2.6.25.1 failed. The nvidia installer needs to be patched as described <a href="http://www.nvnews.net/vbulletin/showthread.php?t=110088" target="_blank">here</a>. After this. just build and install as normal and all is well.</p>
]]></content:encoded>
			<wfw:commentRss>http://underworldlabs.org/blog/kernel-2625-and-nvidia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

