-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repo mirrors are painfully slow #8
Comments
yeah I also noticed this issue , why other mirror is not the main mirror ? |
The mirror is already reported. I detected various mirrors down recently (I reported it; and some hours they solved); I am not sure the cause; maybe overload in this pandemic in some mirrors. |
@sergiomb2 Issues in mirrorlist + unnecessary space with debug files... Our second mirror reduced quota... (Ho yes, we have actually big size) 😺 |
The UnitedRPM mirrors have been very slow since way before the pandemic struck, for what it is worth. Even with the vorboss one disabled, the UnitedRPMs repo is still is way slower than the much larger fedora repo. To me it seems like the SourceForge mirror network is just very slow overall. unitedrpms repo enabled only
fedora repo enabled only
|
What we are talking about ? 100 Gigas ? , so just mirror non-debug rpms on https://osdn.net/projects/unitedrpms/ ... I guess , It is possible , is it possible . Anyway mirrorlist issues was fixed Thanks |
@sergiomb2 aprox... we don't need debug files (checking the traffic of each debug). Next step, debug of the debug?... 😄 Yes is possible avoid debug (some hours needs). About metalink; in Fedora and other third-party; is irrelevant; the people choice the useful for him/her... and UnitedRPMs has great and big software. @toreanderson If anybody want speed mirrors, collaborate with it is a great idea (We need mirrors)... the mirrors in SF uses automatic geographic election; and here we only can report it. |
Debug files are separated because we save a lot of bandwidth , disk and even performance etc and for common use is rare that someone install it and we can leave without it. if we don't want debug app crashes . we just need it to debug a crash / segfault , to find the symbols and lines of code that make the crash of the computer . I sometime install it , usually on Beta version under Virtualbox, but after debug it , I remove it again to save disk space and bandwith , yeah I bearably update debug packages after test it I remove it , it always gigas and gigas of downloads . |
https://github.com/UnitedRPMs/unitedrpms/blob/master/unitedrpms.repo#L4 where we can use baseurl=https://osdn.net/projects/unitedrpms/storage/$releasever/$basearch/ hum and why osdn.net is not in first on https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/mirrorlist_x86_64.txt ? I use mirrorlist in my dnf configuration btw and we may remove debug files from osdn.net if we remove it also from here https://github.com/UnitedRPMs/unitedrpms/blob/master/mirrorlist_debug_30.txt . and maybe do the same to the sources rpms ? What do you think ? |
To be clear, I do not have any demands or hard expectations per se. I am fully aware that I get what I pay for when using UnitedRPMs. So the reason for submitting this issue is just to make you aware of it, in case you weren't already. If the conclusion is that «yeah, SourceForge is slow, but it is nevertheless the best free alternative, so we'll keep using it», then that is fair enough as far as I am concerned. |
@toreanderson thank you for these words |
@toreanderson I am testing some changes; we need secure the changes. Thanks. @sergiomb2 I need secure the limits and if you orbserve, osdn is incomplete (repodata) and others. But is possible enable again the mirrorlist; I remember is programmed a sync in repositories, cross fingers with some lines changed in the sync task. |
@toreanderson Done. Can you test now the speed? |
It seems much faster now! The However, it is still (slightly) slower than the much larger By comparison, when updating the Unfortunately I have not found out how to make |
@toreanderson Hi, thanks. Is only conjectures about the delay; the repository/repodata is signed (for security). Read about it and about how to works repo_gpgcheck here: https://linux.die.net/man/5/yum.conf#repo_gpgcheck
|
The SourceForge mirrors seem to be extremely slow or even totally unreachable. This makes UnitedRPMs slow down essentially all
dnf
operations.It's been like this for a very long time. Years. I've held back on submitting an issue since it is not really an UnitedRPMs bug per se, but it makes having the UnitedRPMs repo enabled by default very painful. Perhaps it would be possible to find another mirror system.
For the record, I have a fast Internet connection (500Mbps FTTH), and all other DNF repos (both the upstream Fedora ones as well as multiple other third-party ones). It is only the UnitedRPMs repos that are slow.
A few examples from today:
curl simply getting a connect timeout
(I got this URL from a failing
dnf
command, for what it is worth.)same command as above retried, but this time it eventually connected, but hit some other timeout
dnf giving up on downloads because of transfer speed dropping below 1Kb/s
dnf update with only unitedrpms repo enabled:
timer: sack setup: 17664 ms
compare the above with only the (much larger!) fedora repo enabled:
timer: sack setup: 1900 ms
The text was updated successfully, but these errors were encountered: