[SOLVED] Apt source config file

Nov 16, 2018
30
4
13
47
Belgium
Hello!

I installed Proxmox 5.2 on an OVH dedicated server using one of their templates. Reading the documentation - Package repositories section (I am quite new with debian - more comfortable with centos), I see that there is 3 differents repositories for Proxmox:
  • Enterprise (when you do have a license - my case)
  • No-subscription
  • Test
On my server, I do have the following in sources.list :

Code:
deb http://debian.mirrors.ovh.net/debian stretch main contrib non-free
deb-src http://debian.mirrors.ovh.net/debian stretch main contrib non-free

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

# stretch-updates, previously known as 'volatile'
deb http://debian.mirrors.ovh.net/debian stretch-updates main
deb-src http://debian.mirrors.ovh.net/debian stretch-updates main

and in the sources.list.d, I do have:
  • in pve-enterprise.list :
Code:
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
  • in pve-install-repo.list
Code:
deb http://download.proxmox.com/debian stretch pvetest
deb http://download.proxmox.com/debian stretch pve-no-subscription

Not sure if this is right as I got the impression that it's using the 3 repos. Am I wrong?

Thx for any clarification.
 
So if I understand well, what is installed by default with the OVH template is not correct, right? I should only have the entreprise repo enabled and I should comment out the 2 others ones, right?
 
So if I understand well, what is installed by default with the OVH template is not correct, right? I should only have the entreprise repo enabled and I should comment out the 2 others ones, right?

Yes, you should use only one repo - choose the one suited to your needs.