Yearly Archives: 2011



I’m playing with F16 at work, prep’ing for the big migration from F14.  I’ve already installed a laptop.  Now I’m doing a dual-core server. The first thing I noticed that is different from my usual installation process is that the asknetwork boot option to anaconda doesn’t work.  The boot process […]

F16 Upgrade Notes




5
The man page for timer_create() (used in applications, not in kernel code) gives a useful example of how to create and start high resolution timers.  However, it fails to mention that if you use multiple timers with a single signal then you need have a single signal handler that can […]

Working with timer_create() to use multiple timers using a single ...


I'm installing on an Asus A53S at work using Fedora 14.  I won't use Fedora 15 until they clean up the GNOME 3 fiasco (I want my old workflow, not something cool just to be cool).  The installation fails when it tries to launch X.  If you don't want a […]

Quick note: Installing Fedora on an Asus Intel i5 w/ ...




This past weekend I completed verification that the build works on Ubuntu (see below).  In this process I also cleaned up the component builds a bit, added documentation and verified that a build from scratch (no local archives) works correctly.  And it does.  The resulting packages provide a booting system […]

BeagleBox: Ubuntu support ready, stable build but no video playback ...


I've managed to build and boot Buildroot 2011.02 using the 2.6.32 Arago kernel and Crosstool-NG 1.8.2 with GCC 4.4.3 and uClibc 0.9.30.2.  The build works just as well as the older Buildroot 2010.11 I had been using, but there is a problem with where fonts are being installed.  For some […]

BeagleBox: Buildroot 2011.02 progress (toward video playback), Ubuntu and Linaro