Thank you for your donation!


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


Problem: how do I access the log?
#1
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.
Reply
#2
Which log are you referring to? There are a variety of processes running on the OS that generate logs.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
Anything related to debugging... The player is silently dying off
Reply
#4
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.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Forum Jump: