<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>pve on Kevin Heruer</title><link>/tags/pve/</link><description>Recent content in pve on Kevin Heruer</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 18 Jan 2021 17:51:06 +0100</lastBuildDate><atom:link href="/tags/pve/index.xml" rel="self" type="application/rss+xml"/><item><title>Proxmox Tip</title><link>/posts/2021/01/18/proxmox-tip/</link><pubDate>Mon, 18 Jan 2021 17:51:06 +0100</pubDate><guid>/posts/2021/01/18/proxmox-tip/</guid><description>When you&amp;rsquo;re using Proxmox for free without any subscription you may see bash TASK ERROR: command &amp;#39;apt-get update&amp;#39; failed: exit code 100 The issue here is that by default Proxmox is using subscription only repos, you can remove this &amp;ldquo;error&amp;rdquo; by either getting a subscription (duh), or change the repo to pve-no-subscription. This repo is not as stable as the subscription one they claim, but for a home server it should be enough.</description><content>&lt;p>When you&amp;rsquo;re using Proxmox for free without any subscription you may see
&lt;div class="collapsable-code">
&lt;input id="684572319" type="checkbox" />
&lt;label for="684572319">
&lt;span class="collapsable-code__language">bash&lt;/span>
&lt;span class="collapsable-code__toggle" data-label-expand="△" data-label-collapse="▽">&lt;/span>
&lt;/label>
&lt;pre class="language-bash" >&lt;code>
TASK ERROR: command &amp;#39;apt-get update&amp;#39; failed: exit code 100
&lt;/code>&lt;/pre>
&lt;/div>
The issue here is that by default Proxmox is using subscription only repos,
you can remove this &amp;ldquo;error&amp;rdquo; by either getting a subscription (duh), or change
the repo to &lt;code>pve-no-subscription&lt;/code>. This repo is not as stable as the subscription
one they claim, but for a home server it should be enough. If you really need
the stability you&amp;rsquo;re probably running a critial environment which probably is
worth paying for the subscription.&lt;/p>
&lt;p>To change the repo edit your &lt;code>/etc/apt/sources.list&lt;/code> and set the repo to
&lt;code>pve-no-subscription&lt;/code>.
&lt;div class="collapsable-code">
&lt;input id="589736142" type="checkbox" />
&lt;label for="589736142">
&lt;span class="collapsable-code__language">bash&lt;/span>
&lt;span class="collapsable-code__toggle" data-label-expand="△" data-label-collapse="▽">&lt;/span>
&lt;/label>
&lt;pre class="language-bash" >&lt;code>
deb http://ftp.debian.org/debian buster main contrib
deb http://ftp.debian.org/debian buster-updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
# security updates
deb http://security.debian.org/debian-security buster/updates main contrib
&lt;/code>&lt;/pre>
&lt;/div>
&lt;/p>
&lt;p>Source: &lt;a href="https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo">https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo&lt;/a>&lt;/p></content></item></channel></rss>