I am trying to setup a DNSSEC-server with BIND 9.8.1. I followed the tutorial at https://www.howtoforge.com/configuring-dnssec-on-bind9-9.7.3-on-debian-squeeze-ubuntu-11.10 Everything seems to work except the rollerd program to renew the RRSIG posts. I have created a /etc/bind/all.rollrec file with a test domain, with 30 days expire. When the 30 days had gone, nothing happend. The rollerd daemon is running. Code: ps aux | grep rollerd root 41510 0.0 0.0 71464 18236 ? Ss 13:50 0:00 /usr/bin/perl /usr/sbin/rollerd -rrfile /etc/bind/all.rollrec -directory /etc/bind -pidfile /var/run/named/rollerd.pid I solved it by running the following command: Code: zonesigner -zone /etc/bind/zones-pri/mydomain.com/mydomain.com mydomain.com I can not find anything in syslog and I do not find any other logs. How can I troubleshoot this further?