Hi there,
I face an issue with the dependencies on the Proxmox VE system.
When installing dkms the required linux headers are not automatically installed.
Because of that dkms skips any compilation process when a new kernel version is installed.
After installation of the correct headers (
But as soon as a new kernel gets installed e.g. with
I assume that the package configuration misses some dependency.
What can be done to solve this issue?
Kind regards
AndiWeiss
I face an issue with the dependencies on the Proxmox VE system.
When installing dkms the required linux headers are not automatically installed.
Because of that dkms skips any compilation process when a new kernel version is installed.
After installation of the correct headers (
apt install proxmox-headers-$(uname -r)
) dkms works on the current kernel.But as soon as a new kernel gets installed e.g. with
apt upgrade
the matching headers are not installed.I assume that the package configuration misses some dependency.
What can be done to solve this issue?
Kind regards
AndiWeiss