<DC-IRC>
<jbergler> Not sure what qualifies for yanking a kernel version, but wanted to call attention to the fact that linux-image-current-meson64 23.8.1 seems to be breaking lots of things by not updating /boot/uImage while removing the modules for the previous kernel version. (ie no networking) https://forum.armbian.com/topic/29990-buglatest-kernel-update-makes-odroid-unuseable/
<DC-IRC>
<c0rnelius77> I'm curious as to what meson arm64 devices would even require an uImage?
<DC-IRC>
<joekhoobyar> `linux-current-meson64_23.8.1_arm64.deb` seems to be fucked
<DC-IRC>
<joekhoobyar> ```
<DC-IRC>
<joekhoobyar> Preparing to unpack .../linux-image-current-meson64_23.8.1_arm64.deb ...
<DC-IRC>
<joekhoobyar> Armbian 'linux-image-current-meson64' for '6.1.30-meson64': 'prerm' starting.
<DC-IRC>
<joekhoobyar> Armbian 'linux-image-current-meson64' for '6.1.30-meson64': 'prerm' finishing.
<DC-IRC>
<joekhoobyar> Armbian 'linux-image-current-meson64' for '6.1.50-current-meson64': 'preinst' starting.
<DC-IRC>
<joekhoobyar> Armbian 'linux-image-current-meson64' for '6.1.50-current-meson64': 'preinst' finishing.
<DC-IRC>
<joekhoobyar> Unpacking linux-image-current-meson64 (23.8.1) over (23.05.1--6.1.30-Sa343-Db165-Pecb1-C072bHfe66-HK01ba-Ve377-B9c18) ...
<DC-IRC>
<joekhoobyar> dpkg-deb (subprocess): decompressing archive '/var/cache/apt/archives/linux-image-current-meson64_23.8.1_arm64.deb' (size=43324588) member 'data.tar': lzma error: compressed data is corrupt
<DC-IRC>
<joekhoobyar> dpkg-deb: error: <decompress> subprocess returned error exit status 2
<DC-IRC>
<joekhoobyar> cannot copy extracted data for './lib/modules/6.1.50-current-meson64/kernel/drivers/hwmon/ltc2947-i2c.ko' to '/lib/modules/6.1.50-current-meson64/kernel/drivers/hwmon/ltc2947-i2c.ko.dpkg-new': unexpected end of file or stream
<DC-IRC>
<joekhoobyar> ```
<DC-IRC>
<joekhoobyar> already tried blowing away the apt cache - doesn't seem to be a local storage problem
<DC-IRC>
<c0rnelius77> Looks like a packaging problems
<DC-IRC>
<joekhoobyar> yup
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-amlogic
<DC-IRC>
<c0rnelius77> Looks like a packaging problem
<DC-IRC>
<c0rnelius77> Could just be a bad build `lzma error: compressed data is corrupt`?
<DC-IRC>
<joekhoobyar> I'm on the official release stream though
<DC-IRC>
<joekhoobyar> ```
<DC-IRC>
<joekhoobyar> # cat /etc/armbian-release
<DC-IRC>
<joekhoobyar> # PLEASE DO NOT EDIT THIS FILE
<DC-IRC>
<rpardini> Had a quick look before vacations.
<DC-IRC>
<rpardini> ODROID meson64 boards used `uImage` (legacy) before the migration to mainline u-boot, which occurred in late 2021.
<DC-IRC>
<rpardini> `uImage` is not included or generated since 22.05... (don't confuse with `uInitrd`, which is for some reason still in use).
<DC-IRC>
<rpardini> Is it possible those users from <2021, are upgrading kernel, but not the bsp-cli (which carries a forced-update bootscript) and u-boot?
<DC-IRC>
<rpardini> To test we'd need a 2021-ish image to reproduce...
<DC-IRC>
<rpardini> To fix, we could either instruct to correctly migrate, or include a hook to generate uImage board-side, but that would only prolong the pain...