Older blog entries for matt (starting at number 1)

A-ha! Figured out the problem with the nessus port. Amongst the four packages, there are three different header files, all named "includes.h". All three are different and one gets installed. What the problem boiled down to was that the script that tried to glue the non-installed packages together was telling the packages to use the wrong includes.h. It's better now, and once I get positive reviews from my ever-growing testing group, I'll commit it. Joy!

Spent last evening (after I fixed the port) in extensive hardware swapping. Got an old P100 from work that I swapped with the P166 that was megaweapon, so I can use the P166 to track OpenBSD's current sources rather than trying to do new things against production code. I needed to put in a 3C509 card because the PRO/10 card that came with it was PnP, and I didn't feel like recompiling the kernel just to add its PnP ID. Now I notice in the dmesg that the P100 has a pretty damned good controller on it (the disks feel a heck of a lot snappier than on the P166, that's for sure). I'm trying to weigh the ability to use more RAM (the P166 has 6 SIMM slots v. the P100's 4) against the disk access. It wouldn't be such a big deal except that all my SIMMs except two are 8 MB SIMMs. 32 MB does not a good development box make nowadays. I suppose I could gut my Windoze box, bring it back down to 32 MB for now (it currently has 2 32 MB SIMMs in it, making a total of 64 MB). Choices, I tell ya.

This probably isn't diary material, but I thought I'd share with any readers who might be dropping by. lynx is a great tool for editing diary entries, wikis, anything where you have big blocks of text to author -- simply because you can take your textarea and shift it into vi (or emacs, if you're that kind of person, but then again, I suppose there's some elisp mumbojumbo that doesn't even require you to go into lynx) :-) The only problem is it seems to be invoked differently, or not work at all, depending on your platform and/or terminal. From my soon-to-be-reformatted Red Hat box, it's Ctrl-X e, but when telnetted from that box to my OpenBSD box, it's Ctrl-V e and doesn't work. :-/ I seem to recall it working at one point on the OpenBSD console but haven't been able to reproduce it since. Well, if you can get it to work, it's mind-numbingly cool. vi forever! :-)

Well, here it is. My first diary entry. Maybe this will suffice for that web column I keep meaning to write. :-)

Thoughts on Advogato being Salonned: I don't generally care much for Salon, frankly; although some of their free software coverage has been good, their politics leave a very bad taste in my mouth. However, the article intrigued me. I'd created my account a few days prior but didn't know quite what to do with it at the time. Now I'm growing to like Advogato, almost to the exclusion of wading through the flames and hot grits on Slashdot.

I want to create a new wiki system, which may seem odd because the very reason I'm slowly coming to hate Slashdot is because it permits any yahoo to post any drivel they so desire. Perhaps I'm just caught up in how much fun wiki can be, or maybe I'm mistaking the technology for the culture; thinking any wiki is the ultimate collaboration medium just because WikiWikiWeb is. I do want to provide a modern wiki that doesn't suffer from bloat like all the WikiWikiClones I've seen so far.

I've been sweating over the OpenBSD Nessus port for some time now, largely because we have opted to make the four silly little packages that it's distributed as into one large logical package, and that takes some serious fooling of the gtk-config-style scripts that it uses. Right now I'm trying to sort out a problem where it will pull includes out of older installed versions and break horribly. I changed the order of the cflags, solving one problem, but introducing another. Either gcc has some very strange problems with rearranging its arguments or nessus's includes are seriously ill-thought-out (and I'm leaning towards the latter).

Oh, and thanks, Stab, for the cert. It's not easy being green, but it beats the heck outta being gray...

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!