Linux admin-y things have been going well for me lately. Last night I upgraded my laptop from
Fedora Core 2 to
Fedora Core 4. No particular reason—obviously I don't adhere to the truism “if it ain't broke, don't fix it”—but it seemed the world had already moved on to 3, so why not get the latest? The installation went smoothly, once I realized that I had to pass it the
askmethod option at the boot prompt in order to perform a network install. (Is that method not very popular? I thought enough people would have broadband by now that network installation would overtake installation by disc(s).) I haven't played around with it enough to give it a real review, though I had seen
Tuxtops's “cold” review of it. I had to re-setup widescreen
LCD support and recompile
the wireless driver, which I discovered required me to install kernel-devel first. The GNOME menus are arranged a little differently, so it took me some time to find the configuration menu where I could swap the Caps Lock and Ctrl keys.
On my
Gentoo box, I
finally got the updated gnome-vfs to compile. It had been stuck for weeks, insisting on using some i486-pc-linux-gnu-gcc file that it couldn't find. This was my payback for futzing with /etc/make.conf to get some long-forgotten other software to compile. After breaking various things, I made sure I was consistently telling Portage that this was an i686 box, not an i486, it still gave me the same error. The solution seems to have been
emerge libIDL, followed by
fix_libtool_files.sh whenever the compiler complained about some missing library. Whew. That was annoying.
Lastly, I noticed the other day that my mailserver had over six thousand messages in its queue. (
thedreadpilot and I are the only users on that server—it's pretty small-scale.) Mostly they were undeliverable messages for a domain with which I have a secondary MX exchange but whose mailserver hasn't been responsive for a while. I removed that host from
rcpthosts, set all the messages in the queue to reach their
queuelifetime, and watched as messages bounced after one more delivery attempt were dropped from the queue, which is now an order of magnitude smaller. That freed up a significant amount of disk space.
Next on the agenda is making sure I know how to build, install, and run a standard
kernel.org kernel so I can participate in
the Linux driver-writing tutorial at
OLS this year.