10-01-2022, 08:55 PM
The symptoms suggest a network issue, hardware or media issue, or something has crashed on the Pi.
How many tracks are in your collection?
When the symptom occurs again run the commands below to check on some of the core services.
How many tracks are in your collection?
When the symptom occurs again run the commands below to check on some of the core services.
Code:
# Look for log entries from watchdog indicating "Info: Reducing PHP fpm worker pool"
moodeutl -l
# MPD, PHP and NGINX status
systemctl status mpd
systemctl status nginx
systemctl status php7.4-fpm
# Network interface status
# Look for other than TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ifconfig
# Ping your router for 20 seconds and then examine the ping stats
# Look for long round trip times, dropped packets etc
# Ctrl-c stops the ping test
ping ROUTER_IP_OR_HOSTNAME