Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-04 Thread bpa


jayce996 wrote: 
> good question, 
> everything was installed and running smoothly (KODI & LMS 7.9.1)
> then i did an apt update/upgrade, followed by an upgrade of LMS 7.9.2
> via dpkg -i LMS7.9.2.deb
> which lead to the issue

This would imply that LMS was using port 9090 and Kodi was running and
NOT using port 9090 as Kodi does not have an automatic method to find an
alternative to 9090.  Both LMS & Kodi seemed to have provided the
required functionality. The problem only became apparent after LMS was
updated probably due to a change in the startup order.

If that is the case, it seems Kodi port 9090 is not required for
"normal" operations but is used by other application (e.g. Kore remote
control) some of them may only support 9090.

This means anybody using Kodi and LMS on the same system may have
incompatibility problems depending on the mix of plugins/addons/apps for
LMS & Kodi.



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

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-04 Thread jayce996


good question, 
everything was installed and running smoothly (KODI & LMS 7.9.1)
then i did an apt update/upgrade, followed by an upgrade of LMS 7.9.2
via dpkg -i LMS7.9.2.deb
which lead to the issue



jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-04 Thread bpa


Good that it is fixed. 
Just to complete the story and so possibly help other users in similar
situations.

Was kodi already installed and running in parallel with LMS before you
made the 7.9.2 update to support DSD or did you install/change kodi
after/at same time as 7.9.2 update.



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

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-04 Thread jayce996


THAT WAS IT
thank you everyone,
for the info, and for the other if this happens again, here is what i
did:

-cd /home/jayce996/.kodi/userdata/
sudo nano advancedsettings.xml-
type this in it:
-

false


-

then reboot and voila !!!
so easy when we know what to do... thanks again !!!

