Archive

Archive for July 8th, 2009

Pictures, Amazon S3, and DNS

July 8th, 2009 No comments

The pictures on the site have unavailable for a while now. I use Amazon S3 for image hosting as my server’s connection is far from sufficient. I’ve setup a CNAME DNS record for files.lamielle.net to point to the proper Amazon domain. However, I’m having problems with this since I’m using 3 dynamic DNS services for redundancy. The two redundant services are just ‘secondary nameservers’ of the primary, this uses AXFR DNS record transfers. For some reason the transfers aren’t working as they should and DNS queries to files.lamielle.net are resoving to lamielle.net, not the proper Amazon domain.

Anyway, I’m working on it. As soon as I get things figured out I’ll have a few nice posts to throw up (one is almost ready as it is): bouldering, 4th of july, hiking, etc. Stay tuned!

Git over SSHFS

July 8th, 2009 6 comments

While working at NCAR, I stumbled into a situation where I needed to use Git over an sshfs mounted directory.  After beating on git and looking at its source code and not making much progress, I finally found a very simple solution related to how I mount the sshfs directory.

Read more…