06-24-2022, 12:10 AM
(06-23-2022, 10:43 PM)Tim Curtis Wrote: Very odd. In my tests with the in-place update I had to hard refresh Safari 5 or 6 times :-0
In any case try rebooting and then do the following:
1. Check the moOde startup log for the ending "Ready" message.
Code:moodeutl -l
2. See if the worker daemon has crashed
Code:pgrep -l worker.php
1: no ready message:
Code:
pi@AudioController:~ $ moodeutl -l
20220623 200446 worker: --
20220623 200446 worker: -- Start moOde 8 series
20220623 200446 worker: --
20220623 200446 worker: Successfully daemonized
20220623 200448 worker: File check (OK)
20220623 200448 worker: Session vacuumed
20220623 200448 worker: Session loaded
20220623 200448 worker: Debug logging (OFF)
20220623 200448 worker: --
20220623 200448 worker: -- Audio debug
20220623 200448 worker: --
20220623 200448 worker: ALSA cards: (0:b1 | 1:Headphones | 2:empty | 3:empty
20220623 200448 worker: MPD config: (0:Pi HDMI 1 | mixer:(HDMI) | card:0)
20220623 200448 worker: ALSA mixer actual (HDMI)
20220623 200448 worker: ALSA HDMI volume set to (0%)
20220623 200448 worker: --
20220623 200448 worker: -- System
20220623 200448 worker: --
20220623 200450 worker: Host (AudioController)
20220623 200450 worker: moOde (8.1.0 2022-06-21)
20220623 200450 worker: RaspiOS (11.3)
20220623 200450 worker: Kernel (5.15.32-v8+ #1538)
20220623 200450 worker: Platform (Pi-4B 1.5 4GB)
20220623 200450 worker: ARM arch (aarch64, 64-bit)
20220623 200450 worker: MPD ver (0.23.5)
20220623 200450 worker: CPU gov (ondemand)
20220623 200450 worker: USB boot (enabled)
20220623 200450 worker: File sys (expanded)
20220623 200450 worker: HDMI port (Off)
20220623 200450 worker: Sys LED0 (Off)
20220623 200450 worker: Sys LED1 (Off)
20220623 200450 worker: --
20220623 200450 worker: -- Network
20220623 200450 worker: --
20220623 200450 worker: eth0 adapter exists
20220623 200450 worker: eth0 check for address (No)
20220623 200450 worker: IP addr (192.168.1.15)
20220623 200450 worker: Netmask (255.255.255.0)
20220623 200450 worker: Gateway (192.168.1.1)
20220623 200450 worker: Pri DNS (8.8.8.8)
20220623 200450 worker: Domain ()
20220623 200450 worker: wlan0 adapter does not exist
20220623 200450 worker: --
20220623 200450 worker: -- Audio config
20220623 200450 worker: --
20220623 200450 worker: MPD conf update skipped (Tx On)
20220623 200450 worker: ALSA card number (0)
20220623 200450 worker: MPD audio output (Pi HDMI 1)
20220623 200450 worker: Audio formats (U8, S16_LE)
20220623 200450 worker: ALSA mixer name (HDMI)
20220623 200450 worker: MPD mixer type (hardware)
20220623 200450 worker: Hdwr volume controller exists
20220623 200450 worker: Max ALSA volume (100%)
20220623 200450 worker: ALSA output mode (Default: plughw)
20220623 200450 worker: ALSA loopback (On)
20220623 200450 worker: Reset renderer active flags
20220623 200450 worker: CamillaDSP (off)
20220623 200450 worker: --
20220623 200450 worker: -- MPD startup
20220623 200450 worker: --
20220623 200451 worker: MPD started
20220623 200451 worker: MPD accepting connections
20220623 200451 worker: MPD output 1 ALSA Default (On)
20220623 200451 worker: MPD output 2 ALSA Bluetooth (Off)
20220623 200451 worker: MPD output 3 HTTP Server (Off)
20220623 200451 worker: MPD crossfade (off)
20220623 200451 worker: MPD ignore CUE files (yes)
20220623 200451 worker: --
20220623 200451 worker: -- Music sources
20220623 200451 worker: --
20220623 200451 worker: USB sources (none attached)
20220623 200451 worker: NAS sources (none configured)
20220623 200451 worker: --
20220623 200451 worker: -- Feature availability
20220623 200451 worker: --
20220623 200451 worker: Source select (available)
20220623 200451 worker: Source select (source: MPD)
20220623 200451 worker: Source select (output: Pi HDMI 1)
20220623 200458 worker: Bluetooth pairing agent (started)
20220623 200458 worker: Bluetooth (available: started)
20220623 200458 worker: Airplay renderer (available: started)
2: no worker.php
Code:
pi@AudioController:~ $ pgrep -l worker.php
pi@AudioController:~ $
This is on the machine that i flashed btw, and no restore. Mostly because it's just the sender.
Literally the same problem on the other machine, which is a received. Btw - worker.php is present until airplay renderer starts on both machines!