Skip to content
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

Try to download Fedora image. It stops downloading at 1.08GB #51

Open
aeonflexpgo opened this issue Apr 22, 2022 · 5 comments
Open

Try to download Fedora image. It stops downloading at 1.08GB #51

aeonflexpgo opened this issue Apr 22, 2022 · 5 comments

Comments

@aeonflexpgo
Copy link

aeonflexpgo commented Apr 22, 2022

Try to download Fedora image from link. Stops at 1.08GB

@archanox
Copy link

Have you tried using wget to resume the download?

@aeonflexpgo
Copy link
Author

aeonflexpgo commented Apr 22, 2022 via email

@jershell
Copy link

i have the same trouble

@aeonflexpgo
Copy link
Author

wget --no-check-certificate did the trick. Thank you @archanox

@robertlipe
Copy link

Just as an oddity, Chrome 101 on MacOS stopped three times for me when I downloaded it. It was about once per multiple of a gig (just eyeballing it) but in each case, clicking continue (if you noticed the fairly obscure UI that told you it was paused) would allow it to resume. My image did checksum correctly.

Because of the specifity of the initial report and a couple of "me, too"s (I'm one) we can actually see this is a thing that's happening on the internet. All clues point to an nginx buffer temp file being sized 1GB by default.

https://help.galaxyproject.org/t/downloading-large-files-1gb-limit-galaxy-main-wget-curl-api-key/1909/15
https://superuser.com/questions/1719862/i-want-to-download-a-1-2-gb-file-but-the-transfer-always-fails-at-1-08-gb-is-i
(low value, but confirmation)
https://stackoverflow.com/questions/25039916/nginx-node-js-express-download-big-files-stop-at-1-08gb seems to have believable suggestions, but there are nuances in the answers.

It does look like an admin of https://fedora.starfivetech.com/ is going to have to intervene. For a 3.7G file, writing a copy to a temp file while you serve it certainly seems like a dubious plan. Is proxy_max_temp_file_size or proxy_request_buffering to blame? Dunno, but triggering at exact multiples of 1GB is surely a clue.

If you'd like a U.S. mirror (primary?), buzz me. I'm already serving the RISC-V versions of Fedora for D1 because Great Firewall performance was otherwise poor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants