Page 1 of 1

Repo mirrors inconsistent?

Posted: Wed Apr 14, 2021 9:57 am
by Sigi
Hello, during last days, I made updates and upgrades on some systems. For this I use normally:

Code: Select all

sudo apt update && sudo apt dist-upgrade  -y
Yesterday and today I could not update from my "default" repo location in switzerland. Could it be, that some mirrors are not synchronized yet?

Which repos are the most stable and reliable? Thx.

https://mx-linux.ethz.ch/mx-packages (my default)

Code: Select all

$ sudo apt update && sudo apt dist-upgrade  -y
[sudo] password for user: 
Get:1 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Hit:2 http://deb.debian.org/debian buster InRelease                                                          
Get:3 https://mx-linux.ethz.ch/mx-packages/mx/repo buster InRelease [19.9 kB]               
Get:4 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB]                               
Get:5 http://linux.teamviewer.com/deb stable InRelease [11.0 kB]                                             
Get:6 https://repo.skype.com/deb stable InRelease [4,502 B]                
Get:7 https://mx-linux.ethz.ch/mx-packages/mx/repo buster/main amd64 Packages [424 kB]
Get:8 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
Get:9 http://deb.debian.org/debian-security buster/updates/main i386 Packages [271 kB]
Get:10 http://deb.debian.org/debian-security buster/updates/main Translation-en [146 kB]
Get:11 https://mx-linux.ethz.ch/mx-packages/mx/repo buster/main i386 Packages [417 kB]
Get:12 https://repo.skype.com/deb stable/main amd64 Packages [2,329 B]
Get:13 https://mx-linux.ethz.ch/mx-packages/mx/repo buster/ahs amd64 Packages [202 kB]
Err:13 https://mx-linux.ethz.ch/mx-packages/mx/repo buster/ahs amd64 Packages
  File has unexpected size (200634 != 201875). Mirror sync in progress? [IP: 129.132.53.171 443]
  Hashes of expected file:
   - Filesize:201875 [weak]
   - SHA256:552e7aab351d17ab1f64623ac0de066597dbf85f0de0e98d1fd0ec7371c2ca12
   - SHA1:72aa98e13dc5bd1ad8c128ca0a1945e8da402556 [weak]
   - MD5Sum:007df6bd82b9b52f45a73ccb0f642a54 [weak]
  Release file created at: Tue, 13 Apr 2021 00:15:44 +0000
Get:14 https://mx-linux.ethz.ch/mx-packages/mx/repo buster/ahs i386 Packages [192 kB]
Err:14 https://mx-linux.ethz.ch/mx-packages/mx/repo buster/ahs i386 Packages
  
Fetched 1,683 kB in 2s (1,013 kB/s)
Reading package lists... Done
E: Failed to fetch https://mx-linux.ethz.ch/mx-packages/mx/repo/dists/buster/ahs/binary-amd64/Packages.gz  File has unexpected size (200634 != 201875). Mirror sync in progress? [IP: 129.132.53.171 443]
   Hashes of expected file:
    - Filesize:201875 [weak]
    - SHA256:552e7aab351d17ab1f64623ac0de066597dbf85f0de0e98d1fd0ec7371c2ca12
    - SHA1:72aa98e13dc5bd1ad8c128ca0a1945e8da402556 [weak]
    - MD5Sum:007df6bd82b9b52f45a73ccb0f642a54 [weak]
   Release file created at: Tue, 13 Apr 2021 00:15:44 +0000
E: Failed to fetch https://mx-linux.ethz.ch/mx-packages/mx/repo/dists/buster/ahs/binary-i386/Packages.gz  
E: Some index files failed to download. They have been ignored, or old ones used instead.

Re: Repo mirrors inconsistent?

Posted: Wed Apr 14, 2021 10:03 am
by agnivo007
I've been seeing this issue a lot recently and even 404 not founds on various repos which used to be real stable.

From mx repo manager, search "mxrepo" and use any of them closest to you.

Re: Repo mirrors inconsistent?  [Solved]

Posted: Wed Apr 14, 2021 10:04 am
by radonrose
Please refer to JayM's answer here

Re: Repo mirrors inconsistent?

Posted: Wed Apr 14, 2021 11:08 am
by Sigi
radonrose wrote: Wed Apr 14, 2021 10:04 am Please refer to JayM's answer here
Perfect! Thank you!