I installed LibreElec on a Wyse Thin Client some time ago and from the beginning on I had issues with zhe system. Usually I can watch one episode of a series, flawlessly, but most of the time I start getting issues when starting another one.
I also have the feeling that it's not that I view something, but it seems to be related to the system itself hanging after, maybe an hour or two.
I just upgraded to the newest 12.2 version and I'm wondering which files to constantly monitor in order to see what's the reason for the hangs.
Currently I'm running this from my Laptop:
Code
while (true)
do
(date;ssh kodiwyse 'uptime;echo "-------";dmesg')>kodiwyse.txt
head -2 kodiwyse.txt
sleep 30
done
So just monitoring dmesg. Is there anything else you recommend to look out for?