Does anybody know anything about Mailman?

I upgraded my server to Debian Lenny the other day, and everything seemed ok until this morning. I evidently spammed myself with the couple of hundred VERPed bounce messsages that normally Mailman is supposed to silently handle. Instead, they seemed to have all ended up in my inbox, and there is no indication in /var/log/mailman/bounce.1 that Mailman even saw them.

I’ve checked that postfix still has the mail delimiter set to +, and if I send out a message to a VERP style address on my box it does get delivered. It even appears that the bounces got delivered to “/var/lib/mailman/mail/mailman bounces mailman”. I just can’t understand why they then got delivered to me – normally Mailman does whatever it does and doesn’t bother me about them.

XCode podcasts

At Kris Johnson’s suggestion, I downloaded and watched the two Pragmatic Programmer’s screencasts about XCode. Well, they didn’t make me love XCode as much as I like Eclipse, but they’re very helpful, especially the first one. Well worth the $10 I had in my Paypal account.

I don’t know if it’s just me, but when I tried to use the shortcut (command-shift-j) to turn some highlighted code into another method, XCode threw up a horrible message and wouldn’t proceed until I choose “Quit”. Very annoying.
picture-1

By all means, Paul, fuck with the hard drives…

I’ve spent the last two nights trying to get Vicki’s laptop working again. Back in August I bought her a new hard drive for it – a 250Gb one to replace her 80Gb one. The 250Gb one is the same model number as the one that came stock in my MacBook Pro, so I figured it was safe to put it in her slightly older MacBook Pro.

That’s great in theory, but back in December she was complaining about very slow response, and she ended up formatting and re-installing. And again this week, it started happening again. Console.log showed that once again, the disk was full of errors. We tried repairing things with Disk Utility and booting into single user mode and running fsck. Both repaired things, but the disk quickly started acting up. I installed TechTools from a AppleCare disk and did a surface scan, and it found lots of errors.

Ok, now it’s time to get serious. We burned a copy of the DFT (Drive Function(?) Test) ISO from Hitachi, but when you boot it in the MBP it asks for “Floppy B” and refuses to continue. Oh oh. So today I got *really* serious – I opened up the MBP (a tedious process) and took the drive out and put it in my Linux box so I could run DFT there. So my home Linux box is off-line for the rest of the evening as well. (Normally I would use my old Windows box for stuff like this, but the Windows box is IDE and the Linux box is SATA.)

While I was waiting for DFT to find the inevitable errors, I decided to start filling out an RMA request on the Hitachi web site. And I had a real feeling of deja-vu. And then I remembered – I’ve only returned two other drives in my life, and both of them were IBM/HItachi DeathStars. It’s nice that they make it so easy, but I think I’d rather they made the drives so they didn’t fail.

Pretty good work-out today

It’s been pretty disappointing to me recently that with my problems with my shoulder, I haven’t managed to much time on the kayak ergo. Mostly my work-outs have been lots of time stretching and doing core exercises, lots of time warming up on one of those exercise bikes that has the arm movement as well, but only a few very short stints on the KayakPro – just working on a bit of technique until the shoulder starts to hurt, and then going on to other things and then coming back to it.

Today, we took that tactic again, but Dan mixed things up more than usual and this time something really went right, and for my last time on the KayakPro I was concentrating entirely on the pull back with my torso, and trying not to push forward with my upper hand at all (or at least until there was no further resistance from the machine), and in spite of the fact that it didn’t seem to be slowing me down or adjusting my stroke at all, I managed to keep going and going until I was feeling both muscular and aerobic fatigue. I probably only went about 5 minutes or less, but it’s the longest single session I’ve gotten on the machine in weeks, and I was elated to quit for some reason other than a sore shoulder.

I can’t wait to start building time again. I know I’m not going to be racing 10 milers as soon as the season starts, but it would be nice to be able to finish the BayCreek Wednesday night time trials without having to stop for a rest like I did for most of the season last year.

Relatively painless upgrade

I upgrade to Debian Lenny on my colo box today. It was relatively painless. I had to upgrade php to php5 manually, because the php4-mysql refused to upgrade and refused to re-install. I had to mess around a bit with my Apache config. The biggest pain was dealing with the “4gb seg fixup” errors. In the past, every time libc upgraded I had to remove /lib/tls and then it was done. But this time I had to install libc6-xen, and then edit /etc/ld.so.conf.d/libc-xen.conf to change “hwcap 1 nosegneg” to “hwcap 0 nosegneg” and then run ldconfig and reboot.

Everything appears to be working except the munin plugin for apt is acting a little weird, so I’ll call this done.