Hi,
I try to install veeam backup linux agent and i have a problem with veeamsnap witch not correctly installed.
I want to execute this command :
But the system return this answer :
I try this :
Can someone help me ?
I try to install veeam backup linux agent and i have a problem with veeamsnap witch not correctly installed.
I want to execute this command :
Code:
sudo dkms build -m veeamsnap -v 4.0.1.2365
But the system return this answer :
Code:
Error! Your kernel headers for kernel 5.4.34-1-pve cannot be found.
Please install the linux-headers-5.4.34-1-pve package,
or use the --kernelsourcedir option to tell DKMS where it's located
I try this :
Code:
root@pve:~# apt update -y && apt upgrade -y && apt dist-upgrade
Hit:1 http://ftp.fr.debian.org/debian buster InRelease
Hit:2 http://ftp.fr.debian.org/debian buster-updates InRelease
Hit:3 http://security.debian.org buster/updates InRelease
Hit:4 http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable InRelease
Hit:5 http://download.proxmox.com/debian/pve stretch InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@pve:~# uname -r
5.4.34-1-pve
root@pve:~# sudo apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-5.4.34-1-pve
E: Couldn't find any package by glob 'linux-headers-5.4.34-1-pve'
E: Couldn't find any package by regex 'linux-headers-5.4.34-1-pve'
Can someone help me ?