[Solved] apt conflicting distribution

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
lloydbush
Posts: 15
Joined: 2023-12-23 08:59
Location: Germany
Has thanked: 2 times

[Solved] apt conflicting distribution

#1 Post by lloydbush »

Hey, today I tried updating as usual and was asked about some repositories updating which could lead to problems.
This had happened before and was fine so I stupidly just agreed and ran the update. Well then I got this message:

Code: Select all

❯ sudo apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
Hit:3 https://download.docker.com/linux/debian bookworm InRelease                                                                                                                            
Hit:4 https://brave-browser-apt-release.s3.brave.com stable InRelease                                                                                                                        
Hit:5 http://deb.debian.org/debian bookworm-updates InRelease                                                                                                        
Hit:6 http://deb.debian.org/debian bookworm-backports InRelease                                                                                
Hit:7 https://dl.winehq.org/wine-builds/debian bookworm InRelease                              
Hit:8 https://updates.signal.org/desktop/apt xenial InRelease       
Ign:9 https://repo.vivaldi.com/stable/deb stable InRelease
Hit:10 https://repo.vivaldi.com/stable/deb stable Release
Ign:11 http://security.debian.org/debian-security bookworm-security/non-free-firmware i386 Packages
Get:11 http://security.debian.org/debian-security bookworm-security/non-free-firmware i386 Packages [3,660 B]
Err:11 http://security.debian.org/debian-security bookworm-security/non-free-firmware i386 Packages
  File has unexpected size (692 != 3660). Mirror sync in progress? [IP: 2a04:4e42:8d::644 80]
  Hashes of expected file:
   - Filesize:3660 [weak]
   - SHA256:b8ead4e06f31bf661f0e75066efeeccd1cebce745729f9db21dcb844c44dd423
  Release file created at: Sat, 07 Dec 2024 14:12:46 +0000
Reading package lists... Done
W: Conflicting distribution: http://security.debian.org/debian-security bookworm-security InRelease (expected bookworm-security but got bookworm-backports)
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://brave-browser-apt-release.s3.brave.com stable InRelease' doesn't support architecture 'i386'
E: Failed to fetch http://security.debian.org/debian-security/dists/bookworm-security/non-free-firmware/binary-i386/Packages.xz  File has unexpected size (692 != 3660). Mirror sync in progress? [IP: 2a04:4e42:8d::644 80]
   Hashes of expected file:
    - Filesize:3660 [weak]
    - SHA256:b8ead4e06f31bf661f0e75066efeeccd1cebce745729f9db21dcb844c44dd423
   Release file created at: Sat, 07 Dec 2024 14:12:46 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.
Can anyone help me with this?
Thank in advance!
Last edited by lloydbush on 2024-12-08 10:40, edited 1 time in total.

umayer
Posts: 5
Joined: 2024-07-07 11:00
Has thanked: 2 times

Re: apt conflicting distribution

#2 Post by umayer »

It seems like the mirror you are using is in the middle of syncing its files. In that case, it should work fine after a while. If it doesn't, you can try changing the mirror.

User avatar
lloydbush
Posts: 15
Joined: 2023-12-23 08:59
Location: Germany
Has thanked: 2 times

Re: apt conflicting distribution

#3 Post by lloydbush »

Tried again today and it seems to be working again. Thanks!

Post Reply