Unable to fetch :i386 repo index on Ubuntu 24.04 Noble

Questions about Wine on Linux
Locked
dimapoter
Newbie
Newbie
Posts: 1
Joined: Tue Oct 22, 2024 2:28 am

Unable to fetch :i386 repo index on Ubuntu 24.04 Noble

Post by dimapoter »

What I did:

Code: Select all

  150  cat /etc/os-release
  151  cd /etc/apt/keyrings
  152  ls -lA
  153  cd ..
  154  ls -lA
  155  sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
  156  ls -lA
  157  cd keyrings/
  158  ls -lA
  159  sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
  160  ls -lA
  161  sudo apt update
  162  history

Code: Select all

Get:9 https://dl.winehq.org/wine-builds/ubuntu noble/main i386 Packages [43.8 kB]             
Err:9 https://dl.winehq.org/wine-builds/ubuntu noble/main i386 Packages   
  File has unexpected size (47324 != 43772). Mirror sync in progress? [IP: 151.101.126.217 443]
  Hashes of expected file:
   - Filesize:43772 [weak]
   - SHA512:92de1e5953da66ef4bdf5c8fb8dfb3cc50105d34ca13c7325e03417aa1ff080f89714fc844843fa36f28756cef3d241f75e1c39828085979fe6659e1faf5b7f6
   - SHA256:13ea66eba6400a325aeaf8a139061b391513514e97f623ba6515fde888beaf5c
   - SHA1:a81b4042b404661e1f19d52f713c744bce2aee83 [weak]
   - MD5Sum:03e5219dae29e7499271815d03bab848 [weak]
  Release file created at: Sun, 06 Oct 2024 10:41:46 +0000
Hit:10 https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu noble InRelease
Hit:11 https://repo.protonvpn.com/debian stable InRelease
Fetched 20.5 kB in 1s (22.6 kB/s)
Reading package lists... Done
E: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/noble/main/binary-i386/Packages.xz  File has unexpected size (47324 != 43772). Mirror sync in progress? [IP: 151.101.126.217 443]
   Hashes of expected file:
    - Filesize:43772 [weak]
    - SHA512:92de1e5953da66ef4bdf5c8fb8dfb3cc50105d34ca13c7325e03417aa1ff080f89714fc844843fa36f28756cef3d241f75e1c39828085979fe6659e1faf5b7f6
    - SHA256:13ea66eba6400a325aeaf8a139061b391513514e97f623ba6515fde888beaf5c
    - SHA1:a81b4042b404661e1f19d52f713c744bce2aee83 [weak]
    - MD5Sum:03e5219dae29e7499271815d03bab848 [weak]
   Release file created at: Sun, 06 Oct 2024 10:41:46 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.
dimapoter
Newbie
Newbie
Posts: 1
Joined: Tue Oct 22, 2024 2:28 am

Re: Unable to fetch :i386 repo index on Ubuntu 24.04 Noble

Post by dimapoter »

SOLUTION:

VPN hop around until you hit a data center that is already synced.

While I am not aware of the central location of your PPA, I was able to hit a fully synced repo by connecting through somewhere in Mexico... is it in California? :)

Perhaps this should be on the wiki: a mention of the option to skip the <=48 hours wait time by somehow forcing connection to something other than these laggy Toronto and NJ Fastly servers.


"Fastly" :lol:
Last edited by dimapoter on Wed Oct 23, 2024 2:46 am, edited 1 time in total.
Locked