<?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>SiD3WiNDR's Homepage &#187; Debian</title>
	<atom:link href="http://www.sid3windr.be/archives/category/linux/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sid3windr.be</link>
	<description>My homepage</description>
	<lastBuildDate>Tue, 11 Jan 2011 14:19:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Creating a Java package with make-jpkg</title>
		<link>http://www.sid3windr.be/archives/611/creating-a-java-package-with-make-jpkg</link>
		<comments>http://www.sid3windr.be/archives/611/creating-a-java-package-with-make-jpkg#comments</comments>
		<pubDate>Sat, 17 Apr 2010 11:17:20 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=611</guid>
		<description><![CDATA[Looks like this tool is going away, it&#8217;s not in squeeze or sid anymore, but hey, I needed a newer JDK&#8230; make-jpkg cannot create packages for Java 6 update 10 or newer, to fix this, edit /usr/share/java-package/sun-j2sdk.sh. Add this stanza: "jdk-6u"[0-9][0-9]"-linux-x64.bin") # SUPPORTED j2se_version=1.6.0+update${archive_name:6:2}${revision} j2se_expected_min_size=130 found=true ;; right after "jdk-6u"[0-9]"-linux-x64.bin") # SUPPORTED j2se_version=1.6.0+update${archive_name:6:1}${revision} j2se_expected_min_size=130 found=true [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like this tool is going away, it&#8217;s not in squeeze or sid anymore, but hey, I needed a newer JDK&#8230;</p>
<p>make-jpkg cannot create packages for Java 6 update 10 or newer, to fix this, edit /usr/share/java-package/sun-j2sdk.sh.</p>
<p>Add this stanza:</p>
<pre>       "jdk-6u"[0-9][0-9]"-linux-x64.bin") # SUPPORTED
            j2se_version=1.6.0+update${archive_name:6:2}${revision}
            j2se_expected_min_size=130
            found=true
            ;;
</pre>
<p>right after</p>
<pre>        "jdk-6u"[0-9]"-linux-x64.bin") # SUPPORTED
            j2se_version=1.6.0+update${archive_name:6:1}${revision}
            j2se_expected_min_size=130
            found=true
            ;;
