You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the past several months, I've been experience frequent zypper timeouts during package downloads, to the point that OpenSUSE distros are almost unusable for me. This happens in all the scenarios you would expect. Doing a zypper dup. Doing a package install. The worst is when it happens when doing a clean install of Tumbleweed or Slowroll using the net install media or Agama. A few weeks ago I was installing Tumbleweed via Agama and zypper stopped on a package download. I left the house, and two hours later when I came back it was still sitting there waiting to download that package. This is on a gigabit fiber connection, and I have no issues downloading any files or packages with other distros (Fedora, NixOS, Debian, Arch, etc.).
For this issue, I've reproduced it in a fresh Tumbleweed container. Here is the relevant section from /var/log/zypper.log after running ZYPP_MEDIA_CURL_DEBUG=2 sudo zypper -vvv install wine.
You can see that it got stuck for ~16 minutes waiting to download libunwind8-32bit-1.8.1-2.1.x86_64.rpm. It eventually bails out and asks if I want to retry, abort, etc., at which point I clicked "r" to retry and the package then downloads successfully. I'm happy to spend more time debugging and providing more information so we can figure out what's going on and get it fixed for myself and anyone else that may run into this. I'm also wondering if there is a short term config or environmental variable I can set to make libcurl not wait 15+ minutes to error out (ideally just retry after a few seconds). Right now I have to CTRL-C out of zypper dup all the time and restart it when it hangs like this waiting on a package download.
The text was updated successfully, but these errors were encountered:
For the past several months, I've been experience frequent zypper timeouts during package downloads, to the point that OpenSUSE distros are almost unusable for me. This happens in all the scenarios you would expect. Doing a
zypper dup
. Doing a package install. The worst is when it happens when doing a clean install of Tumbleweed or Slowroll using the net install media or Agama. A few weeks ago I was installing Tumbleweed via Agama and zypper stopped on a package download. I left the house, and two hours later when I came back it was still sitting there waiting to download that package. This is on a gigabit fiber connection, and I have no issues downloading any files or packages with other distros (Fedora, NixOS, Debian, Arch, etc.).For this issue, I've reproduced it in a fresh Tumbleweed container. Here is the relevant section from /var/log/zypper.log after running
ZYPP_MEDIA_CURL_DEBUG=2 sudo zypper -vvv install wine
.You can see that it got stuck for ~16 minutes waiting to download libunwind8-32bit-1.8.1-2.1.x86_64.rpm. It eventually bails out and asks if I want to retry, abort, etc., at which point I clicked "r" to retry and the package then downloads successfully. I'm happy to spend more time debugging and providing more information so we can figure out what's going on and get it fixed for myself and anyone else that may run into this. I'm also wondering if there is a short term config or environmental variable I can set to make libcurl not wait 15+ minutes to error out (ideally just retry after a few seconds). Right now I have to CTRL-C out of
zypper dup
all the time and restart it when it hangs like this waiting on a package download.The text was updated successfully, but these errors were encountered: