Hi, There is typo in PVE31 /etc/cron.daily/pve file that prevents dir /var/log/pve/tasks/D celanups. Fix: - foreach my $subdir (qw(0 1 2 3 4 5 6 7 8 9 A B C F E F)) { + foreach my $subdir (qw(0 1 2 3 4 5 6 7 8 9 A B C D E F)) { Question: for security reasons we would like to stop external update services autoquerying from our hypervisors. Is it enough/safe to comment out lines 32-52 in /etc/cron.daily/pve? If so - please consider splitting updates/cleaning functions into two separate files in /etc/cron.daily - will be easier to disable update task without code modifications. Thank you for great software! Regards, Pawel IB Development Team http://dev.ib.pl/