Mastodon Mastodon Mastodon Systeemkabouter blog

Friendica forums and community pages · friendica/friendica Wiki · GitHub

Posted on zo 19 februari 2017 in webapps • Tagged with fediverse

Pagina’s / forums maken over een onderwerp op hollandsepod.nl

Op veler verzoek (1) heb ik even uitgezocht hoe je een pagina/forum kunt maken. Volgens de documentatie op de wiki van friendica is het zoveel als een extra account maken en vervolgens je eigen account rechten delegeren, zodat je …


Continue reading

Puppet – Server Error: hiera configuration version 3 cannot be used in an environment

Posted on za 04 februari 2017 in software • Tagged with debian, red_hat, puppet, homelab

Today I found my homelab puppet setup failing. I mostly run the latest released puppet code on my setup and this time it bit me in the ass :

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: hiera configuration version 3 cannot be used in …

Continue reading

Third party apps crashing on MacBook Pro Late 2016

Posted on ma 26 december 2016 in desktop • Tagged with apple

The experience with my MacBook Pro late 2016 have been mostly positive. There is an annoying thing going on with third party apps, including Firefox and KeepassX, crashing. The crashes always report themselves when I unlock my laptop. So I suspect it occurs during sleep or wake of the laptop …


Continue reading

Fix vagrant host showing up in different vagrant environment

Posted on do 03 november 2016 in desktop • Tagged with linux, apple

I run multiple vagrant setups on my laptop. Sometimes when switching from one setup to another, vagrant complains it cannot find a certain node that is actually part of the other enviroment.

As a quick fix I just run :

rm ~/.vagrant.d/data/machine-index/index

Validating puppet code changes using octocatalog-diff

Posted on do 03 november 2016 in software • Tagged with debian, red_hat, puppet

During Puppetconf 2016 Github announces it was releasing one of its internal test tools called octocatalog-diff as open source. What the tools basicly does is compile the catalog for a certain machine using your old and new puppetcode to show you the diff output. This allows you to see the …


Continue reading