I’m trying to update Percona-Server-client-57 on a CloudLinux 7.9 system, but the update fails as the file can’t be downloaded properly:
Percona-Server-client-57-5.7.3 FAILED
http://repo.percona.com/percona/yum/release/7/RPMS/x86_64/Percona-Server-client-57-5.7.33-36.1.el7.x86_64.rpm: [Errno 14] HTTP Error 416 - Requested Range Not Satisfiable ] 0.0 B/s | 0 B --:--:-- ETA
Trying other mirror.
Error downloading packages:
Percona-Server-client-57-5.7.33-36.1.el7.x86_64: [Errno 256] No more mirrors to try.
Yum expects the file size to be 7.2 MB, and this is also confirmed by the file listing for that directory. However, when downloading the file, the file size seems to be 4.4 MB, which can be confirmed by checking the content-length header:
content-length: 4510160
Is there an issue with the file in the repo, or am I missing something?