now the last thing that does not work, is the C3PO plugin, but that's
another 'post'
(https://forums.slimdevices.com/showthread.php?105309-C-3PO-plugin-a-trnscoding-helper/page36)
:cool:



jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-04 Thread bpa


jayce996 wrote: 
> good catch:
> [19-12-01 22:09:36.7451] Slim::Plugin::CLI::Plugin::cli_socket_open
> (163) Can't setup the listening port 9090: Address already in use
> [19-12-01 22:09:36.7458] Slim::Utils::PluginManager::load (393) Warning:
> Couldn't call Slim::Plugin::CLI::Plugin->initPlugin: Can't setup the
> listening port 9090: Address already in use at
> /usr/share/squeezeboxserver/lib/Log/Log4perl/Logger.pm line 900
> [19-12-03 20:04:08.3236] Slim::Plugin::CLI::Plugin::cli_socket_open
> (163) Can't setup the listening port 9090: Address already in use
> [19-12-03 20:04:08.3281] Slim::Networking::IO::Select::__ANON__ (131)
> Error: Select task failed calling Slim::Web::HTTP::processHTTP: Can't
> setup the listening port 9090: Address already in use at
> /usr/share/squeezeboxserver/lib/Log/Log4perl/Logger.pm line 900
> 
> but what does that mean now?

It means another appliaction has grabbed port 9090.
Three choices.
1. Stop using the other application and restart LMS.
2. Change LMS setting to use another port say 9091 - IIRC player which
do not use discovery will need to be configured as well. Restart LMS and
restart all players.
3. Change the other applications settings to it uses another port other
than 9090 and then restart LMS. 

>From other log it looks like kodi is the offending application. If it is
then google kodi and port 9090 -plenty of post about it and how to
change settings. (e.g. sectio 2.1.2
https://kodi.wiki/view/Advancedsettings.xml#jsonrpc )



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

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-04 Thread jayce996


BosseJ wrote: 
> It could also be checked on Ubuntu in a terminal:
> > 
Code:

  >   > sudo netstat -tulnp|grep :9090

> > 
> On my Ubuntu 18.4.3 (which hosts my LMS server) it replies:
> > 
Code:

  >   > tcp0  0 0.0.0.0:90900.0.0.0:*   
LISTEN  860/perl

> > 

Here is what I got for port 9090:

jayce996@Home-Cinema:~$ sudo lsof -i:9090
COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
kodi-x11 1100 jayce996   24u  IPv4  30136  0t0  TCP
Home-Cinema:9090->192.168.1.130:53944 (ESTABLISHED)
kodi-x11 1100 jayce996   32u  IPv4  47803  0t0  TCP
Home-Cinema:9090->192.168.1.130:44372 (ESTABLISHED)
kodi-x11 1100 jayce996   42u  IPv4  31759  0t0  TCP *:9090 (LISTEN)
kodi-x11 1100 jayce996   44u  IPv6  31760  0t0  TCP *:9090 (LISTEN)



jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-04 Thread jayce996


bpa wrote: 
> Any "interesting" message in LMS server.log ? Check for anything such as
> something else may have grabbed 9090 before LMS starts.
good catch:
[19-12-01 22:09:36.7451] Slim::Plugin::CLI::Plugin::cli_socket_open
(163) Can't setup the listening port 9090: Address already in use
[19-12-01 22:09:36.7458] Slim::Utils::PluginManager::load (393) Warning:
Couldn't call Slim::Plugin::CLI::Plugin->initPlugin: Can't setup the
listening port 9090: Address already in use at
/usr/share/squeezeboxserver/lib/Log/Log4perl/Logger.pm line 900

but what does that mean now?



jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-03 Thread BosseJ


bpa wrote: 
> Any "interesting" message in LMS server.log ? Check for anything such as
> something else may have grabbed 9090 before LMS starts.

It could also be checked on Ubuntu in a terminal:

Code:

sudo netstat -tulnp|grep :9090


On my Ubuntu 18.4.3 (which hosts my LMS server) it replies:

Code:

tcp0  0 0.0.0.0:90900.0.0.0:*   LISTEN  
860/perl




2 Touch, 2 Picoreplayer 5.0.0 on RaspBerry 3B, 1 RasbBerry Zero running
Raspian and Squeezelite 1.8
LMS latest nightly on Ubuntu 18.04.3 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=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-03 Thread bpa


Any "interesting" message in LMS server.log ? Check for anything such as
something else may have grabbed 9090 before LMS starts.



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

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-03 Thread jayce996


KeBul wrote: 
> 9090 is normally the CLI port for LMS, certainly Squeezer uses CLI.
> You can confirm that port is still configured on your LMS setup by going
> to your LMS web GUI then... Settings, Advanced tab, and then select
> "Command Line Interface (CLI)" section from the pull down list.
> This is where the CLI port is configured, port number should be 9090
> Kev

Looking forward to confirm this this evening !!! thanks for the tip.



jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-03 Thread KeBul


9090 is normally the CLI port for LMS, certainly Squeezer uses CLI.

You can confirm that port is still configured on your LMS setup by going
to your LMS web GUI then... Settings, Advanced tab, and then select
"Command Line Interface (CLI)" section from the pull down list.

This is where the CLI port is configured, port number should be 9090

Kev



KeBul's Profile: http://forums.slimdevices.com/member.php?userid=32883
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-03 Thread Jeff07971


jayce996 wrote: 
> it's based on ubuntu, i just did an apt update/upgrade, which may have
> strengthen the system by itself. i'll try to see how to deactivate the
> firewall on linux, keep you posted this evening

If you havent explicitly allowed ports for LMS then I would not expect
you to be able to "see" LMS at all from any other machine on the
network
Most linux OS's firewalls will only allow port 22 (SSH) by defualt
This leads me to surmise that your firewall is not enabled anyway

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3
*Server:* LMS Version:  Latest Nightly on Centos 8.0 VM on ESXi 6.5.0U3
on Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLite-X
*Music:* 522GB,1.5K albums with 25K songs by 5K artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-03 Thread jayce996


it's based on ubuntu, i just did an apt update/upgrade, which may have
strengthen the system by itself. i'll try to see how to deactivate the
firewall on linux, keep you posted this evening



jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-03 Thread Paul Webster


Could a firewall on the LMS machine be blocking access for what it sees
as a new application?
(although ... would expect it to block access to port 9000 as well ...
unless, perhaps, your access to port 9000 was from same machine as LMS
is running on)



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

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-02 Thread kidstypike


Can't really help here, but although LMS > Settings > Information >
shows port 9000, Squeezer has no problem connecting using port 9090.

28658

28659


+---+
|Filename: 9090.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=28659|
+---+


*Server - LMS 7.9.2 *Pi4B 4GB/pCP 6.0.0-b7 18K library, playlists & LMS
cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 5.0.0 > Edifier R980T

*Spares* - 2xTouch, 1xSB3, 1xRadio, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-02 Thread jayce996

Yep it works as before. I did try to reboot just in case but nothing
changed

Envoyé de mon SM-G960F en utilisant Tapatalk





jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-02 Thread slartibartfast


jayce996 wrote: 
> nope, still the same, the app is even finding it automatically, but then
> turning arround but never connecting to it.
> did try 3 different apps, same behavior, and yesterday everything was
> working with 7.9.1
> what i noticed, but didn't pay attnetion before is that server is
> accessed via port 9000, and the app is trying to access via port 9090.Does 
> the web UI still work?

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-02 Thread jayce996


nope, still the same, the app is even finding it automatically, but then
turning arround but never connecting to it.
did try 3 different apps, same behavior, and yesterday everything was
working with 7.9.1



jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - unable to use remote controls

2019-12-02 Thread slartibartfast


jayce996 wrote: 
> hello there,
> 
> since i've updated my LMS to 7.9.2 for DSD support, i'm not able to make
> Squeezer, nor Logitech Remote nor Squeeze Control working on Android.
> the apps are trying to "connecting to SqueezeBox CLI at IP:9090"
> 
> any help here?Has the server IP address changed?

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=111303

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