Thank you for your donation!


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


Problem: how do I access the log?
#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


Messages In This Thread
how do I access the log? - by Stooovie - 01-17-2022, 10:09 AM
RE: how do I access the log? - by Tim Curtis - 01-17-2022, 11:10 AM
RE: how do I access the log? - by Stooovie - 01-26-2022, 04:43 PM
RE: how do I access the log? - by Tim Curtis - 01-26-2022, 07:08 PM

Forum Jump: