WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: md5 wrong checksum for Xprogs.tcz?  (Read 149 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 863
md5 wrong checksum for Xprogs.tcz?
« on: May 12, 2025, 12:14:58 PM »
HI, I tried to "normally" add ffmpeg.tcz, but there are MD5 checksum bugs, for at least Xprogs.tcz,
Code: [Select]
Xorg-7.7.tcz.dep OK
Downloading: Xprogs.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 416 Requested Range Not Satisfiable
Xprogs.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on Xprogs.tcz
tc@box:~$

PS: I can manually download it with wget / firefox etc.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12108
Re: md5 wrong checksum for Xprogs.tcz?
« Reply #1 on: May 12, 2025, 12:37:08 PM »
Hi nick65go
The checksums in the repos are correct.

...
Code: [Select]
----- Snip -----
wget: server returned error: HTTP/1.1 416 Requested Range Not Satisfiable
Xprogs.tcz: FAILED
 ----- Snip -----
...
The download of  Xprogs.tcz  was incomplete. That's why the checksum did not match.

Offline nick65go

  • Hero Member
  • *****
  • Posts: 863
Re: md5 wrong checksum for Xprogs.tcz?
« Reply #2 on: May 12, 2025, 03:45:15 PM »
@Rich: Thank you! It seams that the speed of downloading, or the multiple threads to download, were too high, and the server canceled my connections, thinking that was an attack (DOS - denial of service) or something similar, and their restricted my access for a short period.