<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: The Ultimate DNS-323 Setup: Part 2 &#8211; Debian Installation</title>
	<atom:link href="http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-debian-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-debian-installation/</link>
	<description>Coding, Gaming, CrackBerry&#039;ing and everything else white and nerdy</description>
	<lastBuildDate>Sun, 05 Sep 2010 16:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Flem</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-debian-installation/comment-page-1/#comment-76</link>
		<dc:creator>Flem</dc:creator>
		<pubDate>Mon, 30 Aug 2010 06:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=244#comment-76</guid>
		<description>Concerning reading problems. The problem is that the background is dark grey, and the text is light grey and therefore very difficult to read. I use firefox with default configuration of fonts and colours. (I allow webpages to show their own fonts and colours.)</description>
		<content:encoded><![CDATA[<p>Concerning reading problems. The problem is that the background is dark grey, and the text is light grey and therefore very difficult to read. I use firefox with default configuration of fonts and colours. (I allow webpages to show their own fonts and colours.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-debian-installation/comment-page-1/#comment-75</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 30 Aug 2010 01:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=244#comment-75</guid>
		<description>Sorry about your troubles, I did not run into any language issues as I use the standard locales.

Which part of the site isn&#039;t working properly?</description>
		<content:encoded><![CDATA[<p>Sorry about your troubles, I did not run into any language issues as I use the standard locales.</p>
<p>Which part of the site isn&#8217;t working properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flem</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-debian-installation/comment-page-1/#comment-74</link>
		<dc:creator>Flem</dc:creator>
		<pubDate>Sat, 28 Aug 2010 10:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=244#comment-74</guid>
		<description>I had some troubles. First, you did not mention that I had to open ftp and upload the the debnas-files. After reboot two times I could ssh to my nas. But, I could not update etch-packets. I had to dist-update to lenny. But, that required that I removed:
/etc/apt/sources.list.d/etch.list 
and made a new file:
/etc/apt/sources.list.d/lenny.list 
with the following content:
deb http://ftp.dk.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.dk.debian.org/debian/ lenny main contrib non-free
(Please change dk (Denmark) to something else.)
I had GPG problems, and I had to use your link: 
http://linux.com/community/blogs/Debian-Upgrading-to-Lenny-ERROR-no-public-key-available-for-the-following....html

Then, dist-upgrade gave some problems with locales. I had to:

aptitude install locales
dpkg-reconfigure locales

But, I could not make the apt-get problems before I ran:
LANGUAGE=en_GB.UTF-8
LC_ALL=en_GB.UTF-8
LANG=en_GB.UTF-8

After reboot, it seems to work though $LANGUAGE and $LC_ALL are not set.
(echo $LANG $LANGUAGE $LC_ALL)

But, thank you it seems to work fine. 

BUT, I can&#039;t read you page because it is grey. I had to copy it to seamonkey composer!!!

</description>
		<content:encoded><![CDATA[<p>I had some troubles. First, you did not mention that I had to open ftp and upload the the debnas-files. After reboot two times I could ssh to my nas. But, I could not update etch-packets. I had to dist-update to lenny. But, that required that I removed:<br />
/etc/apt/sources.list.d/etch.list<br />
and made a new file:<br />
/etc/apt/sources.list.d/lenny.list<br />
with the following content:<br />
deb <a href="http://ftp.dk.debian.org/debian/" rel="nofollow">http://ftp.dk.debian.org/debian/</a> lenny main contrib non-free<br />
deb-src <a href="http://ftp.dk.debian.org/debian/" rel="nofollow">http://ftp.dk.debian.org/debian/</a> lenny main contrib non-free<br />
(Please change dk (Denmark) to something else.)<br />
I had GPG problems, and I had to use your link:<br />
<a href="http://linux.com/community/blogs/Debian-Upgrading-to-Lenny-ERROR-no-public-key-available-for-the-following....html" rel="nofollow">http://linux.com/community/blogs/Debian-Upgrading-to-Lenny-ERROR-no-public-key-available-for-the-following&#8230;.html</a></p>
<p>Then, dist-upgrade gave some problems with locales. I had to:</p>
<p>aptitude install locales<br />
dpkg-reconfigure locales</p>
<p>But, I could not make the apt-get problems before I ran:<br />
LANGUAGE=en_GB.UTF-8<br />
LC_ALL=en_GB.UTF-8<br />
LANG=en_GB.UTF-8</p>
<p>After reboot, it seems to work though $LANGUAGE and $LC_ALL are not set.<br />
(echo $LANG $LANGUAGE $LC_ALL)</p>
<p>But, thank you it seems to work fine. </p>
<p>BUT, I can&#8217;t read you page because it is grey. I had to copy it to seamonkey composer!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
