I have a non-production machine as a backup in case my production machine goes down. As a backup I do not have a subscription for it.
I'm getting an error when I try to do an apt-get update
My /etc/apt/sources.list file looks like this:
And my /etc/apt/sources.list.d/pve-enterprise.list looks like this:
What do I have wrong? Is it because the sources.list file has "stretch" instead of "buster"? Or is it something else?
I'm getting an error when I try to do an apt-get update
Code:
apt-get update[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Hit:1 http://ftp.us.debian.org/debian buster InRelease[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Hit:2 http://ftp.us.debian.org/debian buster-updates InRelease[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Hit:3 http://security.debian.org buster/updates InRelease[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Hit:4 http://enterprise.proxmox.com/debian/pve stretch InRelease[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Get:5 http://download.proxmox.com/debian stretch InRelease [3,052 B][/INDENT][/INDENT]
[INDENT=2][INDENT=2]Get:6 http://download.proxmox.com/debian stretch/pve-no-subscription amd64 Packages [334 kB][/INDENT][/INDENT]
[INDENT=2][INDENT=2]Fetched 337 kB in 1s (340 kB/s)[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Reading package lists... Done[/INDENT][/INDENT]
[INDENT=2][INDENT=2]W: Skipping acquire of configured file 'pve-enterprise/binary-amd64/Packages' as repository 'http://enterprise.proxmox.com/debian/pve stretch InRelease' doesn't have the component 'pve-enterprise' (component misspelt in sources.list?)[/INDENT][/INDENT]
[INDENT=2][INDENT=2]W: Skipping acquire of configured file 'pve-enterprise/i18n/Translation-en_US' as repository 'http://enterprise.proxmox.com/debian/pve stretch InRelease' doesn't have the component 'pve-enterprise' (component misspelt in sources.list?)[/INDENT][/INDENT]
[INDENT=2][INDENT=2]W: Skipping acquire of configured file 'pve-enterprise/i18n/Translation-en' as repository 'http://enterprise.proxmox.com/debian/pve stretch InRelease' doesn't have the component 'pve-enterprise' (component misspelt in sources.list?)[/INDENT][/INDENT]
[INDENT=2][INDENT=2]root@pve:/etc/apt/sources.list.d# apt-get dist-upgrade[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Reading package lists... Done[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Building dependency tree[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Reading state information... Done[/INDENT][/INDENT]
[INDENT=2][INDENT=2]Calculating upgrade... Done[/INDENT][/INDENT]
[INDENT=2][INDENT=2]0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.[/INDENT][/INDENT]
[INDENT=2][INDENT=2]
My /etc/apt/sources.list file looks like this:
deb http://ftp.us.debian.org/debian buster main contrib
deb http://ftp.us.debian.org/debian buster-updates main contrib
deb http://download.proxmox.com/debian stretch pve-no-subscription
# security updates
deb http://security.debian.org buster/updates main contrib
And my pve-no-subscription.list looks like this:deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
And my /etc/apt/sources.list.d/pve-enterprise.list looks like this:
# deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
What do I have wrong? Is it because the sources.list file has "stretch" instead of "buster"? Or is it something else?
Last edited: