× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

uemusiclibrary stopped working

Moo-Crumpus
Aspirant

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:3546.

 

Tried to remove the package and reinstalled it using the Netgear Readynas WebUI and uploaded the last build of the uemusiclibrary:

uemusiclibrary_10.0.5~1475785055_all.deb

 

Installs fine, service starts up, webpage does not.

 

What is going on?

 

Message 1 of 3
StephenB
Guru

Re: uemusiclibrary stopped working

6.6.0 does uses Debian Jesse instead of Wheezy - perhaps something in the app isn't compatible with the newer kernel?

Message 2 of 3
Moo-Crumpus
Aspirant

Re: uemusiclibrary stopped working

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.

Message 3 of 3
Top Contributors
Discussion stats
  • 2 replies
  • 2336 views
  • 0 kudos
  • 2 in conversation
Announcements