Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Update to version 9.3.0
#11
(03-30-2025, 11:22 PM)jwpope Wrote: I had a similar failure to update via web interface. The in-place status log looks like:

Code:
20250330 164653 updater: Start 2025-03-21 update for moOde
20250330 164653 updater: ** Step 01-35: Remove package hold
20250330 164700 updater: ** Step 02-35: Update package list
20250330 164751 updater: ** Step 03-35: Update Linux kernel to 6.6.74
20250330 164751 updater: ** - Kernel is current, no update required
20250330 164751 updater: ** Step 04-35: Install moode-player=9.3.0-1moode1
20250330 164834 updater: ** Step failed
20250330 164834 updater: ** Exiting update
20250330 164834 updater: Install failed, update cancelled

Same status resulted on Pi 3B+ and Pi Zero 2W systems both of which show aarch64 Bookworm 12.6 64 bit.
The dpkg --list is showing that the moode-player is in "Unpacked" status and not yet installed...

sudo dpkg --list "*moode*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version       Architecture Description
+++-==============-=============-============-=================================
iU  moode-player   9.3.0-1moode1 all          moOde audio player

Try the update manually. It will print more detail.

Code:
sudo /var/www/util/system-updater.sh moode9
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#12
on my side the upgrade to moode 9.3.0 triggered from the webinterface failed by installing MPD (on two pis). Than I tried with the shell upgrade command. Same result. Finally I manually downgraded MPD and did rerun the upgrade command via shell and now it successfully went through.
Reply
#13
(03-30-2025, 11:36 PM)Tim Curtis Wrote:
(03-30-2025, 11:22 PM)jwpope Wrote: I had a similar failure to update via web interface. The in-place status log looks like:

Code:
20250330 164653 updater: Start 2025-03-21 update for moOde
20250330 164653 updater: ** Step 01-35: Remove package hold
20250330 164700 updater: ** Step 02-35: Update package list
20250330 164751 updater: ** Step 03-35: Update Linux kernel to 6.6.74
20250330 164751 updater: ** - Kernel is current, no update required
20250330 164751 updater: ** Step 04-35: Install moode-player=9.3.0-1moode1
20250330 164834 updater: ** Step failed
20250330 164834 updater: ** Exiting update
20250330 164834 updater: Install failed, update cancelled

Same status resulted on Pi 3B+ and Pi Zero 2W systems both of which show aarch64 Bookworm 12.6 64 bit.
The dpkg --list is showing that the moode-player is in "Unpacked" status and not yet installed...

sudo dpkg --list "*moode*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version       Architecture Description
+++-==============-=============-============-=================================
iU  moode-player   9.3.0-1moode1 all          moOde audio player

Try the update manually. It will print more detail.

Code:
sudo /var/www/util/system-updater.sh moode9

Thanks Tim for the reply to try the "system-updater.sh", which I did run but did not put into my post update. My manual update attempt was on top of the failed web update and detailed system-updater error messages might be due to the failed update vs. original problems with the web update. 

When I saw the manual system-updater output state that 9.3.0.1moode1 was already installed and being skipped, I decided to install fresh from the Raspberry Pi Imager.
Reply
#14
for those who are stuck with the failed upgrade 9.3.0. I was trying to solve it for the longest time. What resolved it for me was these:
To fix this you have to delete/clear the file using the command:

sudo dpkg --clear-avail

then rebuild the file using the command:

sudo apt-get update

Hope it helps someone.
Reply


Forum Jump: