Hula progress on FreeBSD

Posted by & filed under General.

I’ve been pretty quiet about Hula since I’ve been unable to successfully build *and* run it since r370 (currently Hula is at r609). While I’ve solved and committed all the autogen build issues on FreeBSD, it still won’t run; the controlling hulamanager process just hangs, with no errors or output to help out. On the… Read more »

Zimbra build script released

Posted by & filed under geek.

Here’s my first swing at a hacked together build script to download, build, compile and install the Zimbra Collaboration Suite. If you haven’t been hip to it, Zimbra just kinda appeared out of nowhere, with a pretty nice email/cal webapp that has all the AJAX goodness you could hope for, with true drag and drop,… Read more »

Deprecated proc and C debugging

Posted by & filed under geek.

While trying to debug Hula on FreeBSD I found that the normal GNU C debugging tools (gdb, truss, ktrace) fail since /proc is no longer on the filesystem, in FreeBSD 6.0, for them to write to. It was deprecated as a security concern and functionality moved to sysctl for 5.x, but for 6.x it’s just… Read more »