04-07-2021, 05:10 PM
(04-06-2021, 06:09 PM)I found the source of the problem. Camilladsp causes a lag in stopping playback, particularly with long fir filters. Solution is to sop playback first then wait. Wrote: Hello,
I have had a problem for a while (back to moode6? still ther with moode 7.1), but it really hasn't bothered me too much so I have not posted it. When one file is playing and I go to play another about 25% of the time I get "OpenMpdSocks() failed". After reinitiating the action it works. I currently have radio buttons programed into my IR remote that do a mpc clear; mpc load""; mpc play. I have traced this error to mpc clear and even stop. It is slightly annoying as it requires multiple radio button operations to stick. Attached are results from my moodeutl -l
20210406 093836 watchdog: Error: MPD restarted (check syslog for errors)
20210406 094430 watchdog: Error: MPD restarted (check syslog for errors)
20210406 094431 moode.php: MPD connect failed: cmd=(playlist)
20210406 094448 moode.php: MPD connect failed: cmd=(playlist)
20210406 094448 watchdog: Error: MPD restarted (check syslog for errors)
20210406 094506 moode.php: MPD connect failed: cmd=(playlist)
20210406 094507 watchdog: Error: MPD restarted (check syslog for errors)
20210406 094834 watchdog: Error: MPD restarted (check syslog for errors)
20210406 094850 moode.php: MPD connect failed: cmd=(playlist)
20210406 094853 watchdog: Error: MPD restarted (check syslog for errors)
20210406 095135 moode.php: MPD connect failed: cmd=(playlist)
20210406 095138 watchdog: Error: MPD restarted (check syslog for errors)
20210406 095655 moode.php: MPD connect failed: cmd=(playlist)
20210406 095655 watchdog: Error: MPD restarted (check syslog for errors)
20210406 100304 worker: Job mpdcfg
20210406 100325 moode.php: MPD connect failed: cmd=(playlist)
20210406 100326 watchdog: Error: MPD restarted (check syslog for errors)
20210406 100354 worker: Job mpdcfg
20210406 100358 worker: Job mpdcfg
and syslog files
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: bits received from HRNG source: 140064
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: bits sent to kernel pool: 94336
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: entropy added to kernel pool: 94336
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: FIPS 140-2 successes: 7
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: FIPS 140-2 failures: 0
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: FIPS 140-2(2001-10-10) Monobit: 0
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: FIPS 140-2(2001-10-10) Poker: 0
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: FIPS 140-2(2001-10-10) Runs: 0
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: FIPS 140-2(2001-10-10) Long run: 0
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: FIPS 140-2(2001-10-10) Continuous run: 0
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: HRNG source speed: (min=693.704; avg=767.798; max=810.089)Kibits/s
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: FIPS tests speed: (min=2.480; avg=4.700; max=7.077)Mibits/s
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: Lowest ready-buffers level: 2
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: Entropy starvations: 0
Apr 6 10:30:11 moode-pi3 rngd[400]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us
Apr 6 10:31:15 moode-pi3 kernel: [10874.717774] bcm2835-i2s 3f203000.i2s: I2S SYNC error!
Apr 6 10:31:27 moode-pi3 systemd[1]: mpd.service: Main process exited, code=killed, status=11/SEGV
Apr 6 10:31:27 moode-pi3 systemd[1]: mpd.service: Failed with result 'signal'.
Apr 6 10:31:27 moode-pi3 rc.local[503]: MPD error: Connection refused
Apr 6 10:31:28 moode-pi3 rc.local[503]: MPD error: Connection refused
Apr 6 10:31:28 moode-pi3 systemd[1]: Started Music Player Daemon.
Apr 6 10:31:28 moode-pi3 rc.local[503]: MPD error: Connection refused
Apr 6 10:31:28 moode-pi3 rc.local[503]: MPD error: Connection refused
Apr 6 10:31:28 moode-pi3 rc.local[503]: MPD error: Connection refused
Apr 6 10:31:28 moode-pi3 rc.local[503]: MPD error: Connection refused
Apr 6 10:31:28 moode-pi3 rc.local[503]: MPD error: Connection refused
Apr 6 10:33:25 moode-pi3 systemd[1]: session-16.scope: Succeeded.
Apr 6 10:33:50 moode-pi3 systemd[1]: Started Session 17 of user pi.
Apr 6 10:41:41 moode-pi3 systemd[1]: session-17.scope: Succeeded.
Apr 6 10:48:49 moode-pi3 systemd[1]: Started Session 18 of user pi.
Apr 6 10:49:43 moode-pi3 systemd[1]: session-18.scope: Succeeded.
Apr 6 10:50:23 moode-pi3 systemd[1]: Started Session 19 of user pi.
when this happens. BTW I am running camilla and a python script to show whether a file is playing.