Roland0 wrote: 
> You should disable IPv6 as it is described on the 'arch wiki'
> (https://wiki.archlinux.org/index.php/IPv6#Disable_IPv6):
> 
> 
> 
> Reboot, check ifconfig if there are any IPv6 addresses assigned.
> Next, check your LAN router and disable IPv6 for your LAN
> 
> If the problem persists, edit
> /usr/lib/systemd/system/logitechmediaserver.service and change line 14
> from
> > 
Code:
--------------------
  >   > --noimage --novideo
--------------------
> > 
> to
> > 
Code:
--------------------
  >   > --noimage --novideo --httpaddr 0.0.0.0 --cliaddr 0.0.0.0
--------------------
> > 
> 
> restart LMS, check:
> > 
Code:
--------------------
  >   > ps -ef|grep httpaddr
  > netstat -a -t|grep 9000
  > 
--------------------
> > 

I've followed all the instructions to disable ipv6 except for disabling
ipv6 on my router, which my ISP (Free) will not allow me to do. After
reboot I still seem to be getting ipv6 addresses:


Code:
--------------------
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  inet 192.168.0.13  netmask 255.255.255.0  broadcast 192.168.0.255
  inet6 fe80::21f:7bff:feb4:1754  prefixlen 64  scopeid 0x20<link>
  inet6 2a01:e35:8788:26a0:21f:7bff:feb4:1754  prefixlen 64  scopeid 0x0<global>
  ether 00:1f:7b:b4:17:54  txqueuelen 1000  (Ethernet)
  RX packets 9060  bytes 961138 (938.6 KiB)
  RX errors 0  dropped 0  overruns 0  frame 0
  TX packets 5512  bytes 998053 (974.6 KiB)
  TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
--------------------

I edited the line in /usr/lib/systemd/system/logitechmediaserver.service
as you suggested. Still no luck. However until I did all that, when I
entered "192.xxx.x.xx:9090" in the browser, I was getting a
"transferring data from 192.xxx.x.xx" message, but it wouldn't go away.
Now I'm no longer getting that. Also, I had enabled LMS and I notice
that it no longer starts on boot. Systemctl shows
logitechmediaserver.service as "Inactive dead".

It looks as if I'll have to reinstall LMS.

One thing I should mention: I ran http.pm from the command line in debug
mode and got the following:


Code:
--------------------
    Can't locate Slim/Networking/Select.pm in @INC (you may need to install the 
Slim::Networking::Select module) (@INC contains: /usr/lib/perl5/5.30/site_perl 
/usr/share/perl5/site_perl /usr/lib/perl5/5.30/vendor_perl 
/usr/share/perl5/vendor_perl /usr/lib/perl5/5.30/core_perl 
/usr/share/perl5/core_perl) at /opt/logitechmediaserver/Slim/Web/HTTP.pm line 
40.
  at */opt/logitechmediaserver/Slim/Web/HTTP.pm* line 40.
        Slim::Web::HTTP::BEGIN() called at 
/opt/logitechmediaserver/Slim/Web/HTTP.pm line 40
        eval {...} called at /opt/logitechmediaserver/Slim/Web/HTTP.pm line 40
  BEGIN failed--compilation aborted at 
/opt/logitechmediaserver/Slim/Web/HTTP.pm line 40.
  at /opt/logitechmediaserver/Slim/Web/HTTP.pm line 40.
--------------------


Don't know if that means anything...



_______________________________________________________________________
Logitech Media Server Version: 7.9.0 - TRUNK @ UNKNOWN, formerly running
on Wandboard Quad using Squeeze on Arch
Music library formerly on ReadyNAS NV+
Squeezebox Touch plugged into run-of-the-mill stereo rig via Musical
Fidelity X-Act, currently unable to find an LMS installation
------------------------------------------------------------------------
Lestrad's Profile: http://forums.slimdevices.com/member.php?userid=40857
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to