26 Feb 2004 Spooky   » (Master)

Fedora PPC64

My scheme to naively install Fedora's undocumented ppc64 RPMs from the development branch onto a spare partition on my G5 seems to have worked. I can now boot and run a very basic ppc64 system (after adding my own fedora-release rpm). It is possibly the most basic system where you can edit things (vim), install stuff (rpm) and grap stuff off the web (wget), but it does work. I still don't know whether the ppc64 packages were meant to work or not or what the people at Red Hat were thinking when they compiled them, but I'm happy.

Dependency Hell

Did you know that rpm has over 50 packages it depends on either directly or indirectly. There are the obvious ones like glibc and it's a good thing that SysVinit show up eventually. However you also need glib, both versions 1 and 2 ! The upside is that you by just fufilling the requirements for rpm and you have everything you need for a basic, bootable, system.

Configuration

Fedora really freaks if you don't have an fstab file. It's kind of fun seeing how well (or badly) a system handles itself without even basic configuration. For the record, Fedora does well enough: you can creat the fstab file from within Fedora.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!