03-19-2025, 02:06 AM
(This post was last modified: 03-20-2025, 11:46 PM by jenzd.
Edit Reason: Added missing ".sh" in code box.
)
(03-12-2025, 09:17 AM)Raptor1 Wrote: Updated my Pi4 from 9.2.5 and i got the "failed message" did a reboot and was showing 9.2.6 and all works fine, also reporting all up to date
so i will leave it at that.
Note that although it shows 9.2.6 now, the system probably still is in an inconsistent state:
The complete update should perform a total of 32 steps. The new version number is, however, triggered early by the installation of the moode-player package in step 4. So if the process fails anywhere after step 04/32 the GUI will already show version 9.2.6 ("up to date") albeit several remaining and potentially important packages still haven't been touched.
To fix that, you would need to repeat the update via ssh access by manually running the following command:
Code:
sudo /var/www/util/system-updater.sh moode9
Best regards
Jens