Jackisidore wrote: 
> I didn't configure anything else but LMS on port 9000. Maybe Mojave
> claims 9000 for something. No idea (yet)

Open a command window (terminal) and type:

Code:
--------------------
    sudo lsof -PiTCP -sTCP:LISTEN
--------------------
 

This will give you a list of all programs that are listening on some
port (tcp protocol). Look for some program whose line ends with

Code:
--------------------
    *:9000 (LISTEN)
--------------------
 or similar.

(I don't have a MacOS X available so I'm unsure about the exact layout
for the lsof command output.)



2 Touch, 1 Picoreplayer 4.0.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=109529

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

Reply via email to