Some index files failed to download. They have been ignored, or old ones used instead.

mbghost

New Member
Jul 7, 2021
20
1
3
26
Good day! I have same source.list and the same version of Proxmox, but the "apt-update update" command doesn't work every time. What could be the problem?

1.png

My source.list
2.png

pve-enterprise.list
3.png
 
you have an issue with your network config (looks like your system tries to connect to the the APT repo host via IPv6, but does not have IPv6 connectivity?)
 
  • Like
Reactions: mbghost
depends on your environment.. first, verify that it's indeed IPv6 that's broken but IPv4 is working (e.g., by pinging/wgetting some public hosts reachable via one or the other only). figure out whether IPv6 is supposed to be working, and either fix it or disable IPv6.
 
  • Like
Reactions: mbghost
Th
depends on your environment.. first, verify that it's indeed IPv6 that's broken but IPv4 is working (e.g., by pinging/wgetting some public hosts reachable via one or the other only). figure out whether IPv6 is supposed to be working, and either fix it or disable IPv6.
Thank you so much. I added few command to /etc/sysctl.conf

Code:
net.ipv6.conf.all.disable_ipv6 = 1

net.ipv6.conf.default.disable_ipv6 = 1

net.ipv6.conf.lo.disable_ipv6 = 1

and reboot it. It's working.))
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!