If tor is not running, the logrotate script fails and makes cron send a failure mail: error: error running shared postrotate script for /var/log/tor/*.log This can be fixed by applying the following patch to the tor logrotate configuration: Index: tor =================================================================== --- tor (revision 840) +++ tor (working copy) @@ -7,6 +7,6 @@ notifempty sharedscripts postrotate - /etc/init.d/tor reload > /dev/null + /etc/init.d/tor reload > /dev/null || true endscript }
Will comit fixed version in a few minutes, as 0.1.2.14