Proxmox Virtual Environment
Subscription
How to remove Proxmox proxy subscription pop up ?
Change to Active
Situated at the line ~120
Change the status to Active :
sed -i.bak 's/notfound/active/g' /usr/share/perl5/PVE/API2/Subscription.pm
sed -i.bak 's/There is no subscription key/It seams to be active right ?/' /usr/share/perl5/PVE/API2/Subscription.pmRestart service
Restart pveproxy service & refresh next your web page :
systemctl restart pveproxy.serviceGrub
/etc/default/grub
GRUB_DISTRIBUTOR="Proxmox Virtual Environnement"
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
GRUB_CMDLINE_LINUX="consoleblank=300"Apply grub modifications
update-grubor
grub-mkconfig -o /boot/grub/grub.cfgor
grub2-mkconfig -o /boot/grub2/grub.cfgModules
/etc/modules
# Virtual Function I/O
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
coretempUpdate initramfs
update-initramfs -u -k allRepositories
/etc/apt/sources.list
deb http://download.proxmox.com/debian buster pve-no-subscription/etc/apt/sources.list.d/pve-enterprise.list
Last updated on