Thank you for your donation!


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


system broken after update (8.1.0?)
#1
Hi,
My system is broken: After update, I had to hard reboot because everything seemed to be frozen. Now after boot my screen (pi touchscreen) stops on boot log and asks for moode login_. The  web interface show the normal moode screen but everything empty: no playlists, search is not an active link, and all items in config menu are broken and goes to eternal loading... Even power shutdown/reboot doesn't work.
I already tried to reboot (by ssh) and empty the cache.

How can I upgrade via SSH? Or what can I do? (except reflash which takes me a lot of time and I had to do it very often for different reasons)
Reply
#2
maybe this helps:

Code:
~ $ moodeutl -l
20220704 210134 worker: --
20220704 210134 worker: -- Start moOde 8 series
20220704 210134 worker: --
20220704 210134 worker: Successfully daemonized
20220704 210138 worker: File check (OK)
20220704 210139 worker: Session vacuumed
20220704 210139 worker: Session loaded
20220704 210139 worker: Debug logging (OFF)
20220704 210139 worker: --
20220704 210139 worker: -- Audio debug
20220704 210139 worker: --
20220704 210139 worker: ALSA cards: (0:DAC | 1:empty | 2:empty | 3:empty
20220704 210139 worker: MPD config: (0:Audiophonics ES9028/9038 DAC | mixer:(Digital) | card:0)
20220704 210139 worker: ALSA mixer actual (Digital)
20220704 210139 worker: ALSA Digital volume set to (0%)
20220704 210139 worker: --
20220704 210139 worker: -- System
20220704 210139 worker: --
20220704 210141 worker: Host      (moode)
20220704 210141 worker: moOde     (8.1.0 2022-06-21)
20220704 210141 worker: RaspiOS   (11.3)
20220704 210141 worker: Kernel    (5.15.32-v7+ #1537)
20220704 210141 worker: Platform  (Pi-3B 1.2 1GB)
20220704 210141 worker: ARM arch  (armv7l, 32-bit)
20220704 210141 worker: MPD ver   (0.23.5)
20220704 210141 worker: CPU gov   (ondemand)
20220704 210141 worker: USB boot  (enabled)
20220704 210141 worker: File sys  (expanded)
20220704 210141 worker: HDMI port (Off)
20220704 210141 worker: Sys LED0  (On)
20220704 210141 worker: Sys LED1  (Off)
20220704 210141 worker: --
20220704 210141 worker: -- Network
20220704 210141 worker: --
20220704 210141 worker: eth0 adapter exists
20220704 210141 worker: eth0 check for address (No)
20220704 210142 worker: IP addr (192.168.1.101)
20220704 210142 worker: Netmask (255.255.255.0)
20220704 210142 worker: Gateway (192.168.1.1)
20220704 210142 worker: Pri DNS (192.168.1.1)
20220704 210142 worker: Domain  (home)
20220704 210142 worker: wlan0 adapter does not exist
20220704 210142 worker: --
20220704 210142 worker: -- Audio config
20220704 210142 worker: --
20220704 210142 worker: MPD conf updated
20220704 210142 worker: ALSA card number (0)
20220704 210142 worker: MPD audio output (Audiophonics ES9028/9038 DAC)
20220704 210142 worker: Audio formats (S16_LE, S32_LE)
20220704 210142 worker: ALSA mixer name (Digital)
20220704 210142 worker: MPD mixer type (fixed 0dB)
20220704 210143 worker: Hdwr volume controller exists
20220704 210143 worker: Max ALSA volume (75%)
20220704 210143 worker: ALSA output mode (Default: plughw)
20220704 210143 worker: ALSA loopback (Off)
20220704 210143 worker: Reset renderer active flags
20220704 210143 worker: CamillaDSP (off)
20220704 210143 worker: --
20220704 210143 worker: -- MPD startup
20220704 210143 worker: --
20220704 210144 worker: MPD started
20220704 210144 worker: MPD accepting connections
20220704 210144 worker: MPD output 1 ALSA Default (On)
20220704 210144 worker: MPD output 2 ALSA Bluetooth (Off)
20220704 210144 worker: MPD output 3 HTTP Server (Off)
20220704 210144 worker: MPD crossfade (off)
20220704 210144 worker: MPD ignore CUE files (yes)
20220704 210144 worker: --
20220704 210144 worker: -- Music sources
20220704 210144 worker: --
20220704 210144 worker: USB sources (none attached)
20220704 210147 worker: NAS sources (mountall initiated)
20220704 210147 worker: --
20220704 210147 worker: -- Feature availability
20220704 210147 worker: --
20220704 210147 worker: Source select (available)
20220704 210147 worker: Source select (source: MPD)
20220704 210147 worker: Source select (output: Audiophonics ES9028/9038 DAC)
20220704 210147 worker: Bluetooth (available)
20220704 210147 worker: Airplay renderer (available)
Reply
#3
Looks like the "Spotify causes worker to crash" bug and possibly also the "Missing systemd-timesyncd" bug. These are fixed in the 8.1.0 -> 8.1.1 update and image.

Code:
################################################################################
#
# 2022-06-24 TC moOde 8.1.1
#
################################################################################

Bug fixes

- FIX: Spotify table name in renderer.php causing worker to crash
- FIX: Missing parenthesis in autocfg-import.php
- FIX: Missing systemd-timesyncd service on 32-bit image

I'd just start with fresh 8.1.1 image but if you want to try to manually repair things then the commands below should help.

Turn off Spotify
Code:
moodeutl -q "update cfg_system set value=0 where param='spotifysvc'"

Install systemd-timesyncd
Code:
sudo apt install systemd-timesyncd

Reboot afterwards. If your moOde version reports 8.1.0 then try installing the 8.1.1 update via the UI.

You might also want to review the draft release notes for upcoming 8.1.2 to get a sense of what bugs are fixed in this release. https://moodeaudio.org/forum/showthread....4#pid41644
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#4
thank you, it works with the Spotify-disabling method!! systemd-timesyncd was already installed. Then I restarted and updated to 18.1.1, re-enabled Spotify renderer, and all is working well. I'll check for 1.8.2...
Reply
#5
Nice :-)
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#6
Also happens on 8.1.1 after update, but only when moOde is accessed on wireless connection (IP). Connecting on wired IP works as expected.

I updated 2 different PIs to 8.1.1 and they both have the same issue. Then I reinstalled both from scratch, but still the issue is there. This is how it looks like when accessed on WiFi IP: 

[Image: J45KPEU.png]

Code:
pi@moode2:~ $ moodeutl -l
20220706 143323 worker: --
20220706 143323 worker: -- Start moOde 8 series
20220706 143323 worker: --
20220706 143323 worker: Successfully daemonized
20220706 143328 worker: File check (OK)
20220706 143329 worker: Session vacuumed
20220706 143329 worker: Session loaded
20220706 143329 worker: Debug logging (OFF)
20220706 143329 worker: --
20220706 143329 worker: -- Audio debug
20220706 143329 worker: --
20220706 143329 worker: ALSA cards: (0:b1 | 1:Headphones | 2:IQaudIODAC | 3:empty
20220706 143329 worker: MPD config: (2:IQaudIODAC | mixer:(Analogue) | card:2)
20220706 143329 worker: ALSA mixer actual (Analogue)
20220706 143329 worker: ALSA Analogue volume set to (0%)
20220706 143329 worker: --
20220706 143329 worker: -- System
20220706 143329 worker: --
20220706 143332 worker: Host      (moode2)
20220706 143332 worker: moOde     (8.1.1 2022-06-24)
20220706 143332 worker: RaspiOS   (11.3)
20220706 143332 worker: Kernel    (5.15.32-v8+ #1538)
20220706 143332 worker: Platform  (Pi-3B+ 1.3 1GB)
20220706 143332 worker: ARM arch  (aarch64, 64-bit)
20220706 143332 worker: MPD ver   (0.23.5)
20220706 143332 worker: CPU gov   (ondemand)
20220706 143332 worker: USB boot  (enabled)
20220706 143332 worker: File sys  (expanded)
20220706 143332 worker: HDMI port (On)
20220706 143332 worker: Sys LED0  (On)
20220706 143332 worker: Sys LED1  (On)
20220706 143332 worker: --
20220706 143332 worker: -- Network
20220706 143332 worker: --
20220706 143332 worker: eth0 adapter exists
20220706 143332 worker: eth0 check for address (No)
20220706 143332 worker: IP addr (192.168.0.123)
20220706 143332 worker: Netmask (255.255.255.0)
20220706 143332 worker: Gateway (192.168.0.1)
20220706 143332 worker: Pri DNS (8.8.8.8)
20220706 143332 worker: Domain  ()
20220706 143333 worker: wlan0 adapter exists
20220706 143333 worker: wlan0 country (RO)
20220706 143333 worker: wlan0 connected SSID is (vladut_Hspeed)
20220706 143333 worker: IP addr (192.168.0.124)
20220706 143333 worker: Netmask (255.255.255.0)
20220706 143333 worker: Gateway (192.168.0.1)
20220706 143333 worker: Pri DNS (8.8.8.8)
20220706 143333 worker: Domain  ()
20220706 143334 worker: wlan0 power save disabled
20220706 143334 worker: --
20220706 143334 worker: -- Audio config
20220706 143334 worker: --
20220706 143334 worker: MPD conf update skipped (USB device)
20220706 143334 worker: ALSA card number (2)
20220706 143334 worker: MPD audio output (IQaudIODAC)
20220706 143334 worker: Audio formats (S16_LE, S24_LE, S32_LE)
20220706 143335 worker: ALSA mixer name (Analogue)
20220706 143335 worker: MPD mixer type (software)
20220706 143335 worker: Hdwr volume controller exists
20220706 143335 worker: Max ALSA volume (100%)
20220706 143335 worker: ALSA output mode (Default: plughw)
20220706 143335 worker: ALSA loopback (Off)
20220706 143335 worker: Reset renderer active flags
20220706 143335 worker: CamillaDSP (off)
20220706 143335 worker: --
20220706 143335 worker: -- MPD startup
20220706 143335 worker: --
20220706 143335 worker: MPD started
20220706 143335 worker: MPD accepting connections
20220706 143335 worker: MPD output 1 ALSA Default (On)
20220706 143335 worker: MPD output 2 ALSA Bluetooth (Off)
20220706 143335 worker: MPD output 3 HTTP Server (Off)
20220706 143335 worker: MPD crossfade (off)
20220706 143335 worker: MPD ignore CUE files (yes)
20220706 143335 worker: --
20220706 143335 worker: -- Music sources
20220706 143335 worker: --
20220706 143336 worker: USB sources (none attached)
20220706 143338 worker: NAS sources (mountall initiated)
20220706 143338 worker: --
20220706 143338 worker: -- Feature availability
20220706 143338 worker: --
20220706 143338 worker: Source select (available)
20220706 143338 worker: Source select (source: MPD)
20220706 143338 worker: Source select (output: IQaudIODAC)
20220706 143354 worker: Bluetooth pairing agent (started)
20220706 143354 worker: Bluetooth (available: started)
20220706 143354 worker: Airplay renderer (available: started)
20220706 143354 worker: Spotify renderer (available: started)
20220706 143354 worker: Squeezelite (available)
20220706 143354 worker: RoonBridge renderer (not installed)
20220706 143354 worker: Multiroom sender (available)
20220706 143354 worker: Multiroom receiver (available)
20220706 143354 worker: UPnP renderer (available: started)
20220706 143354 worker: DLNA server (available: started)
20220706 143354 worker: GPIO button handler (available)
20220706 143354 worker: Stream recorder (n/a)
20220706 143354 worker: --
20220706 143354 worker: -- Other
20220706 143354 worker: --
20220706 143354 worker: USB volume knob (Off)
20220706 143354 worker: USB auto-mounter (udisks-glue)
20220706 143354 worker: Saved MPD vol level (0)
20220706 143354 worker: Preamp volume level (0)
20220706 143354 worker: MPD volume level (75) restored
20220706 143354 worker: ALSA Analogue volume (100%)
20220706 143354 worker: Auto-play (Off)
20220706 143354 worker: CoverView toggle (-off)
20220706 143354 worker: Maintenance interval (120 minutes)
20220706 143354 worker: Screen saver activation (Never)
20220706 143354 worker: Session permissions (OK)
20220706 143409 worker: Watchdog started
20220706 143409 worker: Ready
20220707 085316 worker: Job set_bg_image
Reply
#7
(07-07-2022, 06:17 AM)brotakul Wrote: Also happens on 8.1.1 after update, but only when moOde is accessed on wireless connection (IP). Connecting on wired IP works as expected.

I updated 2 different PIs to 8.1.1 and they both have the same issue. Then I reinstalled both from scratch, but still the issue is there. This is how it looks like when accessed on WiFi IP: 

[Image: J45KPEU.png]

Code:
pi@moode2:~ $ moodeutl -l
20220706 143323 worker: --
20220706 143323 worker: -- Start moOde 8 series
20220706 143323 worker: --
20220706 143323 worker: Successfully daemonized
20220706 143328 worker: File check (OK)
20220706 143329 worker: Session vacuumed
20220706 143329 worker: Session loaded
20220706 143329 worker: Debug logging (OFF)
20220706 143329 worker: --
20220706 143329 worker: -- Audio debug
20220706 143329 worker: --
20220706 143329 worker: ALSA cards: (0:b1 | 1:Headphones | 2:IQaudIODAC | 3:empty
20220706 143329 worker: MPD config: (2:IQaudIODAC | mixer:(Analogue) | card:2)
20220706 143329 worker: ALSA mixer actual (Analogue)
20220706 143329 worker: ALSA Analogue volume set to (0%)
20220706 143329 worker: --
20220706 143329 worker: -- System
20220706 143329 worker: --
20220706 143332 worker: Host      (moode2)
20220706 143332 worker: moOde     (8.1.1 2022-06-24)
20220706 143332 worker: RaspiOS   (11.3)
20220706 143332 worker: Kernel    (5.15.32-v8+ #1538)
20220706 143332 worker: Platform  (Pi-3B+ 1.3 1GB)
20220706 143332 worker: ARM arch  (aarch64, 64-bit)
20220706 143332 worker: MPD ver   (0.23.5)
20220706 143332 worker: CPU gov   (ondemand)
20220706 143332 worker: USB boot  (enabled)
20220706 143332 worker: File sys  (expanded)
20220706 143332 worker: HDMI port (On)
20220706 143332 worker: Sys LED0  (On)
20220706 143332 worker: Sys LED1  (On)
20220706 143332 worker: --
20220706 143332 worker: -- Network
20220706 143332 worker: --
20220706 143332 worker: eth0 adapter exists
20220706 143332 worker: eth0 check for address (No)
20220706 143332 worker: IP addr (192.168.0.123)
20220706 143332 worker: Netmask (255.255.255.0)
20220706 143332 worker: Gateway (192.168.0.1)
20220706 143332 worker: Pri DNS (8.8.8.8)
20220706 143332 worker: Domain  ()
20220706 143333 worker: wlan0 adapter exists
20220706 143333 worker: wlan0 country (RO)
20220706 143333 worker: wlan0 connected SSID is (vladut_Hspeed)
20220706 143333 worker: IP addr (192.168.0.124)
20220706 143333 worker: Netmask (255.255.255.0)
20220706 143333 worker: Gateway (192.168.0.1)
20220706 143333 worker: Pri DNS (8.8.8.8)
20220706 143333 worker: Domain  ()
20220706 143334 worker: wlan0 power save disabled
20220706 143334 worker: --
20220706 143334 worker: -- Audio config
20220706 143334 worker: --
20220706 143334 worker: MPD conf update skipped (USB device)
20220706 143334 worker: ALSA card number (2)
20220706 143334 worker: MPD audio output (IQaudIODAC)
20220706 143334 worker: Audio formats (S16_LE, S24_LE, S32_LE)
20220706 143335 worker: ALSA mixer name (Analogue)
20220706 143335 worker: MPD mixer type (software)
20220706 143335 worker: Hdwr volume controller exists
20220706 143335 worker: Max ALSA volume (100%)
20220706 143335 worker: ALSA output mode (Default: plughw)
20220706 143335 worker: ALSA loopback (Off)
20220706 143335 worker: Reset renderer active flags
20220706 143335 worker: CamillaDSP (off)
20220706 143335 worker: --
20220706 143335 worker: -- MPD startup
20220706 143335 worker: --
20220706 143335 worker: MPD started
20220706 143335 worker: MPD accepting connections
20220706 143335 worker: MPD output 1 ALSA Default (On)
20220706 143335 worker: MPD output 2 ALSA Bluetooth (Off)
20220706 143335 worker: MPD output 3 HTTP Server (Off)
20220706 143335 worker: MPD crossfade (off)
20220706 143335 worker: MPD ignore CUE files (yes)
20220706 143335 worker: --
20220706 143335 worker: -- Music sources
20220706 143335 worker: --
20220706 143336 worker: USB sources (none attached)
20220706 143338 worker: NAS sources (mountall initiated)
20220706 143338 worker: --
20220706 143338 worker: -- Feature availability
20220706 143338 worker: --
20220706 143338 worker: Source select (available)
20220706 143338 worker: Source select (source: MPD)
20220706 143338 worker: Source select (output: IQaudIODAC)
20220706 143354 worker: Bluetooth pairing agent (started)
20220706 143354 worker: Bluetooth (available: started)
20220706 143354 worker: Airplay renderer (available: started)
20220706 143354 worker: Spotify renderer (available: started)
20220706 143354 worker: Squeezelite (available)
20220706 143354 worker: RoonBridge renderer (not installed)
20220706 143354 worker: Multiroom sender (available)
20220706 143354 worker: Multiroom receiver (available)
20220706 143354 worker: UPnP renderer (available: started)
20220706 143354 worker: DLNA server (available: started)
20220706 143354 worker: GPIO button handler (available)
20220706 143354 worker: Stream recorder (n/a)
20220706 143354 worker: --
20220706 143354 worker: -- Other
20220706 143354 worker: --
20220706 143354 worker: USB volume knob (Off)
20220706 143354 worker: USB auto-mounter (udisks-glue)
20220706 143354 worker: Saved MPD vol level (0)
20220706 143354 worker: Preamp volume level (0)
20220706 143354 worker: MPD volume level (75) restored
20220706 143354 worker: ALSA Analogue volume (100%)
20220706 143354 worker: Auto-play (Off)
20220706 143354 worker: CoverView toggle (-off)
20220706 143354 worker: Maintenance interval (120 minutes)
20220706 143354 worker: Screen saver activation (Never)
20220706 143354 worker: Session permissions (OK)
20220706 143409 worker: Watchdog started
20220706 143409 worker: Ready
20220707 085316 worker: Job set_bg_image

Try clearing the browser cache as a first step.
----------------
Robert
Reply
#8
(07-07-2022, 10:46 AM)the_bertrum Wrote:
(07-07-2022, 06:17 AM)brotakul Wrote: ...

Try clearing the browser cache as a first step.

Yes, it was that simple :-)

Thanks!
Reply
#9
Hooray!
----------------
Robert
Reply


Forum Jump: