aidy_w wrote: 
> 
> So finally the only way I could get this to work was to also dodging a
> setting for allowedHosts to 127.0.0.1. But the only way I could make
> this change and get the server to start was to de-install and purge the
> deb package. Unplug the public interface, install the package without
> the Internet connection active and then the loopback address was written
> into the prefs file and the server started.
> 
> What the hell is that all about?
> 
> Some feature! Inverted security.

Hi again,

Code:
--------------------
    cat /etc/debian_version
  buster/sid
  
--------------------



Code:
--------------------
     grep ^bind /var/lib/squeezeboxserver/prefs/server.prefs
  bindAddress: 127.0.0.1
--------------------


Code:
--------------------
    sed -i 's|bindAddress: 127.0.0.1|bindAddress: 192.168.199.11|g' 
/var/lib/squeezeboxserver/prefs/server.prefs
--------------------


Code:
--------------------
    grep ^bind /var/lib/squeezeboxserver/prefs/server.prefs
  bindAddress: 192.168.199.11
  
--------------------



Code:
--------------------
    tail /var/log/squeezeboxserver/server.log
  2018-10-27 18:55:22 squeezeboxserver_safe stopped.
  2018-10-27 18:58:09 squeezeboxserver_safe started.
  [18-10-27 18:58:10.0442] main::init (387) Starting Logitech Media Server 
(v7.9.2, 1539967036, Fri Oct 19 19:15:30 CEST 2018) perl 5.026001 - 
x86_64-linux-gnu-thread-multi
--------------------

> What the hell is that all about?


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108603

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to