tickets #165491
openUS very slow (35K/s) download times for src.rpm using wget
0%
Description
Admins,
I've had very very slow download times for both rpms and src.rpms from
download.opensuse.org and whatever redirectors they use when requests are made
from the US. Today I needed the qt3 source and when downloading the
qt3-extesions it took over 7 minutes for 14MB, e.g.
$ wget
http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/src/qt3-extensions-3.3.8c-190.12.src.rpm
wget --no-check-certificate --progress=bar
http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/src/qt3-extensions-3.3.8c-190.12.src.rpm
--2024-08-19 17:08:20--
http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/src/qt3-extensions-3.3.8c-190.12.src.rpm
Resolving download.opensuse.org (download.opensuse.org)... 195.135.223.226,
2a07:de40:b250:131:10:151:131:30
Connecting to download.opensuse.org
(download.opensuse.org)|195.135.223.226|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://ftp.gwdg.de/pub/opensuse/repositories/KDE%3A/KDE3/openSUSE_Tumbleweed/src/qt3-extensions-3.3.8c-190.12.src.rpm
[following]
URL transformed to HTTPS due to an HSTS policy
--2024-08-19 17:08:23--
https://ftp.gwdg.de/pub/opensuse/repositories/KDE%3A/KDE3/openSUSE_Tumbleweed/src/qt3-extensions-3.3.8c-190.12.src.rpm
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving ftp.gwdg.de (ftp.gwdg.de)... 134.76.12.6, 2001:638:60f:110::1:2
Connecting to ftp.gwdg.de (ftp.gwdg.de)|134.76.12.6|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14718907 (14M) [application/x-redhat-package-manager]
Saving to: ‘qt3-extensions-3.3.8c-190.12.src.rpm’
qt3-extensions-3.3.8c-190.12
100%[=============================================>] 14.04M 35.4KB/s in
7m 17s
2024-08-19 17:15:45 (32.9 KB/s) - ‘qt3-extensions-3.3.8c-190.12.src.rpm’ saved
[14718907/14718907]
I have also had Tumbleweed updates (dup) fail because the download takes so
long (over 1 hour) that packages no longer exist toward the end of the
download list -- because then have been replaced by new versions in the
repository. (I have the download-in-advance option set to help mitigate this
problem)
Is there something I can do, or something on your end that might help? I've
got a 300M connection, so 35.4KB/s seems awfully slow :(
--
David C. Rankin, J.D.,P.E.
Updated by crameleon 4 months ago
- Category set to Mirrors
- Assignee set to andriinikitin
- Private changed from Yes to No
Hi David,
source RPMs are often not available on contributed mirrors, and the sync of /repositories to our own mirror in the US unfortunately is very slow (sometimes it takes 1-2 days for RPMs to appear). The path /repositories/KDE%3A/KDE3/openSUSE_Tumbleweed/src seems to be missing completely from it, hence you seem to be getting redirected to a mirror in Germany, which is of course rather far from the US.
Hi @andriinikitin,
something you can check?
Best,
Georg
Updated by crameleon 4 months ago
- Related to tickets #162587: [Build Service] Binary packages are not synced with mirrors added
Updated by andriinikitin 4 months ago
- Assignee changed from andriinikitin to crameleon
crameleon wrote in #note-1:
something you can check?
Yeah if you add .mirrorlist to a file url - you should see all the (known) mirrors that have the file.
And it looks only one mirror has that file at the moment:
Our main US mirror provo-mirror has quite recent files in https://provo-mirror.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/ , my guess is that it has some filter to ignore src. But I have never looked into its config, so no big help from me at the moment.