i run r1soft/idera on my proxmox boxes to backup the settings of the HV and openvz vm's where and if i run them (KVM vm's are excluded from HV backup and done within the vm itself)
now on initial setup i have to install the pve-headers package that matches the version of the running kernel for r1soft to be able to build the kernel module to install.
now this is fine for a first install for example i can just do:
however if there is a kernel update i have to remember to manually install the next version of the headers package before i rebuild/update the r1soft kernel module.
please can you make a virtual package for pve-headers that always tracks the latest version of the headers package, like pve-kernel does already so that they will upgrade/install the latest version of headers when the kernel is updated as well.
now on initial setup i have to install the pve-headers package that matches the version of the running kernel for r1soft to be able to build the kernel module to install.
now this is fine for a first install for example i can just do:
Code:
apt-get install pve-headers-2.6.32-19-pve
however if there is a kernel update i have to remember to manually install the next version of the headers package before i rebuild/update the r1soft kernel module.
please can you make a virtual package for pve-headers that always tracks the latest version of the headers package, like pve-kernel does already so that they will upgrade/install the latest version of headers when the kernel is updated as well.