Moode Forum
[PROBLEM] how do I access the log? - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] how do I access the log? (/showthread.php?tid=4667)



how do I access the log? - Stooovie - 01-17-2022

Hi, how do I access the log? I feel this should be in the GUI or at the very least prominently mentioned in the documentation, but it isn't. It's not in the setup guide, SSH intro text nor the FAQs here, and I just can't find it by searching. Thanks.


RE: how do I access the log? - Tim Curtis - 01-17-2022

Which log are you referring to? There are a variety of processes running on the OS that generate logs.


RE: how do I access the log? - Stooovie - 01-26-2022

Anything related to debugging... The player is silently dying off


RE: how do I access the log? - Tim Curtis - 01-26-2022

The first log to check is the Moode startup log right after rebooting.

Code:
moodeutl -l

Then maybe the dmesg log but its very technical and typically is only useful for identifying certain types of hardware failures.

Code:
dmesg

Sometimes syslog contains a telltale but usually its just filled with all sorts of log records that look ominous but are in fact harmless.

Code:
cat /var/log/syslog

You could try looking at individual processes for example MPD.

Code:
sudo systemctl status mpd

Other suspects for the symptom "system crashes" include bad SDCard, flakey power supply, other hardware issues. The easiest way to troubleshoot these types of issues is to swap in known good media and hardware.