/etc/cron.daily/pve fix

ib.pl

New Member
Apr 14, 2011
18
1
1
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/
 
After swiching from https to http (please verify: html editor at this forum does not work in https mode and messes up messages like in previous post).

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/
 
- 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)) {


Thanks, this will be fixed in pve-manager 3.1-25

Question: for security reasons we would like to stop external update services autoquerying from our hypervisors.

IMHO this does not affect security (why do you think it does)?