Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-03 Thread loz2103


All fixed. It was ickStream. Uninstalled and all fixed

https://forums.slimdevices.com/showthread.php?110624-How-do-you-uninstall-a-plugin-without-the-web-UI-(Linux)=942053#post942053



loz2103's Profile: http://forums.slimdevices.com/member.php?userid=55887
View this thread: http://forums.slimdevices.com/showthread.php?t=110620

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-02 Thread BosseJ


bpa wrote: 
> It is curious - I also have a secondary not connected interface eth0, a
> wlan interface is active but I manually activate the interfaces
> according to what I am testing.

Yes, curious indeed.
I wonder if it is related to my server having no WLAN and no
NetworkManager involved? Everything is managed by the if-up/if-down
scripts. Here's the output from the "ip addr" command which shows the
suppressed eth1. Maybe "netstat" picks up these interfaces even though
one of them has no IP assigned? The "0.0.0.0" local address is maybe
shown in analogy with how the external destination addresses are shown.


Code:

root@linux2:~# ip addr
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
  valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host 
  valid_lft forever preferred_lft forever
  2: eth0:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
  link/ether 00:1b:fc:d4:07:0b brd ff:ff:ff:ff:ff:ff
  inet 192.168.20.3/24 brd 192.168.20.255 scope global eth0
  valid_lft forever preferred_lft forever
  inet6 fe80::21b:fcff:fed4:70b/64 scope link 
  valid_lft forever preferred_lft forever
  3: eth1:  mtu 1500 qdisc noop state DOWN group default 
qlen 1000
  link/ether 00:1b:11:ea:61:8f brd ff:ff:ff:ff:ff:ff
  root@linux2:~# 




2 Touch, 1 Picoreplayer 4.1.0 on RaspBerry 3B with 7" display
LMS latest nightly on Ubuntu 18.04.1 on Intel Core2 Duo E4500 @ 2.20GHz,
2GB
All wired

BosseJ's Profile: http://forums.slimdevices.com/member.php?userid=67378
View this thread: http://forums.slimdevices.com/showthread.php?t=110620

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-02 Thread bpa


BosseJ wrote: 
> On my Ubuntu 18.04 I have the same 0.0.0.0 local addresses for most of
> my listening connections, very few are the active LAN address or the
> 127.0.0.1 address. I THINK it is because I have a secondary interface,
> not connected or active, that causes the somewhat strange Local Address
> identities. Here's what my /etc/network/interfaces look like:

It is curious - I also have a secondary not connected interface eth0, a
wlan interface is active but I manually activate the interfaces
according to what I am testing.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110620

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-02 Thread BosseJ


bpa wrote: 
> 0.0.0.0 is unusual for an IP address and if statically set or more-so if
> using DHCP  then it could mean other settings such as gateway and mask
> is not correct.
> 
> My netstat for an Ubuntu 18.04 system with a few active connections
> > 
Code:

  >   > 
  > Active Internet connections (w/o servers)
  > Proto Recv-Q Send-Q Local Address   Foreign Address State   
   
  > tcp0  0 192.168.1.58:42778  192.30.253.125:443  
ESTABLISHED
  > tcp0  0 192.168.1.58:3483   192.168.1.58:43604  
ESTABLISHED 


   
  > tcp0  0 127.0.0.1:9000  127.0.0.1:37292 
TIME_WAIT   


   
  > tcp0  0 127.0.0.1:9000  127.0.0.1:37324 
ESTABLISHED 


   
  > tcp0  0 127.0.0.1:37332 127.0.0.1:9000  
ESTABLISHED 


   
  > tcp0  0 192.168.1.58:9000   192.168.1.53:51092  
TIME_WAIT   


   
  > tcp0  0 192.168.1.58:43878  74.125.193.95:443   
ESTABLISHED 


   
  > tcp0  0 192.168.1.58:36842  138.197.254.209:443 
ESTABLISHED 


   
  > tcp0  0 127.0.0.1:37324 127.0.0.1:9000  
ESTABLISHED 


   
  > tcp0  0 192.168.1.58:43882  74.125.193.95:443   
ESTABLISHED 


   
  > tcp0  0 192.168.1.58:43604  192.168.1.58:3483   
ESTABLISHED 


   
  > tcp0  0 127.0.0.1:9000  127.0.0.1:37332 
ESTABLISHED  
  > 

> > 

On my Ubuntu 18.04 I have the same 0.0.0.0 local addresses for most of
my listening connections, very few are the active LAN address or the
127.0.0.1 address. I THINK it is because I have a secondary interface,
not connected or active, that causes the somewhat strange Local Address
identities. Here's what my /etc/network/interfaces look like:


