ubuntu


I was trying to set up a directory index via a named vhost under Apache today.  Typically all you need to do for this scenario is something like this in an apache conf file. <VirtualHost *:80> ServerName files.gfxmuse.org DocumentRoot /home/httpd/files <directory "="" home="" <span="" class="hiddenSpellError" pre="" data-mce-bogus="1">httpd/files"> Options +Indexes </Directory> […]

apache 2.4/Fedora quirk in welcome.conf


I’ve been working on building custom Debian and Ubuntu distributions for use under VirtualBox.   One advantage that both have over Fedora is debootstrap.  This tool allows you to create a default rootfs from pre-compiled packages inside a directory.  You can then chroot into that directory to install the kernel image, […]

Debian/Ubuntu debootstrap images for VirtualBox


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


2
Santa, in the form of my wife and daughter, really came through this year.  Ry got me a Dell ST2010 HDMI monitor to use with my BeagleBoard.  I think she saw the mammoth CRT TV I had hooked up to it and thought I deserved something more modern.  I have […]

Happy Holiday: Lilliput and HDMI monitors, another WD archive


Over the holiday I managed to close out a few nagging issues in the builds.  First, logins stopped working until I realized that I’d turned off the getty’s on tty0 and tty02.  This wasn’t the complete fix, however, as Busybox was adding /etc/securetty to the rootfs and that file did […]

BeagleBox: working Xorg and eth support



I built an Ubuntu Server image this week because I needed to test an application we built at work would work without X.org and GTK+ installed.  Turns out it does.  That’s good. But in testing I got annoyed with the 80 character width of the console.  See, Ubuntu Server doesn’t […]

Mounting KVM images manually



I was researching why Battle of Britain would not auto-fill using the new tmdb.pl in MythTV’s Video Manager when I started a tail on the backend log. tail -f /var/log/mythbackend.log I got a bunch of these messages: 2009-07-07 20:09:22.069 Error: offset>181, pes length & current can not be queried According […]

MythTV: EIT errors in backend log and fixing Video Manager ...



For the past 4 years I’ve worked happily at home with my Acer laptop.  I’ve discussed many of the issues I’ve had with running this laptop with Fedora.  For the most part, despite how those posts may sound, I’ve actually been pretty happy with both the laptop and with running […]

Dawning of a new age: A Quad-Core system finds ...


1
Migrations to new releases of Fedora are not a huge problem for me since I use a separate partition for system files (including repository managed packages) and separate partitions for home directories (/home), multimedia files (/store and /music), and web server root directories (also under /home).   About the only […]

Migrating a MythTV server from pre-Fedora 10 to Fedora 10


I posted some queries about getting dual head working with my laptop, which uses the Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller, aka i915GM.  Under FC5 the i810 X.org driver supported dual head AND TV-out.  But I’m having a problem getting dual head working under F7 with either the i810 […]

i915 dual head configuration (FC5 – F7 doesn’t work yet)