Hello,
I’m running Mopidy and Mopify in a RPi and it works great. I have however a problem since after a while when Mopidy is not used, I have to reboot the whole RPi to make it work again.
I’m not running it yet as service, I have instead a line in crontab so that Mopidy starts at reboot
’@reboot mopidy’ and this works as expected.
Other specifics: latest versions of os and mopidy, using the HDMI with a soundbar
Is there anybody else having a similar problem?
Is it better to run mopidy as a service?
Any other hints or checks I can do?
There are now a number of different operating systems for the Raspberry Pi. Can we assume you are using Raspbian? The suggested method would be to use the service so please try that first.
Hello again,
After running Mopidy successfully as service for a couple of days, it has now stopped responding again. The process is running when I check with ‘ps aux’, 124 hours but no response to commands on port 6680
Also the mopidy.log is empty (level set to critical)
Raspbian is not very latest but 2014-12-24-wheezy-raspbian.img, rather new
Nothing else in the RPi, it is reserved for Mopidy
Restarting service helped but should not be necessary?
Does it respond to mpd commands while in this state. Can you run with the
log level set to ‘info’. Can you use something like top to verify it’s not
a ram limit. which model are you running on and with what cpu/gpu memory
split?
Hello,¨
Restarted the service with log level INFO, now I will wait until it stops again. The model is the B model with 512 Mb RAM.
I have not not made any memory splits between CPU/GPU, everything is default.
mpd is enabled on port 6600. What kind of command should I try once not responding on 6680?
So now it stopped responding again. Also MPD is stopped responding. Only way out is now to restart the mopidy service. I have copied som log files (.gz) but I have not looked into them yet