Hi,
I have major trouble getting LMS to work on my Raspberry Pi 2 running the server-optimized distribution "DietPi" (http://dietpi.net/)
After a clean first install, it's working, but after a reboot I cannot get it to start anymore. LMS is taking 100% processor time, restarting every 5 seconds.
When I manually start LMS with:
squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache --server --user squeezeboxserver
it gives a "Can't call method "log" on an undefined value at /usr/share/squeezeboxserver/CPAN/Log/Log4perl/Appender.pm line 189."
When started with user root:
squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache --server --user root
then it works! But that's surely not the correct behaviour.
Even when I edit "/etc/default/logitechmediaserver" and use "slimuser=root" it's not working.
It works well on standard Raspbian, just not with DietPi. But since it's such a slick server-optimized distribution, I would like to keep it.
Any advice is greatly appreciated!
I have major trouble getting LMS to work on my Raspberry Pi 2 running the server-optimized distribution "DietPi" (http://dietpi.net/)
After a clean first install, it's working, but after a reboot I cannot get it to start anymore. LMS is taking 100% processor time, restarting every 5 seconds.
When I manually start LMS with:
squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache --server --user squeezeboxserver
it gives a "Can't call method "log" on an undefined value at /usr/share/squeezeboxserver/CPAN/Log/Log4perl/Appender.pm line 189."
When started with user root:
squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache --server --user root
then it works! But that's surely not the correct behaviour.
Even when I edit "/etc/default/logitechmediaserver" and use "slimuser=root" it's not working.
It works well on standard Raspbian, just not with DietPi. But since it's such a slick server-optimized distribution, I would like to keep it.
Any advice is greatly appreciated!