| Summary: | Corrupted distribution files when installing from Brazil FTP Servers | ||
|---|---|---|---|
| Product: | Services | Reporter: | Antonio Modesto <modesto916> |
| Component: | FTP/WWW Sites & Mirrors | Assignee: | FreeBSD Mirror Admin <mirror-admin> |
| Status: | Closed Not A Bug | ||
| Severity: | Affects Many People | CC: | lwhsu, philip |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Antonio Modesto
2021-05-25 11:41:33 UTC
Thanks for reporting this! The Brazil mirror is the most recent one I set up. I might have done something wrong. I did some quick testing on the mirror. I can run your command fine. Comparing the checksums of base.txz with the checksum on ftp-master, they're also identical. Could you please try two things: 1. Try the download over http instead of ftp (maybe something is messing with FTP?) 2. Please check the checksum of base.txz before trying to extract it As far as I can tell, the mirror is correctly configured. I just tried the same thing from Germany (deleting the file between the two runs): $ fetch 'ftp://ftp0.bra.freebsd.org/pub/FreeBSD/releases/amd64/13.0-RELEASE/base.txz' && sha256 base.txz SHA256 (base.txz) = be7ab3c21ca650b3763ad3605edd18c39d570abd40b0aad3058df64c3e38fb51 $ fetch http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/13.0-RELEASE/base.txz && sha256 base.txz SHA256 (base.txz) = be7ab3c21ca650b3763ad3605edd18c39d570abd40b0aad3058df64c3e38fb51 Maybe your ISP is messing with the unencrypted FTP data stream ...? Sorry guys, I think the problem is related to our ISP. For some reason the download finishes, the file size matches, but the md5 checksum does not match. It is really weird because the problem only happens with base.txz from the Brazilian FTP, the other distribution files have a correct checksum. I have set up a mirror for our internal use to avoid this problem for a while. I appreciate your time and willingness to solve the problem. Regards. (In reply to Antonio Modesto from comment #4) Thanks for the update, BTW, we also provide https://download.freebsd.org/ which might help this situation. |