Archive for July, 2009

crontab: command not found

Posted in Uncategorized on July 2nd, 2009 by paul – Be the first to comment

On a centos 5.3  vps I got recently I found that crontab was not installed.

On typing crontab -e to edit root’s crontab I got the error:

crontab: command not found

It seemed odd that this was not installed. Anyway, it took me a few moments to work out what package I needed to install.

yum install vixie-cron

there you go.

bind9 secondary on ubuntu

Posted in Uncategorized on July 2nd, 2009 by paul – Be the first to comment

I needed to setup a new secondary name server as one of mine went down  and I didn’t know if it was every going to come back.

So In installed bind9 on a ubuntu server as per the instructions on this page

One problem I ran into though was a permission denied error when the new secondary server tried to transfer zones from the primary server.

This was fixed by changing the owner of /var/bind from root to bind

The next time the transfer happened it worked just fine.