/etc/cron.daily/pve fix

ib.pl

New Member
Apr 14, 2011
18
0
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)?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!