Stuff you will wonder about when installing Bamboo

Bamboo is software by Atlassian that will build your software and do stuff https://www.atlassian.com/software/bamboo You might also know Jira, Confluence, Crowd & Stash. Their PR machine is excellent (Like that time when they hijacked 10 years GIT. They made a beautiful congratulatory page & article that had half my twitter feed think Atlassian invented git.  TheyContinue reading “Stuff you will wonder about when installing Bamboo”

Ansible-pull unknown hostkey.

I encountered an Ansible-pull “unknown hostkey” error. Starting ansible-pull at 2014-06-03 11:17:00 localhost | FAILED >> { “failed”: true, “msg”: “git.repo.com has an unknown hostkey. Set accept_hostkey to True or manually add the hostkey prior to running the git module” } After some digging around, turns out the latest Ansible has no such problem, butContinue reading “Ansible-pull unknown hostkey.”

Debian Squeeze to Wheezy dist-upgrade breaks sasl+mysql

Upgrading broke my postfix+sasl+mysql auth, cripling my SMTP service. Because libsasl2-2 that was upgraded from 2.1.23 to 2.1.25. I upgraded Debian Squeeze to Wheezy and most of it worked within acceptable parameters. There were problems, but nothing big, except that it killed my SMTP service. Upgrades, the gift that keeps on giving. Many people offeredContinue reading “Debian Squeeze to Wheezy dist-upgrade breaks sasl+mysql”

Available for work starting February 2014

Quick message to let everyone know that I’m available for freelance work starting February 2014. It’s an exciting new time for me 🙂 I can finally take on new clients and expand my activities. I had an exciting time so far, and this means a next step for me 🙂 Fun! Feels kind of redundantContinue reading “Available for work starting February 2014”

Quick GlusterFS Raspberry Pi money math

I did a quick bit of math, considering replacing my current latest Gluster brick with RaspberryPi bricks. I’m taking 125€ a disk for the HDs, as the actual price doesnt matter that much here. I’m also using the same price for both options, while the Rasp-pi needs USB disks and those will at least costContinue reading “Quick GlusterFS Raspberry Pi money math”

A script to commit all the GIT projects in a map

I keep all the documents, code and whatnot for DGTL in several git repositories and synchronise those to secret remote locations (cool ey.) But its a hassle to update them all and why keep manually doing mundane tasks when you can replace it with a small (recursive) bash script 🙂 So I did.   The scriptContinue reading “A script to commit all the GIT projects in a map”