Hello,
trying to install the veeam linux agent on my proxmox test box, but am having issues attempting to add a support module for veeam
have veam running and installed no problem
but fails on the back job with:
[error] Failed to load module [veeamsnap] with parameters [zerosnapdata=1 debuglogging=0]
which links to a veeam article: veeam com/kb2259
the veeamsnap is installed:
root@pve2:/home# dkms status
veeamsnap, 2.0.1.665: added
which is saying we need to install the linux headers..
I've tried this, but it fails:
apt-get install linux-headers-$(uname -r)
root@pve2:/home# 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-4.15.17-1-pve
E: Couldn't find any package by glob 'linux-headers-4.15.17-1-pve'
E: Couldn't find any package by regex 'linux-headers-4.15.17-1-pve'
any suggestions or help appreciated, as I am fairly new to proxmox
Thanks,
Peter
trying to install the veeam linux agent on my proxmox test box, but am having issues attempting to add a support module for veeam
have veam running and installed no problem
but fails on the back job with:
[error] Failed to load module [veeamsnap] with parameters [zerosnapdata=1 debuglogging=0]
which links to a veeam article: veeam com/kb2259
the veeamsnap is installed:
root@pve2:/home# dkms status
veeamsnap, 2.0.1.665: added
which is saying we need to install the linux headers..
I've tried this, but it fails:
apt-get install linux-headers-$(uname -r)
root@pve2:/home# 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-4.15.17-1-pve
E: Couldn't find any package by glob 'linux-headers-4.15.17-1-pve'
E: Couldn't find any package by regex 'linux-headers-4.15.17-1-pve'
any suggestions or help appreciated, as I am fairly new to proxmox
Thanks,
Peter