<?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>nyfiken blog &#187; Debian</title>
	<atom:link href="http://nyfiken.org/tagg/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://nyfiken.org</link>
	<description>Johan Adlers sporadiska skriverier</description>
	<lastBuildDate>Wed, 21 Mar 2012 05:11:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>USB sound on Alix running Voyage</title>
		<link>http://nyfiken.org/arkiv/291</link>
		<comments>http://nyfiken.org/arkiv/291#comments</comments>
		<pubDate>Wed, 18 May 2011 18:10:40 +0000</pubDate>
		<dc:creator>Johan Adler</dc:creator>
				<category><![CDATA[Alix]]></category>
		<category><![CDATA[Datorer]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[alix]]></category>
		<category><![CDATA[audio group]]></category>
		<category><![CDATA[configuration file]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[terratec aureon]]></category>
		<category><![CDATA[usb sound card]]></category>

		<guid isPermaLink="false">http://nyfiken.org/?p=291</guid>
		<description><![CDATA[I thought that using a USB sound card with Linux would be easy, just plug and play, but I was wrong, it seems. Plugging in the Terratec Aureon Dual USB (ID: 0ccd:0077) that I bought rendered a promising output from dmesg and lsusb, and lsmod showed that even relevant modules were loaded. The problem was that mpd [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start -->
	<p>I thought that using a USB sound card with Linux would be easy, just <em>plug and play</em>, but I was wrong, it seems.  Plugging in the <strong>Terratec Aureon Dual USB</strong> (ID: 0ccd:0077) that I bought rendered a promising output from <strong>dmesg</strong> and <strong>lsusb</strong>, and <strong>lsmod</strong> showed that even relevant modules were loaded. The problem was that <strong>mpd</strong> and other programs did not find any way to actually output sound to any device. They had the firm belief that my system was lacking any sound card. Maybe I would need some sound related packages?<br />
<p style="padding-left: 30px;"><code>aptitude install alsa-base alsaplayer alsaplayer-text alsa-utils</code></p><br />
No luck…  The mpd configuration file <strong>/etc/mpd.conf</strong> seemed mostly confusing when it came to output devices, and <a href="http://mpd.wikia.com/wiki/Configuration#Audio_Outputs">the wiki page it referred to</a> did not help either.  A search with Google on the USB ID was helpful though, as usual. Someone with the alias <a href="http://forum.doozan.com/read.php?2,4119,4166">BigRon also had problems</a> with Debian and this Terratec USB sound card. The results from his attempts, documented with verbose output, was similar to mine. User <a href="http://forum.doozan.com/read.php?2,4119,4148#msg-4148">bandan’s reply</a> was the beginning of the end of my trouble! I had to edit <strong>/etc/modprobe.d/alsa-base.conf </strong>to comment out a line preventing USB devices from becoming the first (default) device, substituting it for a line with the opposite effect.<br />
<p style="padding-left: 30px;"><code>## Keep snd-usb-audio from beeing loaded as first soundcard&lt;br/&gt;
#options snd-usb-audio index=-2</code></p><br />
<p style="padding-left: 30px;"><code># Fix from http://forum.doozan.com/read.php?2,4119,4166&lt;br/&gt;
	<ol>
		<li>Allow snd-usb-audio to be loaded as first soundcard options snd-usb-audio index=0</code></p><br />
Now I was at least able to get alsamixer to acknowledge the mere existence of a sound related device, but alas it chose an input only device (most likely my Logitech webcam with microphone) as the default device even though it called the Terratec one <em>default</em> by name. Luckily for me the just mentioned forum thread linked to <a href="http://forum.doozan.com/read.php?2,2840,2841#msg-2">a more substantial thread</a> describing the problem in more depth.  I added myself and the mpd user to the audio group, to make sure that there would not be any problems with permissions regarding the devices<br />
<p style="padding-left: 30px;"><code>addgroup jadler audio addgroup mpd audio</code></p><br />
<code> </code> I was still unable to play anything (without explicitly chosing what Alsa refers to as <em>sound card 1</em>). So I kept trying the stuff that had worked for the person reporting in the forum, creating an <strong>/etc/asound.conf</strong> file with basically the same content as suggested in the last thread referred to above, but changing all references to <strong>hw:0</strong> to <strong>hw:1</strong>, and from <strong>card 0</strong> to <strong>card 1</strong>. Now <strong>mplayer</strong> works, but I still can’t get <strong>mpd</strong> to do its thing.</p>

 <script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fnyfiken.org%2Farkiv%2F291';
  addthis_title  = 'USB+sound+on+Alix+running+Voyage';
  addthis_pub    = 'jadler';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://nyfiken.org/arkiv/291/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alix2d13 — Voyage Linux or Debian Live?</title>
		<link>http://nyfiken.org/arkiv/288</link>
		<comments>http://nyfiken.org/arkiv/288#comments</comments>
		<pubDate>Thu, 12 May 2011 17:31:56 +0000</pubDate>
		<dc:creator>Johan Adler</dc:creator>
				<category><![CDATA[Alix]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[alix]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pc engines]]></category>

		<guid isPermaLink="false">http://nyfiken.org/?p=288</guid>
		<description><![CDATA[I am not sure whether it is caused by the Ubuntu 10.10 amd64 running on my workstation or on some bug in the Emdebian package, but I do have a hard time to get Emdebian installed. I have tried Multistrap, Debootstrap, and Debian Installer, and I have done it on the Alix computer using PXE [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start -->
	<p>I am not sure whether it is caused by the Ubuntu 10.10 amd64 running on my workstation or on some bug in the <a href="http://www.emdebian.org/">Emdebian</a> package, but I do have a hard time to get <a href="http://www.emdebian.org/">Emdebian</a> installed. I have tried <a href="http://www.emdebian.org/multistrap/">Multistrap</a>, <a href="http://wiki.debian.org/Debootstrap">Debootstrap</a>, and <a href="http://www.debian.org/devel/debian-installer/">Debian Installer</a>, and I have done it on the Alix computer using PXE boot, on my workstation (followed by chroot etc), and on virtual machines using qemu/kvm or Virtualbox, but so far no luck.</p>
	<p>All of this makes it less and less attempting to actually install any <a href="http://www.emdebian.org/">Emdebian</a> based <a href="http://www.debian.org/">Debian</a>, and so I gradually turned back to <a href="http://linux.voyage.hk/">Voyage Linux</a>. When I was browsing the Voyage site I learned about Debian Live, the system that “<a href="http://linux.voyage.hk/blog/1">punkytse</a>” uses to create the Voyage images, and also offers for download under tha name “<a href="http://mirror.voyage.hk/download/ISO/sdk/">Voyage SDK</a>”. So now I am testing Debian Live and trying to learn more about it.</p>
	<p><a href="http://wiki.debian.org/DebianLive/">The wiki</a> and <a href="http://live.debian.net/manual/en/">the manual</a> seems to be a good place to start when learning about Debian Live.</p>
	<p>For those interested in PC Engines Alix <a href="http://www.pcengines.info/">the Alix forum</a> may also be a good source of information.</p>
	<p>(I should really find a better WordPress theme, I know…)</p>

 <script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fnyfiken.org%2Farkiv%2F288';
  addthis_title  = 'Alix2d13+%E2%80%94+Voyage+Linux+or+Debian+Live%3F';
  addthis_pub    = 'jadler';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://nyfiken.org/arkiv/288/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Linux on PC Engines Alix2d13 (part 2.5)</title>
		<link>http://nyfiken.org/arkiv/285</link>
		<comments>http://nyfiken.org/arkiv/285#comments</comments>
		<pubDate>Tue, 10 May 2011 17:04:50 +0000</pubDate>
		<dc:creator>Johan Adler</dc:creator>
				<category><![CDATA[Alix]]></category>
		<category><![CDATA[Datorer]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[alix]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[installing linux]]></category>
		<category><![CDATA[netboot]]></category>
		<category><![CDATA[pc engines]]></category>
		<category><![CDATA[pxelinux]]></category>
		<category><![CDATA[serial port]]></category>

		<guid isPermaLink="false">http://nyfiken.org/?p=285</guid>
		<description><![CDATA[After publishing I realized that I could have supplied more information, and more downloads, than I did in my previous post. Here are links to patched versions of Debian netboot.tar.gz (stable/Squeeze, testing/Wheezy and daily build), all downloaded and patched today, 2011-05-10: netboot-ttyS0-stable-110510.tar.gz netboot-ttyS0-testing-110510.tar.gz netboot-ttyS0-daily-110510.tar.gz I have also made a diff file for the stable mod. [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start -->
	<p>After publishing I realized that I could have supplied more information, and more downloads, than I did in <a title="Installing Linux on PC Engines Alix2d13 (part 2)" href="http://nyfiken.org/arkiv/277">my previous post</a>.</p>
	<p>Here are links to patched versions of Debian <em>netboot.tar.gz</em> (stable/Squeeze, testing/Wheezy and daily build), all downloaded and patched today, 2011-05-10:<br />
<ul><br />
<li><a title="stable/Squeeze" href="http://nyfiken.org/filer/netboot-ttyS0-stable-110510.tar.gz">netboot-ttyS0-stable-110510.tar.gz</a></li><br />
<li><a title="testing/Wheezy" href="http://nyfiken.org/filer/netboot-ttyS0-testing-110510.tar.gz">netboot-ttyS0-testing-110510.tar.gz</a></li><br />
<li><a title="daily" href="http://nyfiken.org/filer/netboot-ttyS0-daily-110510.tar.gz">netboot-ttyS0-daily-110510.tar.gz</a></li><br />
</ul><br />
I have also made a <a title="diff for netboot stable" href="http://nyfiken.org/filer/mod-stable-110510.diff">diff file for the stable mod</a>.</p>
	<p>What <a title="patch-netboot.sh" href="http://nyfiken.org/filer/patch-netboot.sh">my script</a> does, basically, is this:<br />
<ol><br />
<li>Untar the tarball and <em>cd</em> to <em>debian-installer/i386/boot-screens/</em> where all changes are made.</li><br />
<li>In the file <em>syslinux.cfg</em> (which is actually a file with <em>PXELINUX</em> configurations) two lines are added:<br />
<ol><br />
<li><em><a href="http://syslinux.zytor.com/wiki/index.php/SYSLINUX#SERIAL_port_.5B.5Bbaudrate.5D_flowcontrol.5D">serial 0 38400</a></em>—telling <em>PXELINUX</em> to use <em>ttyS0</em> for I/O (i.e. as console).</li><br />
<li><em><a href="http://syslinux.zytor.com/wiki/index.php/SYSLINUX#CONSOLE_flag_val">console 0</a></em>—do not try to use any video console</li><br />
</ol><br />
</li><br />
<li>In the files <em>adtxt.cfg</em>, <em>rqtxt.cfg</em> and <em>txt.cfg</em> substitute any occurence of <em>vga=788</em> for <em>ttyS0,38400n8</em>. This is done in order to tell the kernel that:<br />
<ol><br />
<li>There is no graphic/video console</li><br />
<li>The console that should be used is the first serial port, and with the specified settings.</li><br />
</ol><br />
</li><br />
</ol><br />
This is a simplification, since my script also includes a variable for the number of the serial port, in case your console is not on <em>ttyS0</em>. I have not included any such convenience regarding speed and other settings for the serial port chosen.</p>

 <script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fnyfiken.org%2Farkiv%2F285';
  addthis_title  = 'Installing+Linux+on+PC+Engines+Alix2d13+%28part+2.5%29';
  addthis_pub    = 'jadler';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://nyfiken.org/arkiv/285/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Linux on PC Engines Alix2d13 (part 2)</title>
		<link>http://nyfiken.org/arkiv/277</link>
		<comments>http://nyfiken.org/arkiv/277#comments</comments>
		<pubDate>Sun, 08 May 2011 18:33:57 +0000</pubDate>
		<dc:creator>Johan Adler</dc:creator>
				<category><![CDATA[Alix]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[alix]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian installer]]></category>
		<category><![CDATA[dnsmasq]]></category>
		<category><![CDATA[installing linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tftp server]]></category>

		<guid isPermaLink="false">http://nyfiken.org/?p=277</guid>
		<description><![CDATA[I have found it to be quite nice to be able to boot the Alix board over the network using PXE. Using the Debian netboot.tar.gz tarball and TFTP I can boot the Debian Installer or a rescue system, and the former lets me install Debian Linux without physically touching the CF. In order to make [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start -->
	<p>I have found it to be quite nice to be able to boot the Alix board over the network using PXE. Using the Debian netboot.tar.gz tarball and TFTP I can boot the <a href="http://www.debian.org/devel/debian-installer/">Debian Installer</a> or a rescue system, and the former lets me install Debian Linux without physically touching the CF.</p>
	<p>In order to make netboot use the serial port as console I have patched the Debian netboot tarball, and I made a script that does all the patching, just for you… <img src='http://nyfiken.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
	<p><a href="http://nyfiken.org/filer/patch-netboot.sh">patch-netboot.sh</a></p>
	<p>I have tested it with the Debian <a href="ftp://ftp.debian.org/debian/dists/stable/main/installer-i386/current/images/netboot/netboot.tar.gz">stable</a> and <a href="ftp://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/netboot.tar.gz">testing</a> netboot.tar.gz downloaded today and it works, and also with the <a href="http://people.debian.org/~joeyh/d-i/images/daily/netboot/">daily snapshot</a> from Debian installer.</p>
	<p>The script will modify the file <em>syslinux.cfg</em> in order to make <a href="http://syslinux.zytor.com/wiki/index.php/SYSLINUX#SERIAL_port_.5B.5Bbaudrate.5D_flowcontrol.5D">PXELinux</a> use the serial port, and the files <em>adtxt.cfg</em>, <em>rqtxt.cfg</em> and <em>txt.cfg</em> to make sure that the Linux kernel (actually the Debian installer in this case) also uses the serial port as console. (Look at the script to see the actual changes. You should of course have a look at it before running it, anyway.)</p>
	<p>Making my ancient <a href="http://wiki.openwrt.org/toh/netgear/wgt634u">Netgear WGT634U</a> running <a href="https://openwrt.org/">OpenWRT</a> serve PXE images was really a no-brainer. In the <em>Services/Dnsmasq</em> page I entered the three choices shown below, with  the patched netboot untarred on a USB stick mounted on <em>/mnt/sda2</em>.</p>
	<p><a href="http://nyfiken.org/wp-content/uploads/2011/05/openwrt-pxe.png"><img class="alignright" title="openwrt-pxe" src="http://nyfiken.org/wp-content/uploads/2011/05/openwrt-pxe.png" alt="" width="482" height="52" /></a></p>
	<p>References (other that links above):<br />
<ul><br />
<li><a href="http://www.debian.org/releases/stable/i386/ch04s05.html.en">http://www.debian.org/releases/stable/i386/ch04s05.html.en</a>—about setting up a TFTP server for netboot.</li><br />
<li><a href="http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html">http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html</a>—as above, for <em>dnsmasq</em></li><br />
<li><a href="http://www.debian-administration.org/articles/478">http://www.debian-administration.org/articles/478</a>—more on <em>dnsmasq<br />
</em></li><br />
<li><a href="http://etherboot.org/wiki/dnsmasq">http://etherboot.org/wiki/dnsmasq</a>—even more on <em>dnsmasq</em> and PXE<em><br />
</em></li><br />
</ul><br />
Some more patching lets me use <a href="http://wiki.debian.org/DebianInstaller/Preseed">preseeding</a> too, but more on that another time.</p>

 <script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fnyfiken.org%2Farkiv%2F277';
  addthis_title  = 'Installing+Linux+on+PC+Engines+Alix2d13+%28part+2%29';
  addthis_pub    = 'jadler';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://nyfiken.org/arkiv/277/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Linux on PC Engines alix2d13 (part 1)</title>
		<link>http://nyfiken.org/arkiv/265</link>
		<comments>http://nyfiken.org/arkiv/265#comments</comments>
		<pubDate>Tue, 03 May 2011 13:44:22 +0000</pubDate>
		<dc:creator>Johan Adler</dc:creator>
				<category><![CDATA[Alix]]></category>
		<category><![CDATA[Datorer]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://nyfiken.org/?p=265</guid>
		<description><![CDATA[I have been wanting to try an Alix SBC from PC Engines for some time now, and 10 days ago I finally did order one. Thorough as I am I checked lots of sites (mostly within the EU) for prices, shipping, availability and range of accessories. In the end I chose to place my order at Gooze. [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start -->
	<p>I have been wanting to try an <a title="PC Engines Alix" href="http://www.pcengines.ch/alix.htm">Alix SBC from PC Engines</a> for some time now, and 10 days ago I finally did order one.</p>
	<a href="http://nyfiken.org/wp-content/uploads/2011/04/R0011679.jpg"><img class="size-medium wp-image-269" title="alix2d13 in case" src="http://nyfiken.org/wp-content/uploads/2011/04/R0011679-300x212.jpg" alt="alix2d13 in case" width="300" height="212" /></a>
	<p>Thorough as I am I checked lots of sites (mostly within the EU) for prices, shipping, availability and range of accessories. In the end I chose to place my order at <a title="gooze.eu" href="http://www.gooze.eu/">Gooze</a>.</p>
	<p>I had no trouble at all with my order from Gooze, they were very helpful and kind. I got a mail asking why I had ordered antennas and pigtails but no wifi card. I explained that I was looking for a dual band card, and that I had not seen one in their web shop. Nine minutes later I got a reply saying that they had a <a href="http://www.pcengines.ch/dnma92.htm">Wistron DNMA-92</a> in stock, and that they would be able to add it to my order and still ship it the same day. Easter holidays delayed the shipping a bit, as expected, but early morning next business day the package arrived, and my new found friends at Gooze had even mounted the board in the case, the wifi card on the board, and pigtails and antennas where they should be.</p>
	<p>I do not hesitate to recommend Gooze for anyone looking for an Alix system. They also have some useful tutorials on their site regarding Alix-iana, and even more on smartcards and security. (Their site inspired me to order a <a href="http://www.gooze.eu/feitian-r-310">smartcard reader with Linux support, the Feitian R-310</a>, and a blank smartcard, <a href="http://www.gooze.eu/feitian-pki-smartcard-ftcos-pk-01c">Feitian PKI</a>, formerly known as Feitian FTCOS / PK-01C.</p>
	<p>On a side note, I actually placed my order at 14:50 on Wednesday  April 20. Gooze promise that orders placed before 15:00 will be shipped the same day, so when my order status had not changed the next day I wrote to them and politely asked if the order status update was slow or if something else had happened. I also made it clear that I was not at all in a hurry and had no problem waiting for my stuff. Within minutes Jean-Michel Pouré of Gooze wrote back to me explaining that the entire staff had been to London for a day on a business trip. He apologized and promised to add another smart card to my order at no extra cost. I had not expected anything like that, and I would have been quite happy just to know that my order had arrived and would be shipped some day. That is really a good way to make happy (and returning) customers.</p>
	<p>Currently I am trying to find the “perfect” way to install Linux on this little gem, most likely <a title="Debian" href="http://www.debian.org/">Debian</a> in some form. I have tried <a title="Voyage Linux" href="http://linux.voyage.hk/">Voyage</a>, a customized Debian for embedded platforms with explicit support for Alix boards (including the three front panel LED’s and the temperature sensors), and I think it might be good for a system as this one I would prefer to know what customizations are made and why. I would be more comfortable setting up the system myself from the ground up.</p>
	<p>Gooze has a few <a title="Alix howto collection at Gooze" href="http://www.gooze.eu/alix-boards-howto">nice howto’s on Alix stuff</a>, and I also tested the Debian installation suggested. They suggested installing the netboot tarball to a CF partition, boot from this and using the <a href="http://wiki.debian.org/DebianInstaller">Debian Installer</a> to install the latest stable version (Squeeze). This went fine, but I ended up with a system that felt a bit too bloated, considering that it is embedded. Documentation and man-pages are fine, but I feel no desperate need to waste a lot of flash memoryon an embedded system for it. When I need documentation I can use my workstation or the web.</p>
	<p>A concept that appeals to me more is the <a title="Embedded Debian" href="http://emdebian.org/">Emdebian project</a>, proper Debian adapted for embedded systems. The idea is right, the documentation sucks (or I am not able to find it). The Emdebian flavor Grip seems to be about minimizing dependencies to an absolute minimum, and also stripping documentation from packages. They process the actual Debian packages, remove unnecessary parts and repack them. You would normally have both Emdebian and classic Debian repositories, so that packages that are not yet Emdebianized/Grip:ed will be pulled from the normal Debian repositories.</p>
	<p>This sounds like the best of two worlds, the most common 10 % of the Debian packages are available from Emdebian, being smaller and having less dependencies, and anything I want from the remaining 90 % is still available for installation. I suspect that any vanilla packages that I install will be “upgraded” to Emdebian style if they are converted in the future.</p>
	<p>But my current self imposed task is to work out a good (or “perfect”) way to install a basic Emdebian system to use as a start for my customizations. The Emdebian site recommends a tool called <a href="http://emdebian.org/multistrap/">multistrap</a>, being somewhat similar to but different from <a href="http://wiki.debian.org/Debootstrap">debootstrap</a>. It will create a basic rootfs, but there is not a lot of information on how to proceed to a bootable CF image. I have found some tutorials using debootstrap, but I am not sure if they apply since the tools work in different ways. I will get back about this soon, I think.</p>
	<p>Lastly, I tested <a href="https://openwrt.org/">OpenWRT</a> too, that I have running on my current router/firewall etc (an ancient <a href="http://wiki.openwrt.org/toh/netgear/wgt634u">Netgear WGT634U</a>). My first attempt at compiling an image for Alix did not work out (though OpenWRT does have explicit support for Alix), probably some misconfiguration on my side, but I tested with a plain x86 image that I downloaded, it worked just fine, and compared to all other Linuces I tested this one was definitely the fastest! It boots in maybe 20 – 40 % of the time the others need, and system shutdown is even faster relative to the competition. It does not have the backbone of the huge Debian community, but the sheer speed of it still makes it interesting as an alternative.</p>

 <script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fnyfiken.org%2Farkiv%2F265';
  addthis_title  = 'Installing+Linux+on+PC+Engines+alix2d13+%28part+1%29';
  addthis_pub    = 'jadler';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://nyfiken.org/arkiv/265/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress, säkerhetsuppdatering, 2.3.3</title>
		<link>http://nyfiken.org/arkiv/199</link>
		<comments>http://nyfiken.org/arkiv/199#comments</comments>
		<pubDate>Tue, 05 Feb 2008 06:06:51 +0000</pubDate>
		<dc:creator>Johan Adler</dc:creator>
				<category><![CDATA[Bloggosfären]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogg]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[säkerhet]]></category>
		<category><![CDATA[uppdatering]]></category>

		<guid isPermaLink="false">http://nyfiken.org/arkiv/199</guid>
		<description><![CDATA[Jag ser att det har släppts ännu en brådskande säkerhetsuppdatering för WordPress. Ryan skriver: WordPress 2.3.3 is an urgent security release. A flaw was found in our XML-RPC implementation such that a specially crafted request would allow any valid user to edit posts of any other user on that blog. In addition to fixing this [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start -->
	<p>Jag ser att det har släppts ännu <a href="http://wordpress.org/development/2008/02/wordpress-233/" title="Wordpress 2.3.3">en brådskande säkerhetsuppdatering för WordPress</a>.</p>
	<p>Ryan skriver:<br />
<blockquote><br />
<p class="storycontent">WordPress 2.3.3 is an urgent security release. A flaw was found in our XML-RPC implementation such that a specially crafted request would allow any valid user to edit posts of any other user on that blog. In addition to fixing this security flaw, 2.3.3 fixes <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.3.3"><strong><font color="#003366">a few minor bugs</font></strong></a>. If you are interested only in the security fix, download the <a href="http://trac.wordpress.org/browser/tags/2.3.3/xmlrpc.php?format=raw"><strong><font color="#003366">fixed version of xmlrpc.php</font></strong></a> and copy it over your existing xmlrpc.php. Otherwise, you can get the entire release <a href="http://wordpress.org/download/"><strong><font color="#003366">here</font></strong></a>.</p>
	<p>Also, there is <a modo="false" href="http://weblogtoolscollection.com/archives/2008/01/21/wp-forum-plugin-security-bulletin/"><strong><font color="#003366">a vulnerability in the WP-Forum plugin</font></strong></a> that is being actively exploited right now. If you are using this plugin, please remove it until an update is available.</p>
	<p>Since we are talking security, remember to use strong passwords and change them regularly.  While you’re updating WP and your plugins, consider refreshing your passwords.</p></blockquote><br />
Det känns tryggt att det kommer nya säkerhetsuppdateringar ofta, även om jag ärligt talat inte har installerat den förra än. Vad jag kan se i bulletinen så är det inte säkerhetshål som berör mig särskilt mycket. Jag har inga sparade utkast, och skulle någon läsa eventuella sådana skulle det inte göra mig så mycket. Jag är ensam användare på min egen blogg, så den senaste varningen rör mig nog inte heller.</p>
	<p>På sätt och vis känns det, åtminstone för mig personligen, som att dessa täta uppdateringar och den inte helt automagiska proceduren för att uppgradera, gör att jag gärna väntar ett tag innan jag uppgraderar. Väntar jag som nu drygt en månad så kanske det kommer ännu en ny uppdatering, och det är lika mycket (eller lite) jobb att uppgradera oavsett hur många (mindre) versionssteg det gäller. Som Debian-användare är jag väl bortskämd, van som man är att kunna uppgradera hela linux-installationen med två ord: ‘apt-get upgrade’…</p>

 <script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fnyfiken.org%2Farkiv%2F199';
  addthis_title  = 'WordPress%2C+s%C3%A4kerhetsuppdatering%2C+2.3.3';
  addthis_pub    = 'jadler';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<!-- google_ad_section_end -->
<p>Andra bloggar om: <a href="http://bloggar.se/om/WordPress" rel="tag" onClick="javascript: pageTracker._trackPageview('/bloggar.se/om/WordPress');">WordPress</a>, <a href="http://bloggar.se/om/s%C3%A4kerhet" rel="tag" onClick="javascript: pageTracker._trackPageview('/bloggar.se/om/s%C3%A4kerhet');">säkerhet</a>, <a href="http://bloggar.se/om/uppdatering" rel="tag" onClick="javascript: pageTracker._trackPageview('/bloggar.se/om/uppdatering');">uppdatering</a></p>]]></content:encoded>
			<wfw:commentRss>http://nyfiken.org/arkiv/199/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

