Hello,
We've 3 servers on OVH, with Proxmox installed from their template.
I see different sources.list files between nodes.
NODE0:
NODE1:
NODE2:
I've modified all sources.list on all servers (as explained here:
https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_package_repositories) by adding "contrib" to each line and remove sources lines. Is that OK?
Here is how it looks sources.list on all nodes except NODE2:
On NODE2, there's a line which contains "non-free" repo. Should I leave it? Is it necessary for Proxmox to work? If I leave it, can it create any package inconsesty?
Thank you
PS: pve-enterprise is OK in all nodes, stored on /etc/apt/sources.list.d
We've 3 servers on OVH, with Proxmox installed from their template.
I see different sources.list files between nodes.
NODE0:
Code:
deb http://debian.mirrors.ovh.net/debian/ stretch main contrib
# security updates
deb http://security.debian.org/ stretch/updates main contrib
NODE1:
Code:
deb http://debian.mirrors.ovh.net/debian/ stretch main
deb-src http://debian.mirrors.ovh.net/debian/ stretch main
deb http://security.debian.org/ stretch/updates main
deb-src http://security.debian.org/ 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
NODE2:
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
I've modified all sources.list on all servers (as explained here:
https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_package_repositories) by adding "contrib" to each line and remove sources lines. Is that OK?
Here is how it looks sources.list on all nodes except NODE2:
Code:
deb http://debian.mirrors.ovh.net/debian/ stretch main contrib
deb http://debian.mirrors.ovh.net/debian/ stretch-updates main contrib
# security updates
deb http://security.debian.org/ stretch/updates main contrib
On NODE2, there's a line which contains "non-free" repo. Should I leave it? Is it necessary for Proxmox to work? If I leave it, can it create any package inconsesty?
Thank you
PS: pve-enterprise is OK in all nodes, stored on /etc/apt/sources.list.d