Lestrad wrote: 
> I tried following these instructions, but no cigar... 
> 
> http://ask.xmodulo.com/disable-ipv6-linux.html
> 

You should disable IPv6 as it is described on the 'arch wiki'
(https://wiki.archlinux.org/index.php/IPv6#Disable_IPv6):
> 
> 
> One can also avoid assigning IPv6 addresses to specific network
> interfaces by adding the following sysctl config to
> /etc/sysctl.d/40-ipv6.conf:
> > 
Code:
--------------------
  >   > 
  > # Disable IPv6
  > net.ipv6.conf.all.disable_ipv6 = 1
  > net.ipv6.conf.lo.disable_ipv6 = 1
  > net.ipv6.conf.eth0.disable_ipv6 = 1
  > 
--------------------
> > 
> 
> Note 2, if disabling IPv6 by sysctl, you should comment out the IPv6
> hosts in your /etc/hosts:
> 
> > 
Code:
--------------------
  >   > 
  > #<ip-address> <hostname.domain.org> <hostname>
  > 127.0.0.1 localhost.localdomain localhost
  > #::1 localhost.localdomain localhost
  > 
--------------------
> > 
> 
> dhcpcd
> add the following to /etc/dhcpcd.conf:
> 
> > 
Code:
--------------------
  >   > 
  > noipv6rs
  > noipv6
  > 
--------------------
> > 
> 
> 


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
  
--------------------



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
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