</pre>
<p>Then try again, should be golden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/611/creating-a-java-package-with-make-jpkg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>debmirror gnupg problem</title>
		<link>http://www.sid3windr.be/archives/499/debmirror-gnupg-problem</link>
		<comments>http://www.sid3windr.be/archives/499/debmirror-gnupg-problem#comments</comments>
		<pubDate>Sun, 01 Mar 2009 23:32:59 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=499</guid>
		<description><![CDATA[Something seems to have changed in the debmirror prorgam on lenny: gpgv: Signature made Sun Mar&#160; 1 16:27:33 2009 CET using DSA key ID 1F41B907 [GNUPG:] ERRSIG 07DC563D1F41B907 17 2 00 1235921253 9 [GNUPG:] NO_PUBKEY 07DC563D1F41B907 gpgv: Can&#8217;t check signature: public key not found This error turned up when I tried to mirror debian-multimedia.org after [...]]]></description>
			<content:encoded><![CDATA[<p>Something seems to have changed in the debmirror prorgam on lenny: </p>
<p>gpgv: Signature made Sun Mar&nbsp; 1 16:27:33 2009 CET using DSA key ID 1F41B907<br /> [GNUPG:] ERRSIG 07DC563D1F41B907 17 2 00 1235921253 9<br /> [GNUPG:] NO_PUBKEY 07DC563D1F41B907<br /> gpgv: Can&#8217;t check signature: public key not found </p>
<p>This error turned up when I tried to mirror debian-multimedia.org after upgrading debmirror. Apparently the new version looks for the keys in ~/.gnupg/trustedkeys.gpg. If you installed the debian-multimedia-keyring package, you can use the following:</p>
<p>&nbsp;gpg &#8211;no-default-keyring -a &#8211;keyring /usr/share/keyrings/debian-multimedia-keyring.gpg &#8211;export 07DC563D1F41B907 | gpg &#8211;no-default-keyring &#8211;keyring ~/.gnupg/trustedkeys.gpg &#8211;import - </p>
<p>This imports the current key into the new file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/499/debmirror-gnupg-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More lenny upgrade</title>
		<link>http://www.sid3windr.be/archives/490/more-lenny-upgrade</link>
		<comments>http://www.sid3windr.be/archives/490/more-lenny-upgrade#comments</comments>
		<pubDate>Sat, 21 Feb 2009 14:56:55 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=490</guid>
		<description><![CDATA[If you get the following error in your linux-vserver guest after upgrading it to lenny: Feb 21 14:03:22 ftp sshd[18392]: error writing /proc/self/oom_adj: Permission denied &#160; Adjust /etc/default/ssh &#8216;s SSHD_OOM_ADJUST=-17 into SSHD_OOM_ADJUST= then restart ssh to get rid of it. &#160;]]></description>
			<content:encoded><![CDATA[<p>If you get the following error in your linux-vserver guest after upgrading it to lenny:</p>
<pre>Feb 21 14:03:22 ftp sshd[18392]: error writing /proc/self/oom_adj: Permission denied</pre>
<pre>&nbsp;</pre>
<p>Adjust /etc/default/ssh &#8216;s <em>SSHD_OOM_ADJUST=-17</em> into <em>SSHD_OOM_ADJUST=</em> then restart ssh to get rid of it.</p>
<pre>&nbsp;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/490/more-lenny-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor lenny upgrade issues</title>
		<link>http://www.sid3windr.be/archives/488/minor-lenny-upgrade-issues</link>
		<comments>http://www.sid3windr.be/archives/488/minor-lenny-upgrade-issues#comments</comments>
		<pubDate>Fri, 20 Feb 2009 17:58:54 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=488</guid>
		<description><![CDATA[For people running into this and not knowing how to easily fix: Feb 20 09:15:19 tequila sshd[18110]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory tequila:~# ls /etc/default/locale ls: cannot access /etc/default/locale: No such file or directory tequila:~# update-locale tequila:~# ls /etc/default/locale /etc/default/locale Or just fill it yourself: tequila:~# cat /etc/default/locale [...]]]></description>
			<content:encoded><![CDATA[<p>For people running into this and not knowing how to easily fix:</p>
<p>Feb 20 09:15:19 tequila sshd[18110]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory</p>
<p>tequila:~# ls /etc/default/locale<br /> ls: cannot access /etc/default/locale: No such file or directory<br /> tequila:~# update-locale<br /> tequila:~# ls /etc/default/locale<br /> /etc/default/locale</p>
<p> Or just fill it yourself:</p>
<p> tequila:~# cat /etc/default/locale<br /> #&nbsp; File generated by update-locale<br /> LANG=en_US<br /> &nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/488/minor-lenny-upgrade-issues/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Security</title>
		<link>http://www.sid3windr.be/archives/305/debian-security</link>
		<comments>http://www.sid3windr.be/archives/305/debian-security#comments</comments>
		<pubDate>Sat, 05 May 2007 11:59:28 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/archives/305/debian-security</guid>
		<description><![CDATA[I can&#8217;t help but think there is something terribly wrong with Debian&#8217;s security process. New securityfix WordPress package came out 4 weeks aftter the actual software release.]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t help but think there is something terribly wrong with Debian&#8217;s security process. New securityfix <a href="http://www.wordpress.org">WordPress</a>  package came out 4 weeks aftter the actual software release. <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/305/debian-security/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Famous last words</title>
		<link>http://www.sid3windr.be/archives/289/famous-last-words</link>
		<comments>http://www.sid3windr.be/archives/289/famous-last-words#comments</comments>
		<pubDate>Mon, 09 Apr 2007 17:44:31 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[IRC]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/archives/289/famous-last-words</guid>
		<description><![CDATA[[08&#124;23:38:05] [-] [:] Jeeves_ [mark@213.154.229.12] has quit [Quit: &#34;Etch is uit, als ik over 10 minuten niet terug ben is het stuk&#34;] That was 8-Apr-2007, 23:38. To date, Jeeves still has not returned. Oops.]]></description>
			<content:encoded><![CDATA[<p>[08|23:38:05] [-] [:] Jeeves_ [mark@213.154.229.12] has quit [Quit: &quot;Etch is uit, als ik over 10 minuten niet terug ben is het stuk&quot;]</p>
<p>That was 8-Apr-2007, 23:38. To date, Jeeves still has not returned. Oops. <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/289/famous-last-words/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hell has frozen over</title>
		<link>http://www.sid3windr.be/archives/286/hell-has-frozen-over</link>
		<comments>http://www.sid3windr.be/archives/286/hell-has-frozen-over#comments</comments>
		<pubDate>Sun, 08 Apr 2007 20:44:44 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/archives/286/hell-has-frozen-over</guid>
		<description><![CDATA[Debian Etch has been released!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.debian.org/News/2007/20070408">Debian Etch</a>  has been released!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/286/hell-has-frozen-over/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Segfaulting fsck.ext3</title>
		<link>http://www.sid3windr.be/archives/265/segfaulting-fsckext3</link>
		<comments>http://www.sid3windr.be/archives/265/segfaulting-fsckext3#comments</comments>
		<pubDate>Wed, 14 Mar 2007 15:24:25 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/archives/265/segfaulting-fsckext3</guid>
		<description><![CDATA[If you&#8217;re running Debian Sarge, have a &#62;2TB ext3 volume and your fsck.ext3 exits with signal 11 leaving the damn thing all dirty and stuff, get 1.39+1.40-WIP from backports.org . This fixed the problem for me on my home box (2.4T) and one of the servers here at work (4.7T). Takes a long while to [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running Debian Sarge, have a &gt;2TB ext3 volume and your fsck.ext3 exits with signal 11 leaving the damn thing all dirty and stuff, get 1.39+1.40-WIP from <a href="http://www.backports.org">backports.org</a> . This fixed the problem for me on my home box (2.4T) and one of the servers here at work (4.7T). Takes a long while to fsck, but at least it gets through instead of crashing somewhere half way!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/265/segfaulting-fsckext3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-get install wife</title>
		<link>http://www.sid3windr.be/archives/225/apt-get-install-wife</link>
		<comments>http://www.sid3windr.be/archives/225/apt-get-install-wife#comments</comments>
		<pubDate>Sat, 20 Jan 2007 13:50:21 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/archives/225/apt-get-install-wife</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sid3windr.be/wp-content/uploads/2007/01/wife-deb.jpg" alt="apt-get install wife" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/225/apt-get-install-wife/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeNX on Debian Sarge</title>
		<link>http://www.sid3windr.be/archives/210/freenx-on-debian-sarge</link>
		<comments>http://www.sid3windr.be/archives/210/freenx-on-debian-sarge#comments</comments>
		<pubDate>Thu, 05 Oct 2006 22:54:24 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/archives/210/freenx-on-debian-sarge</guid>
		<description><![CDATA[I just set up FreeNX on my Sarge machine and it works really nice! I was hoping it would be able to &#34;receive&#34; remote desktop (rdc) connections and channel it to an X server (to use standard Windows CE/TS thin clients with a Linux server). I found the .deb&#8217;s too late, and as such followed [...]]]></description>
			<content:encoded><![CDATA[<p>I just set up <a href="http://freenx.berlios.de/">FreeNX </a> on my Sarge machine and it works really nice! I was hoping it would be able to &quot;receive&quot; remote desktop (rdc) connections and channel it to an X server (to use standard Windows CE/TS thin clients with a Linux server). I found the <a href="http://packages.debianbase.de/stable/i386/nx/">.deb&#8217;s</a>  too late, and as such followed <a href="http://stateless.geek.nz/2005/06/27/building-freenx-04-on-ubuntu-hoary/">another howto for Ubuntu</a> .</p>
<p>Here&#8217;s how I did it on Sarge:</p>
<p>a<em>pt-get install cdbs autotools-dev patchutils autoconf bzip2 zlib1g-dev libpng12-dev libjpeg-dev xlibs-dev libfreetype6-dev libmikmod2-dev libssl-dev libxaw7-dev automake1.9 automake1.4 expect tcl8.4 netcat ssh b</em><em>uild-essential dpatch<br /> </em></p>
<p>Add the following to /etc/apt/sources.list:<em> deb-src http://debian.tu-bs.de/project/kanotix/unstable/ sid nx</em> </p>
<p><em>apt-get source nx freenx</em><br /> <em>cd nx-1.4.92+1.5.0</em></p>
<p><em>sed -i s/debhelper\ \(\&gt;=\ 5.0.0\)/debhelper\ \(\&gt;=\ 4.2.0\)/ debian/control<br /> export DH_COMPAT=4<br /> dpkg-buildpackage</em></p>
<p><em>cd ../freenx-0.4.4+0.4.5</em></p>
<p><em>sed -i s/debhelper\ \(\&gt;=\ 5.0.0\)/debhelper\ \(\&gt;=\ 4.2.0\)/ debian/control</em><br /> <em> sed -i s/openssh-server,\ openssh-client/ssh/ debian/control<br /> dpkg-buildpackage</em></p>
<p><em>cd ..; dpkg -i *deb&nbsp;</em></p>
<p>Edit /etc/nxserver/node.conf and add the following line:</p>
<p><em>COMMAND_XAUTH=/usr/bin/X11/xauth<br /> </em></p>
<p>If you want to use SSH authentication instead of FreeNX&#8217;s own passdb backend put the following lines in there as well:</p>
<p><em>ENABLE_PASSDB_AUTHENTICATION=&quot;0&quot;<br /> ENABLE_SSH_AUTHENTICATION=&quot;1&quot;&nbsp;</em></p>
<p>Fetch the <a href="http://www.arte.unipi.it/Public/Win32/nxclient-1.5.0-138.exe">1.5 client for Windows</a> (2.0 from Nomachine doesn&#8217;t work). Enter the correct details (enable &quot;encrypt all data&quot; if you want it to work through firewalls and NATs &#8212; that way you just have to open up SSH and be done with it). Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/210/freenx-on-debian-sarge/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