Code:

# This file describes the network interfaces available on your system
  # and how to activate them. For more information, see interfaces(5).
  
  # The loopback network interface
  auto lo eth0
  iface lo inet loopback
  
  # The primary network interface
  iface eth0 inet dhcp
  
  # the secondadry interface
  allow-hotplug eth1



BTW, I do not have the issues the OP is describing. I think it is
something else, possibly the ickStream plugin.



2 Touch, 1 Picoreplayer 4.1.0 on RaspBerry 3B with 7" display
LMS latest nightly on Ubuntu 18.04.1 on Intel Core2 Duo E4500 @ 2.20GHz,
2GB
All wired

BosseJ's 

Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-02 Thread bpa


loz2103 wrote: 
> no. I just assumed they were all meant to be 0.0.0.0.
0.0.0.0 is unusual for an IP address and if statically set or more-so if
using DHCP  then it could mean other settings such as gateway and mask
is not correct.

MY netstat for an Ubuntu 18.04 system

Code:


  Active Internet connections (w/o servers)
  Proto Recv-Q Send-Q Local Address   Foreign Address State 
 
  tcp0  0 192.168.1.58:42778  192.30.253.125:443  
ESTABLISHED
  tcp0  0 192.168.1.58:3483   192.168.1.58:43604  
ESTABLISHED 


   
  tcp0  0 127.0.0.1:9000  127.0.0.1:37292 TIME_WAIT 



 
  tcp0  0 127.0.0.1:9000  127.0.0.1:37324 
ESTABLISHED
  




bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110620

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-02 Thread loz2103


no. I just assumed they were all meant to be 0.0.0.0.



loz2103's Profile: http://forums.slimdevices.com/member.php?userid=55887
View this thread: http://forums.slimdevices.com/showthread.php?t=110620

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-01 Thread bpa


Not sure if it is relevant but when I do a "netstat -n -t" on my Ubuntu
system the IP address shows up either the allocated address or
127.0.0.1.  Your output show IP address as 0.0.0.0 - is 0.0.0.0 the IP
address of your system ? 

Code:


  Proto Recv-Q Send-Q Local Address   Foreign Address State 
  PID/Program name
  tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN
  1397/sshd
  tcp0  0 0.0.0.0:33561   0.0.0.0:*   LISTEN
  6481/ickHttpWrapper
  tcp  129  0 0.0.0.0:34830.0.0.0:*   LISTEN
  6467/perl
  tcp0  0 0.0.0.0:445 0.0.0.0:*   LISTEN
  1443/smbd
  tcp0  0 0.0.0.0:90900.0.0.0:*   LISTEN
  6467/perl
  tcp1  0 0.0.0.0:58629   0.0.0.0:*   LISTEN
  6806/ickHttpSqueeze
  




bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110620

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-01 Thread Paul Webster


See the ickstream close down thread - it might be the problem.
https://forums.slimdevices.com/showthread.php?110399-ickStream-Shutdown=941918#post941918



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=110620

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-01 Thread loz2103


Server.log since the last restart:

