Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: nick65go on May 12, 2025, 12:14:58 PM

Title: md5 wrong checksum for Xprogs.tcz?
Post by: nick65go 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.
Title: Re: md5 wrong checksum for Xprogs.tcz?
Post by: Rich 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.
Title: Re: md5 wrong checksum for Xprogs.tcz?
Post by: nick65go 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.