i've set up the no-subscription apt repo, but
is there an outage? or is there something mis-configured on my end?
Here are my
apt update
fails. regular debian sources work fine, so i don't think it's a networking issue on my host? (i disabled ipv6 since apt would try to hit an ipv6 address, while the host does not have ipv6 configured)is there an outage? or is there something mis-configured on my end?
Code:
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Err:4 http://download.proxmox.com/debian/ceph-octopus buster InRelease
Could not connect to download.proxmox.com:80 (144.217.225.162), connection timed out
Err:5 http://download.proxmox.com/debian/pve buster InRelease
Unable to connect to download.proxmox.com:http:
Reading package lists... Done
Building dependency tree
Reading state information... Done
31 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch http://download.proxmox.com/debian/ceph-octopus/dists/buster/InRelease Could not connect to download.proxmox.com:80 (144.217.225.162), connection timed out
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/buster/InRelease Unable to connect to download.proxmox.com:http:
W: Some index files failed to download. They have been ignored, or old ones used instead.
Here are my
sources.list.d
files:
Code:
# ceph.list
deb http://download.proxmox.com/debian/ceph-octopus buster main
Code:
# pve-enterprise.list.disabled
deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
Code:
# pve-install-repo.list
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
Last edited: