forked from ondrejbima/freenas-proxmox
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Using the KSA Technologies Debian Repo BETA
Kevin Scott Adams edited this page May 20, 2022
·
9 revisions
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 update
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 your support.
If you have any issues, please report them in the 'issues' section.