Skip to content

Using the KSA Technologies Debian Repo BETA

Kevin Scott Adams edited this page Sep 3, 2019 · 9 revisions

BETA - Please test as I am in development with this. It seems stable but I am human and make mistakes.

I have created a debian repo that holds a package to install scripts into the Proxmox VE system that will automatically do all the necessary patching when one or any combo of the following files are changed in the Proxmox VE stream:

/usr/share/pve-manager/js/pvemanagerlib.js    <- From package pve-manager
/usr/share/pve-docs/api-viewer/apidoc.js      <- From package pve-docs
/usr/share/perl5/PVE/Storage/ZFSPlugin.pm     <- From package libpve-storage-perl

It will also install the /usr/share/perl5/PVE/Storage/LunCmd/FreeNAS.pm (The FreeNAS API plugin)

Use the following to install the repo and get your Proxmox VE updating the FreeNAS patches automatically:

wget http://repo.ksatechnologies.com/debian/pve/ksatechnologies-release.gpg -O /etc/apt/trusted.gpg.d/ksatechnologies-repo.gpg
echo "deb http://repo.ksatechnologies.com/debian/pve testing freenas-proxmox" > /etc/apt/sources.list.d/ksatechnologies-repo.list
apt update
apt install freenas-proxmox

Just do your regular upgrade via apt to your system.

apt [full|dist]-upgrade

You can also do one of the following to trigger the process on an existing install not waiting for any Proxmox VE upgrades.

On Proxmox 5

apt install --reinstall pve-manager pve-docs libpve-storage-perl

On Proxmox 6

apt reinstall pve-manager pve-docs libpve-storage-perl

Again, thank you for our support.

Clone this wiki locally