Bacula Error shell command: run AfterJob “/etc/bacula/scripts/delete_catalog_backup” Ubuntu 14.40

I have just upgraded from Ubuntu 12.04 to Ubuntu 14.04 on our Bacula backup server. Everything is backing up okay however it’s failing to delete the catalogue backup job after it has run. The error message is: It turns out that Ubuntu 14.04 updated the backup script /etc/bacula/scripts/delete_catalog_backup but didn’t make is excutable. I could … Read more

Replacing Windows XP with Ubuntu and Mac’s

We are starting to upgrade lots of machines now that support for Windows XP has ended. Naturally, we are installing Ubuntu on as many machines as possible… but sometimes there are software restrictions and we have to make a purchasing decision between Apple and Windows. Apple hardware is cheaper longterm What is really interesting it … Read more

How to upgrade / fix Ubuntu openssl heartbleed bug

If you read the heartbleed.com website – it suggested the Ubuntu is not secure because there are still using openssl 1.0.1f. If your Ubuntu computer is up to date then it is secure. Ubuntu have back ported the changes from openssl 1.0.1g to 1.0.1.f. i.e. just: apt-get update && apt-get upgrade