foxx1337 Posted September 12, 2022 Posted September 12, 2022 I don't understand why I can't update to 5.19. I just updated to various user-space Debian 11.5 packages, but I can't see any newer kernels. root@odo:/boot# apt policy linux-image-edge-meson64 linux-image-edge-meson64: Installed: 22.05.1 Candidate: 22.05.1 Version table: *** 22.05.1 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 100 /var/lib/dpkg/status 22.02.1 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0046 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0045 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0040 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0035 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0034 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0031 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0029 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0027 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0025 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0023 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk.0021 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.0-trunk 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 21.11.0-trunk.115 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 21.11.0-trunk.108 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 21.11.0-trunk.101 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages root@odo:/boot# apt policy linux-u-boot-odroidhc4-edge linux-u-boot-odroidhc4-edge: Installed: 22.05.3 Candidate: 22.05.3 Version table: *** 22.05.3 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 100 /var/lib/dpkg/status 22.05.2 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.05.1 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 22.02.1 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 21.08.8 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 21.08.6 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages 21.08.1 500 500 https://mirrors.xtom.de/armbian bullseye/main arm64 Packages I'm looking at https://mirrors.xtom.de/armbian/pool/main/l/ for example and I can see items such as https://mirrors.xtom.de/armbian/pool/main/l/linux-5.19.5-meson64/. How do I get my apt to see them?
Werner Posted September 12, 2022 Posted September 12, 2022 Are they visible if you do an apt-cache search for those?
foxx1337 Posted September 12, 2022 Author Posted September 12, 2022 (edited) No, they're not. On the other hand, I now think the mirror also doesn't have them, looking for linux-image-edge-meson64 in `Packages` at https://mirrors.xtom.de/armbian/dists/bullseye/main/binary-arm64/Packages shows me that the one I got installed is in fact the latest one. LE. do i need to switch my sources.list to "jammy"? LLE. I don't need "jammy". I see that a different mirror from our github (https://github.com/armbian/mirror) has newer kernels - https://mirror.albony.xyz/armbian/dists/bullseye/main/binary-arm64/Packages. That `Packages` contains 5.19 kernels for example. Today I learned to read the `Packages` files for clues . By the way, your mirror seems to have it all and updating with it worked just fine, thank you! Edited September 12, 2022 by foxx1337
Werner Posted September 12, 2022 Posted September 12, 2022 Since we do not have control over most of the mirrors shown some may or may not be up-to-date since sync interval is unknown. Mine (fi.mirror.armbian.de) syncs once a night (in Europe ). We haven't figured out a proper way to check if mirrors are up-to-date and remove them from rotation on-demand. This is still WIP. 40 minutes ago, foxx1337 said: LE. do i need to switch my sources.list to "jammy"? That would be a very bad idea. Debian and Ubuntu userspaces - while both using apt and debs - are incompatible.
Recommended Posts