Archive for the 'Advogato' Category

Opensolaris ZFS + TimeMachine Backup Server

Friday, December 26th, 2008

So, you want the stability and redundancy of ZFS. You also want to use Apple’s Time Machine client but don’t want to buy apple kit in order to backup your files. I’m using Opensolaris in a JBOD setup to do this pretty easily. There are some good howto’s on doing this on the net for Linux. This howto in specific for Ubuntu is located here. It’s an excellent guide you can follow for doing the same on Opensolaris; however compiling netatalk on Opensolaris needs some modification and there is an excellent howto on doing this here

There are a couple of things to note. Opensolaris uses it’s own stack for mdns. When you get to the instructions on avahi you should not need to download or install this at all. There is a daemon called the avahi-daemon-bridge that essentially bridges avahi client calls for userspace clients like Ekiga that need it. So essentially you can skip that part of the instruction.

Opensolaris uses SMF (Service Management Framework) to manage it’s processes. So where you see things like “restart x process” in the guide you’ll be doing something like “svcadm restart FMRI” where FMRI stands for Fault Managed Resource Identifier.

That’s about it, note that you don’t need to use AFP at all. You can also just install Samba via OpenSolaris and create a share and have TimeMachine use that and it also works just as great!

Varnish + Plone Caching

Friday, December 19th, 2008

Instead of posting my config and talking about ZMI. David Bain has posted a decent overview here which uses CacheFU. Most of your problems in regards to caching and Plone will be on the Plone side of things and using ZMI isn’t the best way to go about it. David will hopefully write a how-to or some documentation on it at some point.

So check it out here