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

"State file found: 162128839 bytes downloaded, 18446744073652280377 to go." #380

Open
sanderjo opened this issue Jul 31, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@sanderjo
Copy link

sanderjo commented Jul 31, 2022

After a left-over of another, stopped 1GB (so .st in place) download (to same output file blablafile), axel gets confused when trying to get a fresh download, and wants to download 18446744073652280377 bytes = 1.8446744e+19 bytes, which is just below 2^64 (so overflow error?).

And then after a few second all kinds of errors.

Platform: Ubuntu 20.04.

Reproduce:

  1. 1GB download: axel https://speed.hetzner.de/1GB.bin -o blablafile
  2. but ... CTRL-C above 10%, so around 25%, so that intermediate file is bigger than 100MB:
  3. 100MB download, to same output file: axel https://speed.hetzner.de/100MB.bin -o blablafile
  4. result: output with "...18446744073652280377 to go."

Maybe put the URL into to .st to avoid this confusion, and file corruption?

$ axel  https://speed.hetzner.de/100MB.bin -o blablafile
Initializing download: https://speed.hetzner.de/100MB.bin
File size: 104857600 bytes
Opening output file blablafile
State file found: 162128839 bytes downloaded, 18446744073652280377 to go.
Starting download

        ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,

Unable to connect to server speed.hetzner.de:443: System error
SSL error: Too many open files
SSL error: Too many open files
Unable to connect to server speed.hetzner.de:443: System error
Unable to connect to server speed.hetzner.de:443: System error
SSL error: Too many open files
SSL error: Too many open files
Unable to connect to server speed.hetzner.de:443: System error
Unable to connect to server speed.hetzner.de:443: System error
SSL error: Too many open files
Unable to connect to server speed.hetzner.de:443: System error

@ismaell ismaell added this to the v2.17.12 milestone Sep 2, 2022
@ismaell ismaell added the bug label Sep 2, 2022
@ismaell ismaell self-assigned this Sep 2, 2022
@ismaell ismaell modified the milestones: v2.17.12, v2.17.13, v2.17.14 Feb 6, 2024
@ismaell ismaell modified the milestones: v2.17.14, v2.17.15 Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants