Hi,
while upgrading from 3.22 to 3.32 I saw this error:
(237/317) Upgrading linux-firmware-nvidia (20250509-r0 -> 20251125-r1)
ERROR: linux-firmware-nvidia-20251125-r1: failed to commit
lib/firmware/nvidia/ad103: Is a directory
ERROR: linux-firmware-nvidia-20251125-r1: failed to commit
lib/firmware/nvidia/ad104: Is a directory
ERROR: linux-firmware-nvidia-20251125-r1: failed to commit
lib/firmware/nvidia/ad106: Is a directory
ERROR: linux-firmware-nvidia-20251125-r1: failed to commit
lib/firmware/nvidia/ad107: Is a directory
how can I best recover?
If I reissue upgrade:
1 error; 1959.4 MiB in 498 packages
But no details even, so without logs I wouldn't even know what failed.
Thank you,
Riccardo
Looks like these directories became symlinks and apk fails to deal with
that. You can try "apk del" the package and then reinstall or delete
/lib/firmware/nvidia and then "apk fix". Either should work.
Hi,
Konstantin Kulikov wrote:
> Looks like these directories became symlinks and apk fails to deal > with that. You can try "apk del" the package and then reinstall or > delete /lib/firmware/nvidia and then "apk fix". Either should work.
apk del linux-firmware-nvidia
apk add linux-firmware-nvidia
seems to have solved anything and "apk upgrade" now terminates without
errors.
Thanks for the tip!
Riccardo