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.
Thank you for your donation!
Problem: how do I access the log?
|
01-17-2022, 11:10 AM
Which log are you referring to? There are a variety of processes running on the OS that generate logs.
01-26-2022, 04:43 PM
Anything related to debugging... The player is silently dying off
01-26-2022, 07:08 PM
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. |
« Next Oldest | Next Newest »
|