![]() |
[SOLVED] Update to 9.3.0 cancelled - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Update to 9.3.0 cancelled (/showthread.php?tid=7539) |
Update to 9.3.0 cancelled - Venerdi - 03-23-2025 Hi, I read this thread: https://moodeaudio.org/forum/showthread.php?tid=7489 because I had the same problem. Since everything seemed to work for me, I let it go. Now I updated to 9.3.0 and I still have the same problem. Again, everything seems to work. 20250323 113621 updater: Downloading package [update-moode9.zip] 20250323 113621 updater: Start 2025-03-21 update for moOde 20250323 113621 updater: ** Step 01-35: Remove package hold 20250323 113622 updater: ** Step 02-35: Update package list 20250323 113628 updater: ** Step 03-35: Update Linux kernel to 6.6.74 20250323 113628 updater: ** - Kernel is current, no update required 20250323 113628 updater: ** Step 04-35: Install moode-player=9.3.0-1moode1 20250323 113638 updater: ** Step failed 20250323 113638 updater: ** Exiting update 20250323 113638 updater: Install failed, update cancelled What to do? I am a very basic user ciao v. RE: Update to 9.3.0 cancelled - ils1974 - 03-23-2025 Same issue here, as well as with the upgrade to 9.2.6 from 9.2.5. before. After the last message, the system reports it's on 9.3.0, but it's actually not. 20250323 162253 updater: Downloading package [update-moode9.zip] 20250323 162253 updater: Start 2025-03-21 update for moOde 20250323 162253 updater: ** Step 01-35: Remove package hold 20250323 162253 updater: ** Step 02-35: Update package list 20250323 162307 updater: ** Step 03-35: Update Linux kernel to 6.6.74 20250323 162307 updater: ** - Kernel is current, no update required 20250323 162307 updater: ** Step 04-35: Install moode-player=9.3.0-1moode1 20250323 162319 updater: ** Step failed 20250323 162319 updater: ** Exiting update 20250323 162320 updater: Install failed, update cancelled RE: Update to 9.3.0 cancelled - nosferatu_cat - 03-23-2025 Just updated 3 Pis. With one, a Pi 4 the install was logged as failed. It reports the current OS as 9.30. Check for update reports that OS is current. H A R D W A R E A N D O S moOde release = 9.3.0 2025-03-21 RaspiOS = 12.5 Bookworm 64-bit Linux kernel = 6.6.74 64-bit Pi model = Pi-4B 1.1 2GB Architecture = aarch64 (64-bit) Home directory = /home/admin RE: Update to 9.3.0 cancelled - ils1974 - 03-23-2025 If you run mpd --version on the failed one, you'll see the mpd version of the failed one is not 0.24, although moOde reports it's on 9.3.0. Looks like some things went through and other not. RE: Update to 9.3.0 cancelled - TheOldPresbyope - 03-23-2025 If the update log says the update failed, then it failed. The update procedure succeeded for two moOde 9.2.6 players that were running here this morning: one on a RPi3A+, the other on an RPi5B. Code: rho@sunroom:~ $ cat /var/log/moode_update.log The moOde release reported by moodeutl is parsed from the file /var/www/footer.min.php. If step 04 got as far as copying in that file before failing, then your player will lie to you about its current release. Who knows how much did or didn't get completed in that step. Look at steps 05 and beyond to see what your update procedure never even got to, including the update to mpd 0.24 mentioned by @ils1974 Regards, Kent RE: Update to 9.3.0 cancelled - Tim Curtis - 03-23-2025 Since adding error checking and reporting to the update script it's not surprising to see that some updates are failing. This was going unreported in the past :-0 You can try running the update manually from the command line. It will print more detail about where the errors are occurring. Code: sudo /var/www/util/system-updater.sh moode9 Its certainly possible that the update script has a bug or bad logic but I didn't experience any issues during my tests updating 926 to 930, so unless I can reproduce something the only option at this time for a failed update is to start with a fresh image and restore settings from a backup. RE: Update to 9.3.0 cancelled - Tim Curtis - 03-23-2025 A new update zip has been posted. A non essential cleanup step that bombed was removed based on log from @Sander RE: Update to 9.3.0 cancelled - Sander - 03-23-2025 Thanks Tim, update completed successfully with 'sudo /var/www/util/system-updater.sh moode9' RE: Update to 9.3.0 cancelled - nosferatu_cat - 03-23-2025 (03-23-2025, 05:45 PM)Tim Curtis Wrote: A new update zip has been posted. I had to update 2 Pis from the command line. The update ran smoothly on one. On the other, it failed twice. I rebooted and it ran successfully. Here's the portion of the output from the error: Code: The following packages will be upgraded: RE: Update to 9.3.0 cancelled - Tim Curtis - 03-23-2025 (03-23-2025, 09:49 PM)nosferatu_cat Wrote:(03-23-2025, 05:45 PM)Tim Curtis Wrote: A new update zip has been posted. Good info. What version of moOde was on this system? |