Open adaszko opened 2 years ago
In case that matters, I'm running those command on a VM in the europe-north1-a
zone.
Thanks for the report. This is a recent issue (as of the last few weeks) that we're aware of and currently trying to reproduce consistently so we can figure out what's causing the slowdown. Thanks especially for the report that wget
seems to work just fine; I'm starting to suspect some kind of strange interaction with apt is to blame.
I've spent the better part of today trying to reproduce this in various ways, and I've found something very similar to your results:
wget
or curl
always goes flawlessly (regardless of being in a Docker container), so this is definitely an apt-specific issue.Though I've not been able to identify a bug in the apt code or a specific exchange of packets which always elicits the failure yet, I'm getting closer to a proper diagnosis.
For me it had something to do with running PIA VPN . I turned off the vpn and my apt update went blazing fast.
Ubuntu 22.10 Docker version 20.10.16, build 20.10.16-0ubuntu1
I have a hunch that editing the apt settings to IPv4 only might help. Good luck guys and gals!
Hi 👋
I'm experiencing an issue with
apt install
(same with apt-get) whereby it's painfully slow to complete a simpleapt install
command. So much so that I wasn't able to complete a simple installation of a single package since yesterday. I'm using this sequence of commands on a Google Cloud VM:From what I see from
strace
,apt
repeatedly timeouts onselect()
calls for the most part, idling most of the time.What's curious,
wget 'https://europe-west6-apt.pkg.dev/projects/radicle-services/pool/radicle-cli/radicle-cli_0.6.0_amd64_3662282cc3a7626852c69a4218499ab6.deb'
downloads the file instantly.