NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Moo-Crumpus
Oct 09, 2016Aspirant
uemusiclibrary stopped working
ReadyNas 104 Firmware 6.6.0 I had uemusiclibrary running since years. After the latest update, it still starts up as a service, but the web interface does not. I can not connect to ip-adress:354...
StephenB
Oct 10, 2016Guru - Experienced User
6.6.0 does uses Debian Jesse instead of Wheezy - perhaps something in the app isn't compatible with the newer kernel?
- Moo-CrumpusOct 19, 2016Aspirant
I guess it is about perl CPAN modules, that are missing.
Try to start the service by
#/usr/sbin/uemusiclibrary --daemon
Reply is:
Can't locate Slim/bootstrap.pm in @INC (you may need to install the Slim::bootstrap module) (@INC contains: /usr/sbin /etc/perl /usr/local/lib/arm-linux-gnueabi/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/arm-linux-gnueabi/perl5/5.20 /usr/share/perl5 /usr/lib/arm-linux-gnueabi/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/sbin/uemusiclibrary line 149. BEGIN failed--compilation aborted at /usr/sbin/uemusiclibrary line 149.
Then start installing the missing module, one by one. Example:
#perl -MCPAN -e 'install Slim::bootstrap'
#perl -MCPAN -e 'install JSON::PP'
...
#perl -MCPAN -e 'install CPAN'
#perl -MCPAN -e 'reload cpan'I am still working on this. Follow my way on your own risk.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!