Monthly Archives: August 2015

Git repository cluster setup – Part 2

A git cluster with more then two servers with the approach described in Git repository cluster setup will increase the time you need to push changes to the cluster. This is because of the mirroring back. To solve this a more advanced version of the script is needed to avoid that the mirror-server would try to mirror the changes back to the master-server. Continue reading

Posted in Linux Administration, Version control system | Tagged , , , , | Comments Off on Git repository cluster setup – Part 2

Setup amavisd-new with spamassassin and clamav with postfix

In the here described setup, postfix passes the incoming mails on to amavisd-new. There, the emails get checked for viruses and spam. After the email is checked, it is sent back to postfix for its delivery. Continue reading

Posted in Mailserver | Tagged , , , , , , | Comments Off on Setup amavisd-new with spamassassin and clamav with postfix

MySQL Could not find first log file name

When MySQL shows the error “Could not find first log file name in binary log index file” it means that mysql is looking for a bin-log file that is not shown in the bin-log index file. This does not necessary mean the replication is completely broken. Continue reading

Posted in Database | Tagged , | Comments Off on MySQL Could not find first log file name