User Tools

Site Tools


os:proxmox_ve:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
os:proxmox_ve:misc [2020-04-10 14:41] – created Manuel Freios:proxmox_ve:misc [2020-04-13 01:37] Manuel Frei
Line 1: Line 1:
-====== Proxmox VE - Misc ======+====== Misc ======
  
 +===== Configure Community Repository =====
 +
 +[[https://pve.proxmox.com/wiki/Package_Repositories|PVE Wiki: Package Repositories]]
 +
 +<code>
 +DEB_VER="$(awk -F= '/^VERSION_CODENAME=/{print $2}' /etc/os-release)"
 +echo "deb http://download.proxmox.com/debian/pve ${DEB_VER} pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list
 +</code>
 +
 +===== Disable Enterprise Repository =====
 +
 +<code>
 +mv /etc/apt/sources.list.d/pve-enterprise.list{,.disabled}
 +</code>
  
 ===== Remove "No Subscription" Message ===== ===== Remove "No Subscription" Message =====
  
 <code> <code>
-sed -i.bak s/NotFound/Active/g’ /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service+sed -i.bak 's/NotFound/Active/g/usr/share/perl5/PVE/API2/Subscription.pm 
 +systemctl restart pveproxy.service
 </code> </code>
  
os/proxmox_ve/misc.txt · Last modified: 2020-05-19 23:29 by Manuel Frei