Hello everyone,
I get these errors sometimes when i update my system using sudo pacman -Syu
The thing is :
- my internet speed is fine and the download is complete according to me but then at the end of download these errors occurs.
- I do have
DisableDownloadTimeout
option enabled in mypacman.conf
But the package that these errors are showing still gets updated
Errors
Last time i got the errors were during this update:
Package (3) Old Version New Version Net Change Download Size
core/hwdata 0.372-1 0.373-1 0.04 MiB 1.56 MiB
core/linux 6.4.11.arch1-1 6.4.11.arch2-1 -0.08 MiB 125.52 MiB
core/linux-headers 6.4.11.arch1-1 6.4.11.arch2-1 0.00 MiB 29.43 MiB
Total Download Size: 156.51 MiB
Total Installed Size: 293.99 MiB
Net Upgrade Size: -0.05 MiB
:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
hwdata-0.373-1-any 1595.7 KiB 2.42 MiB/s 00:01 [---------------------------------------------------------------------] 100%
linux-headers-6.4.11.arch2-1-x86_64 29.4 MiB 783 KiB/s 00:38 [---------------------------------------------------------------------] 100%
linux-6.4.11.arch2-1-x86_64 125.5 MiB 2.15 MiB/s 00:58 [---------------------------------------------------------------------] 100%
Total (3/3) 156.5 MiB 2.41 MiB/s 01:05 [---------------------------------------------------------------------] 100%
error: failed retrieving file 'linux-6.4.11.arch2-1-x86_64.pkg.tar.zst' from archlinux.mirror.net.in : The requested URL returned error: 400
error: failed retrieving file 'linux-headers-6.4.11.arch2-1-x86_64.pkg.tar.zst' from archlinux.mirror.net.in : The requested URL returned error: 400
error: failed retrieving file 'linux-headers-6.4.11.arch2-1-x86_64.pkg.tar.zst' from mirrors.piconets.webwerks.in : The requested URL returned error: 404
error: failed retrieving file 'linux-6.4.11.arch2-1-x86_64.pkg.tar.zst' from mirrors.piconets.webwerks.in : The requested URL returned error: 404
error: failed retrieving file 'linux-headers-6.4.11.arch2-1-x86_64.pkg.tar.zst' from mirror.sahil.world : SSL connection timeout
(3/3) checking keys in keyring [---------------------------------------------------------------------] 100%
(3/3) checking package integrity [---------------------------------------------------------------------] 100%
(3/3) loading package files [---------------------------------------------------------------------] 100%
(3/3) checking for file conflicts [---------------------------------------------------------------------] 100%
:: Running pre-transaction hooks...
(1/2) Remove DKMS modules
==> dkms remove --no-depmod nvidia/535.98 -k 6.4.11-arch1-1
==> depmod 6.4.11-arch1-1
24-Aug-2023 (During latest update)
:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
iwd-2.8-1-x86_64 566.0 KiB 62.4 KiB/s 00:09 [---------------------------------------------------------------------] 100%
gpgme-1.22.0-1-x86_64 481.7 KiB 214 KiB/s 00:02 [---------------------------------------------------------------------] 100%
mpfr-4.2.1-1-x86_64 427.9 KiB 242 KiB/s 00:02 [---------------------------------------------------------------------] 100%
ell-0.58-1-x86_64 236.5 KiB 237 KiB/s 00:01 [---------------------------------------------------------------------] 100%
zlib-1:1.3-1-x86_64 92.5 KiB 117 KiB/s 00:01 [---------------------------------------------------------------------] 100%
eos-bash-shared-23-22.10-any 50.4 KiB 15.8 KiB/s 00:03 [---------------------------------------------------------------------] 100%
welcome-3.69-5-any 31.2 KiB 94.5 KiB/s 00:00 [---------------------------------------------------------------------] 100%
minizip-1:1.3-1-x86_64 27.5 KiB 63.9 KiB/s 00:00 [---------------------------------------------------------------------] 100%
eos-packagelist-2.2-1-any 13.0 KiB 22.7 KiB/s 00:01 [---------------------------------------------------------------------] 100%
pacman-mirrorlist-20230820-1-any 8.1 KiB 16.3 KiB/s 00:01 [---------------------------------------------------------------------] 100%
nvidia-dkms-535.104.05-1-x86_64 42.9 MiB 777 KiB/s 00:57 [---------------------------------------------------------------------] 100%
linux-lts-headers-6.1.47-1-x86_64 8.5 MiB 724 KiB/s 00:12 [---------------------------------------------------------------------] 100%
linux-lts-6.1.47-1-x86_64 116.2 MiB 1209 KiB/s 01:38 [---------------------------------------------------------------------] 100%
nvidia-utils-535.104.05-1-x86_64 261.0 MiB 1932 KiB/s 02:18 [---------------------------------------------------------------------] 100%
Total (14/14) 448.8 MiB 3.24 MiB/s 02:19 [---------------------------------------------------------------------] 100%
error: failed retrieving file 'linux-lts-headers-6.1.47-1-x86_64.pkg.tar.zst' from archlinux.mirror.net.in : transfer closed with 8953089 bytes remaining to read
error: failed retrieving file 'linux-lts-headers-6.1.47-1-x86_64.pkg.tar.zst' from mirrors.piconets.webwerks.in : HTTP server doesn't seem to support byte ranges. Cannot resume.
Can someone tell me why are these errors occurring and what can i do to solve them ?