Comment 7 for bug 1311652

Revision history for this message
Wei Mu (mw2010a) wrote :

According to the rsync man page, rsync does not cause hash-checksum-mismatch problem, because rsync uses atomic operations for files by default.
So if mismatch problem occurs, there might two reasons:
* Network caching problem in http (for users of Ubuntu)
* Some serious problem with upstream mirror or disk (for mirror sites)

In most occasions, network caching is the reason for this problem.
Some ISPs are using network caching machanism to redirect frequent downloaded links.
If you use wget to repeat the process, you may see a 302 redirection, then this might be the reason for the problem.
Try to use another mirror until everything looks fine.