zzamboni.org
Ideally Blue

zzamboni.org
Ideally Blue

These are the things I have written about

osx

See all posts on posterous with this tag ยป
Aug 5 / 2:31am

Installing cfengine on Mac OS X

Cfengine (tested 3.2.0) installs easily on OS X (tested 10.7), given that it's Unix. One problem I encountered was that it does not compile with the bundled version of Berkeley DB (it recognizes it during configure, but produces compilation errors). The solution is to use some other DB engine. I chose Tokyo Cabinet. Using homebrew, the process is simple

brew install tokyo-cabinet

After this, configure --with-tokyocabinet, and then compile and install as usual.

I have submitted a homebrew formula for cfengine. Once/if it gets approved, you should be able to run brew install cfengine to do all of the above automatically.

Update (2011/09/03): The cfengine homebrew formula has been accepted into the repository! You can now simply run "brew update; brew install cfengine" to get cfengine 3.2.0 installed.

Filed under  //  cfengine   homebrew   howto   mac   osx  
Jul 22 / 10:30am

My thoughts about the Lion upgrade process

I just finished upgrading our Mac (my wife and I share it) to Lion. It looks very nice. This has been the OS X upgrade to which I have given less thought: purchase, download, backup, install, done.

I think a lot of this has to do with the online distribution. We are used to installing things downloaded from the Internet without much thought (of course there are security considerations, but that's another topic). On the other hand, new OS versions used to be special: you go to the store, or you order it online, it comes in a box, and there used to be an ominous feeling about it. It may wipe all your data, it may make your machine unrecognizable, it may kill your pets.

But when a major OS upgrade comes through from the App Store, it feels just as if you are installing another app. It's much less frightening. And Apple has removed pretty much every question about installation options, which helps this feeling. And it works, which gives you assurance for next time.

All in all, a pleasant, reassuring and painless experience. Well done Apple.

And this reverse-scrolling thing in Lion? I think I'll get used to it pretty quickly. I use my iPhone so much that it almost feels natural on the Mac as well.

Filed under  //  apple   lion   osx