2019-06-01 16:45:01 squeezeboxserver_safe stopped.
2019-06-01 16:45:02 squeezeboxserver_safe started.
[19-06-01 16:45:06.3024] main::init (387) Starting Logitech Media Server
(v7.9.1, 1520781386, Sun Mar 11 18:29:15 CET 2018) perl 5.026000 -
x86_64-linux-gnu-thread-multi
[19-06-01 16:49:31.3298]
Plugins::IckStreamPlugin::BrowseManager::__ANON__ (207) Failed to
retrieve content services from cloud for Bedroom: Connect timed out:
Connection timed out
[19-06-01 16:49:31.6989] Slim::Formats::XML::gotErrorViaHTTP (339)
Error: getting http://opml.radiotime.com/Index.aspx?partnerId=16
Connect timed out:
[19-06-01 16:49:31.7000]
Slim::Plugin::InternetRadio::Plugin::_gotRadioError (67) Unable to
retrieve radio directory from SN: Connect timed out:
[19-06-01 16:53:53.4738]
Plugins::IckStreamPlugin::BrowseManager::__ANON__ (207) Failed to
retrieve content services from cloud for Lounge: Connect timed out:
Connection timed out
[19-06-01 16:53:53.4819]
Plugins::IckStreamPlugin::PlayerManager::_performPlayerInitialization
(336) Initializing Bedroom (4AED18E1-6840-4461-9C4D-5138F06E5E94)
[19-06-01 16:53:53.4884]
Plugins::IckStreamPlugin::PlayerManager::_performPlayerInitialization
(336) Initializing Lounge (347ED044-91B8-4EF9-9021-111FFFA74786)
[19-06-01 16:53:53.4990] Slim::Networking::SqueezeNetwork::_error (565)
Unable to login to SN: Timed out waiting for data
[19-06-01 16:53:53.5001] Slim::Networking::SqueezeNetwork::_init_error
(185) Unable to login to mysqueezebox.com, sync is disabled: Timed out
waiting for data (http://www.mysqueezebox.com)
[19-06-01 16:53:53.5015] Slim::Networking::SqueezeNetwork::_init_error
(201) mysqueezebox.com sync init failed: Timed out waiting for data,
will retry in 1800 (http://www.mysqueezebox.com)
[19-06-01 16:58:15.6178]
Plugins::IckStreamPlugin::BrowseManager::__ANON__ (207) Failed to
retrieve content services from cloud for Bedroom: Connect timed out:
Connection timed out
[19-06-01 16:58:15.6210]
Plugins::IckStreamPlugin::PlayerManager::_performPlayerInitialization
(336) Initializing Bedroom (4AED18E1-6840-4461-9C4D-5138F06E5E94)
[19-06-01 16:58:15.6305] Slim::Formats::XML::gotErrorViaHTTP (339)
Error: getting http://opml.radiotime.com/Index.aspx?partnerId=16
Timed out waiting for data
[19-06-01 16:58:15.6314]
Slim::Plugin::InternetRadio::Plugin::_gotRadioError (67) Unable to
retrieve radio directory from SN: Timed out waiting for data
[19-06-01 16:58:15.6676]
Plugins::IckStreamPlugin::PlayerManager::__ANON__ (354) Error when
initializing Bedroom
[19-06-01 16:58:15.6730]
Plugins::IckStreamPlugin::PlayerManager::__ANON__ (354) Error when
initializing Lounge
[19-06-01 17:02:37.7623]
Plugins::IckStreamPlugin::BrowseManager::__ANON__ (207) Failed to
retrieve content services from cloud for Lounge: Connect timed out:
Connection timed out
[19-06-01 17:02:37.7659]
Plugins::IckStreamPlugin::PlayerManager::_performPlayerInitialization
(336) Initializing Lounge (347ED044-91B8-4EF9-9021-111FFFA74786)
[19-06-01 17:02:37.7806]
Plugins::IckStreamPlugin::PlayerService::__ANON__ (1495) Error when
sending playerStatusChanged for Bedroom
[19-06-01 17:02:37.7824]
Plugins::IckStreamPlugin::PlayerService::__ANON__ (1495) Error when
sending playerStatusChanged for Bedroom
[19-06-01 17:02:37.7839]
Plugins::IckStreamPlugin::PlayerService::__ANON__ (1495) Error when
sending playerStatusChanged for Lounge
[19-06-01 17:06:59.9058]
Plugins::IckStreamPlugin::BrowseManager::__ANON__ (207) Failed to
retrieve content services from cloud for Bedroom: Connect timed out:
Connection timed out
[19-06-01 17:06:59.9153] Slim::Formats::XML::gotErrorViaHTTP (339)
Error: getting http://opml.radiotime.com/Index.aspx?partnerId=16
Timed out waiting for data
[19-06-01 17:06:59.9162]
Slim::Plugin::InternetRadio::Plugin::_gotRadioError (67) Unable to
retrieve radio directory from SN: Timed out waiting for data
[19-06-01 17:06:59.9521]
Plugins::IckStreamPlugin::PlayerServer::checkAlive (184)
ickHttpSqueezeboxPlayerDaemon daemon has died, restarting...
[19-06-01 17:06:59.9733]
Plugins::IckStreamPlugin::PlayerManager::__ANON__ (150) Error when
removing Bedroom $VAR1 = bless( [
sub { "DUMMY" },
sub { "DUMMY" },
{
'timeout' => 35,
'params' => {}


Also, just saw that ickstream was turned off last night. Could this be
the cause? I can't get access to the Web UI to uninstall the plugin, how
do I do this manually? Do I just go to the plugins folder and delete the
ickstream file and folder?



loz2103's Profile: http://forums.slimdevices.com/member.php?userid=55887
View this thread: http://forums.slimdevices.com/showthread.php?t=110620

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Lost connection to LMS, think port 9000 is blocked

2019-06-01 Thread DJanGo


loz2103 wrote: 
> However, when I opened a telnet link to the 9000 port from my laptop I
> get
> 
> Connecting To 192.168.0.8...Could not open connection to the host, on
> port 9000: Connect failed

port 9000 is the http port !
9090 is telnet
post the server.log



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

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter